# Authorization

The intratool API routes are protected by the OAuth2 protocol. To get access to API data, users need to authorize with an [Authorization Token](/introduction/authorization/get-token.md) which is granted by the customer's system.

Each user on intratool can have multiple clients and tokens associated. **Authorization tokens** will only grant access to the components and data the granting user is permitted to use.

## Topics

* [**Authorize**](/introduction/authorization/authorize.md): How to use the token in your requests.
* [**Get a Token**](/introduction/authorization/get-token.md): How to obtain a personal access token.
* [**Third-Party Login**](/introduction/authorization/third-party-login.md): Authenticating users for 3rd party apps.


---

# 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.api.intratool.de/introduction/authorization.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.
