# 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 **Settings** and click **Users >** **Roles**.<br>

   <figure><img src="/files/lcwv77igY8az8Ja6wSZT" alt="" width="375"><figcaption></figcaption></figure>
2. Click **Create Role**.<br>

   <figure><img src="/files/gvuJxWEpglxofKtNhnkO" alt=""><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.<br>

   <figure><img src="/files/V4QilnlOIxj6WVFpeiet" alt="" width="375"><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-1/getting-started-1/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.
