# Welcome to the Vulos Identity Documentation!

Quick Start

Do you want to try out the API before reading the detailed documentation?&#x20;

Have a look at the quick start page:

{% content-ref url="quick-start" %}
[quick-start](https://dev.vulos.io/identity/quick-start)
{% endcontent-ref %}

## Detailed Documentation

On the following pages you can see what's currently possible with the Vulos Identity APIs:

{% content-ref url="organizations" %}
[organizations](https://dev.vulos.io/identity/organizations)
{% endcontent-ref %}

{% content-ref url="scopes-and-claims" %}
[scopes-and-claims](https://dev.vulos.io/identity/scopes-and-claims)
{% endcontent-ref %}

{% content-ref url="../reference/identity-javascript-sdk" %}
[identity-javascript-sdk](https://dev.vulos.io/reference/identity-javascript-sdk)
{% endcontent-ref %}

{% content-ref url="../reference/organization-api" %}
[organization-api](https://dev.vulos.io/reference/organization-api)
{% endcontent-ref %}

{% content-ref url="../reference/profile-api" %}
[profile-api](https://dev.vulos.io/reference/profile-api)
{% endcontent-ref %}


---

# 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/welcome-to-the-vulos-identity-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.
