# Identity

- [Welcome to the Vulos Identity Documentation!](https://dev.vulos.io/identity/welcome-to-the-vulos-identity-documentation.md): Here you'll find all the documentation you need to setup an application that uses Vulos Identity.
- [Quick Start](https://dev.vulos.io/identity/quick-start.md)
- [Organizations](https://dev.vulos.io/identity/organizations.md): This page describes how organizations are structured.
- [Scopes and Claims](https://dev.vulos.io/identity/scopes-and-claims.md): Here you can see all the scopes and claims we support.


---

# 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://dev.vulos.io/identity.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.
