# DATA

- [Working with real-time data](https://swallow-1.gitbook.io/swallow/data/working-with-real-time-data.md): All data within Swallow is processed in real time
- [Data Views](https://swallow-1.gitbook.io/swallow/data/data-views.md): Viewing quote data that's passed through your model
- [Data Quotas](https://swallow-1.gitbook.io/swallow/data/data-quotas.md): Understanding your monthly data allowance
- [Troubleshooting](https://swallow-1.gitbook.io/swallow/data/troubleshooting.md): Testing and problem solving throughout the Swallow platform
- [API Webhooks](https://swallow-1.gitbook.io/swallow/data/api-webhooks.md): Learn how to write data from Swallow to your own system.
- [Data Downloads](https://swallow-1.gitbook.io/swallow/data/data-downloads.md): Learn how to download data from Swallow via API or as a CSV via the web platform.


---

# 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://swallow-1.gitbook.io/swallow/data.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.
