# Manage Authorization (RBAC)

The **Authorization** section describes how to authenticate and authorize access to resources, also managing role-based access levels in Devtron.

Access can be granted to a user via:

* [SSO Login Services](https://docs.dashboard.devtron.ai/operator-guide/authorization/sso-login-services)
* [User Permissions](https://docs.dashboard.devtron.ai/operator-guide/authorization/user-permissions)
* [Permission Groups](https://docs.dashboard.devtron.ai/operator-guide/authorization/permission-groups)
* [API Tokens](https://docs.dashboard.devtron.ai/operator-guide/authorization/api-tokens)


---

# 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.dashboard.devtron.ai/operator-guide/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.
