> For the complete documentation index, see [llms.txt](https://docs.material.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.material.security/getting-started/deployment-guides/your-first-30-days/3-assign-additional-roles-optional.md).

# 3: Assign Additional Roles (Optional)

Any account that needs to work directly in Material (investigating, configuring integrations, etc.) is known as a Material admin.

Assign a Material role to each Material Admin. **No** Material admin roles are inherited from your email provider.

There are 15 roles available, described in [Role Descriptions](/learn-more/administration/admin-roles/role-descriptions.md). For deployment, we recommend that you assign one additional Super Admin if possible, in case of account lockout. After deployment, review the [Admin Roles](/learn-more/administration/admin-roles.md) guide to assign other roles as needed.

{% @arcade/embed flowId="BICypdcLZfpAgDaMFrKD" url="<https://app.arcade.software/share/BICypdcLZfpAgDaMFrKD/gWvrZpuhkWJXU8Il32MO>" %}

<details>

<summary>Assign a role to an individual account</summary>

1. From the left navigation, expand **Explorer** then click **Accounts**.
2. Click an **account** row to reveal the bottom toolbar:

<img src="/files/5JVRxBxw2NLJzFHzAiIP" alt="" width="308">

3. From the bottom toolbar, click **Edit Roles**.
4. Check the **role(s)** you want to assign to this account. Note, tenant roles can only be assigned to one tenant. If a user needs those permissions on multiple tenants, then consider a Global role. See [Role Types](#h-role-descriptions) for more information.
5. Click **Save**.

</details>

You can also assign Admin permissions to an entire group, then add accounts to the group to inherit those roles.

<details>

<summary>Assign a role to a group</summary>

1. From the left navigation, expand **Explorer** then click **Groups**.
2. Click a **group** row to reveal the bottom toolbar.

<img src="/files/PWjLs6hFNZiDqNydwAug" alt="" width="288">

3. From the bottom toolbar, click **Edit Roles**.
4. Check the **role(s)** you want to assign to this group. Note, tenant roles can only be assigned to one tenant. If a user needs those permissions on multiple tenants then consider a Global role. See [Role Types](#h-role-descriptions) for more information.
5. Click **Save**.

</details>

{% hint style="warning" %}
If you just connected your email tenants, you may need to wait at least 30 minutes to see accounts synced.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.material.security/getting-started/deployment-guides/your-first-30-days/3-assign-additional-roles-optional.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
