# Getting Started

- [How it works](https://docs.verida.ai/getting-started/how-it-works.md): Overview of how Verida AI works
- [Developer Console](https://docs.verida.ai/getting-started/developer-console.md): Learn how to get started with the Verida AI developer console
- [Get an API key](https://docs.verida.ai/getting-started/get-an-api-key.md): Learn how to obtain a Verida API key to access user data
- [Authentication](https://docs.verida.ai/getting-started/authentication.md): Learn how to generate an authentication token to access user data
- [Authentication \[old\]](https://docs.verida.ai/getting-started/authentication-old.md): Learn how to generate an authentication token to access user data
- [Scopes](https://docs.verida.ai/getting-started/scopes.md): Learn about all the available scopes for accessing user data
- [API Requests](https://docs.verida.ai/getting-started/api-requests.md): Learn how to make an API request
- [Connectors](https://docs.verida.ai/getting-started/connectors.md)
- [Build a Connector](https://docs.verida.ai/getting-started/connectors/build-a-connector.md): Get started by building a new API Connector
- [Telegram](https://docs.verida.ai/getting-started/connectors/telegram.md)
- [Example Apps](https://docs.verida.ai/getting-started/example-apps.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/getting-started.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.
