# Data APIs

- [Overview](https://docs.verida.ai/data-apis/overview.md): Overview of Data APIs with links to full documentation
- [Data Types](https://docs.verida.ai/data-apis/data-types.md)
- [API Endpoints](https://docs.verida.ai/data-apis/api-endpoints.md): Learn about the available API endpoints
- [Queries](https://docs.verida.ai/data-apis/api-endpoints/queries.md)
- [Search](https://docs.verida.ai/data-apis/api-endpoints/search.md)
- [AI Prompts](https://docs.verida.ai/data-apis/api-endpoints/ai-prompts.md)
- [Actions](https://docs.verida.ai/data-apis/api-endpoints/actions.md)
- [Other Endpoints](https://docs.verida.ai/data-apis/api-endpoints/other-endpoints.md)
- [API Performance](https://docs.verida.ai/data-apis/api-performance.md): Learn more about how the Verida Confidential Compute API's ensure maximum data privacy and how that impacts API performance.
- [Data examples](https://docs.verida.ai/data-apis/data-examples.md)
- [API Reference](https://docs.verida.ai/data-apis/api-reference.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.verida.ai/data-apis.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.
