# Data Access API Documentation

API Documentation is automatically generated for each collection and version. Here's what a Verb API Doc looks like.&#x20;

![](/files/-MV38jArCH20xu6ifkp0)

#### Access Location

The API documentation will be available at [Verb's Data Access API Documentation Center](https://app.verbdata.app/#/api/login)&#x20;

#### How Docs Work

Documentation is tied to the Data Access Key's collection access. If the key has access to multiple Data Access API collections, documentation for each collection will be available.&#x20;


---

# 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/getting-started/api-documentation.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.
