# Guides

- [CORS, CSP and Preview API](https://docs.qyrus.com/qapi/guides/cors-csp-and-preview-api.md): This page highlights the common reasons why your preview API response may fail and what you can do to ensure your APIs are accessible to preview.
- [Introduction to API Testing](https://docs.qyrus.com/qapi/guides/introduction-to-api-testing.md)
- [Getting Started with API Testing](https://docs.qyrus.com/qapi/guides/getting-started-with-api-testing.md)
- [Key Screens](https://docs.qyrus.com/qapi/guides/key-screens.md): Guide to key screens in the API Testing flow.
- [Guide to JSON in API Testing](https://docs.qyrus.com/qapi/guides/guide-to-json-in-api-testing.md)


---

# 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.qyrus.com/qapi/guides.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.
