> For the complete documentation index, see [llms.txt](https://docs.qatts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qatts.com/master-1/automation.md).

# Automation

- [Objects](https://docs.qatts.com/master-1/automation/objects.md)
- [UI Element](https://docs.qatts.com/master-1/automation/objects/ui-element.md)
- [Product Element](https://docs.qatts.com/master-1/automation/objects/product-element.md)
- [Advanced Data Types](https://docs.qatts.com/master-1/automation/objects/product-element/advanced-data-types.md)
- [QIntegerArray](https://docs.qatts.com/master-1/automation/objects/product-element/advanced-data-types/qintegerarray.md): Stores an array of Integer values. Can be constructed with String value separated with delimiters
- [QStringArray](https://docs.qatts.com/master-1/automation/objects/product-element/advanced-data-types/qstringarray.md): Stores an array of String values. Can be constructed with delimiter
- [QData](https://docs.qatts.com/master-1/automation/objects/product-element/advanced-data-types/qdata.md): QData is a data structure which holds data in name:value pairs.
- [Basic Data Types](https://docs.qatts.com/master-1/automation/objects/product-element/basic-data-types.md)
- [API](https://docs.qatts.com/master-1/automation/objects/api.md)
- [Query](https://docs.qatts.com/master-1/automation/objects/query.md)
- [Smarty](https://docs.qatts.com/master-1/automation/objects/smarty.md)
- [New Group](https://docs.qatts.com/master-1/automation/objects/new-group.md)
- [Functionality](https://docs.qatts.com/master-1/automation/functionality.md)
- [Test Data Repository](https://docs.qatts.com/master-1/automation/test-data-repository.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.qatts.com/master-1/automation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
