> 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/v-3.0/qatts-configuration.md).

# 2. QATTS Configuration

- [2.1 Adding Product](https://docs.qatts.com/v-3.0/qatts-configuration/2.1-adding-products.md)
- [2.2 Create Code Branch](https://docs.qatts.com/v-3.0/qatts-configuration/2.2-create-code-branch.md)
- [2.3 Create Client](https://docs.qatts.com/v-3.0/qatts-configuration/2.3-create-client.md)
- [2.4 Adding Tools](https://docs.qatts.com/v-3.0/qatts-configuration/2.4-adding-tools.md)
- [2.4.1 Drop Box Integration](https://docs.qatts.com/v-3.0/qatts-configuration/2.4-adding-tools/drop-box-integration.md)
- [2.4.2 Share point Integration](https://docs.qatts.com/v-3.0/qatts-configuration/2.4-adding-tools/share-point-integration.md)
- [2.4.3 Jira Integration](https://docs.qatts.com/v-3.0/qatts-configuration/2.4-adding-tools/2.4.1-jira-integration.md)
- [2.5 Create Deployment](https://docs.qatts.com/v-3.0/qatts-configuration/2.4-create-deployment.md)
- [2.6 Configure Execution Nodes](https://docs.qatts.com/v-3.0/qatts-configuration/2.2-adding-execution-nodes.md): Once Test scripts are developed, we have option to execute the cases in either Cloud on on Prem setup. The process of setting up execution nodes is detailed in this page
- [2.7 Configure Tools](https://docs.qatts.com/v-3.0/qatts-configuration/2.3-adding-tools.md)
- [2.8 Create Roles](https://docs.qatts.com/v-3.0/qatts-configuration/create-a-roles.md)
- [2.9 Create Users](https://docs.qatts.com/v-3.0/qatts-configuration/create-a-user.md)
- [2.9 Manage Configuration](https://docs.qatts.com/v-3.0/qatts-configuration/2.10-manage-configuration.md)
- [2.10.1 Manage Product](https://docs.qatts.com/v-3.0/qatts-configuration/2.10-manage-configuration/manage-product.md)
- [2.10.2 Manage Code Branch](https://docs.qatts.com/v-3.0/qatts-configuration/2.10-manage-configuration/manage-code-branch.md)
- [2.10.3 Manage Client](https://docs.qatts.com/v-3.0/qatts-configuration/2.10-manage-configuration/manage-client.md)
- [2.10.4 Manage Deployment](https://docs.qatts.com/v-3.0/qatts-configuration/2.10-manage-configuration/manage-deployment.md)
- [2.10.5 Manage Requirements](https://docs.qatts.com/v-3.0/qatts-configuration/2.10-manage-configuration/manage-requirements.md)
- [2.10.6 Manage Workflows](https://docs.qatts.com/v-3.0/qatts-configuration/2.10-manage-configuration/manage-workflows.md)
- [2.10.7 Manage User](https://docs.qatts.com/v-3.0/qatts-configuration/2.10-manage-configuration/manage-user.md)
- [2.10.9 Manage Tools](https://docs.qatts.com/v-3.0/qatts-configuration/2.10-manage-configuration/manage-tools.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, and the optional `goal` query parameter:

```
GET https://docs.qatts.com/v-3.0/qatts-configuration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
