# Using QATTS

- [Guide to API Automation](https://docs.qatts.com/using-qatts/a-quick-tour-to-api.md): A guide to how to perform API automation testing
- [Adding API](https://docs.qatts.com/using-qatts/a-quick-tour-to-api/section-1.md): Learn how to do API testing with QATTS
- [Request](https://docs.qatts.com/using-qatts/a-quick-tour-to-api/section-2.md): Here we add the Important properties of the API, such as Authorization and Content-Type
- [Response](https://docs.qatts.com/using-qatts/a-quick-tour-to-api/section-3.md): A detailed information of all the steps and logs of the execution that are taking place on the API is displayed here.
- [Writing Response Schema](https://docs.qatts.com/using-qatts/a-quick-tour-to-api/section-3/writing-response-schema.md): Your guide to knowing how to write a response schema
- [Guide to Web Automation](https://docs.qatts.com/using-qatts/web-automation.md): A guide that you can follow on how to perform web automation
- [Performing Web Automation](https://docs.qatts.com/using-qatts/web-automation/performing-web-automation.md): A guide to performing web automation
- [Guide to setup agent-service](https://docs.qatts.com/using-qatts/guide-to-setup-agent-service.md): This article helps us in setting up the agent on local machines and debug the tasks for the user.


---

# Agent Instructions: 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/using-qatts.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.
