# Manage instance-level user access roles

You can control access on two different levels:

1. **Assign user roles** - defining a user's role assigns them a fixed set of permissions. For example - assigning your colleague as Admin
2. **Customize your instance-level user roles** - the **Roles** page also lets you set the permissions for each role. For example, disable `scenario edit` for the `External developer` role so users with this role cannot make changes to scenarios.


---

# 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-organizations-and-teams/manage-instance-level-user-access-roles.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.
