# Assigning User Roles

Assign **at least one role** to every user so they can perform actions in AutoRABIT (ARM).\
If a user has multiple roles, the role that grants **more** permissions always overrides the more restrictive one.

***

## Create a New Role

1. Hover over **`Admin`** and click **`Roles`**.

   <figure><img src="/files/gymGHsQVYgzgOfbYBRjv" alt="Roles option highlighted in the Admin menu" width="251"><figcaption></figcaption></figure>
2. Click **Create Role**.

   <figure><img src="/files/UvMuDsul122AQ4ZNasVK" alt="Create Role button on Roles page" width="563"><figcaption></figcaption></figure>
3. Provide a **Role Name** and **Description**.
4. In the **Permissions** tab, tick the checkboxes for every capability this role should grant.

   <figure><img src="/files/IyVk7RPDVwYdqzFiNUDT" alt="Permissions tab showing module checkboxes" width="563"><figcaption></figcaption></figure>
5. Click **Save**.

{% hint style="info" %}

* `Admin` is a built-in role with maximum permissions and cannot be edited or renamed.
* The permissions you select determine which modules, pages, and settings appear in a user’s interface.
  {% endhint %}


---

# 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://knowledgebase.autorabit.com/product-guides/arm/arm-administration/user-management/arm-user-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.
