# API Collections

- [Building API Collections](https://docs.verbdata.com/collections/api-collections/getting-started.md)
- [Connect Data Sources](https://docs.verbdata.com/collections/api-collections/getting-started/connect-data-sources.md): The first step to create a Data Access API
- [Data Model](https://docs.verbdata.com/collections/api-collections/getting-started/data-model.md): The second step in creating a Data Access API
- [Select Data](https://docs.verbdata.com/collections/api-collections/getting-started/select-data.md): The third step in creating a Data Access API
- [Authentication and Security](https://docs.verbdata.com/collections/api-collections/getting-started/authentication-and-security.md): Securing your Data Access API
- [Data Access API Keys](https://docs.verbdata.com/collections/api-collections/getting-started/api-access.md): Sharing the Data Access API
- [Data Access API Documentation](https://docs.verbdata.com/collections/api-collections/getting-started/api-documentation.md): Auto-generated documentation for key holders.
- [API Collection Versions](https://docs.verbdata.com/collections/api-collections/api-versions.md): Managing API Collection versions


---

# 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.verbdata.com/collections/api-collections.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.
