# FAQ

- [General](https://docs.tardis.dev/faq/general.md): Common questions about exchanges, API access and infrastructure
- [Data](https://docs.tardis.dev/faq/data.md): Common questions about data types, formats and collection
- [Order Books](https://docs.tardis.dev/faq/order-books.md): Common questions about order book depth, snapshots and reconstruction
- [Billing and Subscriptions](https://docs.tardis.dev/faq/billing-and-subscriptions.md): Common questions about plans, pricing and invoices


---

# 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.tardis.dev/faq.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.
