# API Endpoints

* [Queries](/data-apis/api-endpoints/queries.md) — Access data of a particular type (ie: emails) and apply filters, sorting and response limits.
* [Search](/data-apis/api-endpoints/search.md) — Perform keyword searches over particular data types or all data.
* [AI Prompts](/data-apis/api-endpoints/ai-prompts.md)— Perform LLM requests using a model with a RAG pipeline that can access user data.
* [Actions](/data-apis/api-endpoints/actions.md)— Perform actions on behalf of a user with their connected services (ie: Send a Telegram message)
* [Other Endpoints](/data-apis/api-endpoints/other-endpoints.md)— Miscellaneous endpoints (ie: Information about connected accounts).


---

# 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/api-endpoints.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.
