# User roles and access management

Every user has a distinct role that defines their access to your platform. Make White label offers three levels of access control:

1. Instance level - These roles define access to the administration interface as well as specific permissions. There are roles for administrative, app development, and support purposes. See the [reference tables of instance-level roles](/white-label-documentation/manage-login/instance-level-roles.md) for more details.
2. Organization level - Roles for organizations define access to:
   1. Assets, such as scenarios and data stores associated with the organization.
   2. Abilities, such as managing organization members.
3. Team level - The lowest level of access management. Roles for teams define access to:
   * Assets, such as scenarios and data stores associated with the team.
   * Abilities, such as managing team members.

You can assign roles by the [Administration interface](/white-label-documentation/manage-organizations-and-teams/manage-instance-level-user-access-roles/assign-user-roles.md) or by API. Users with the SA role can [customize roles in the Administration interface](/white-label-documentation/manage-organizations-and-teams/manage-instance-level-user-access-roles/customize-user-roles.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://developers.make.com/white-label-documentation/manage-the-end-user-life-cycle/provision-new-users/user-roles-and-access-management.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.
