# Managing roles

As a team member, you may get the list of your team's available roles, edit a role's settings or delete a role.

To **get your team's list of available roles**, simply go to to the [Roles section](https://dashboard.digitalsamba.com/rooms) of the dashboard. You may also create a new role using the [REST API.](https://docs.digitalsamba.com/rest-api)&#x20;

<figure><img src="https://1546941876-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiO3v6IGLbE8FriBtsLy2%2Fuploads%2FuBYZs4Wo5dYMrHfng2sL%2FUntitled%202.png?alt=media&#x26;token=97c45950-8208-41bf-b430-8634b01b9f7f" alt=""><figcaption></figcaption></figure>

To **edit a role**, go to the [Roles section](https://dashboard.digitalsamba.com/rooms), locate the role you want to edit, click on the three-dot icon on the right and choose the 'Edit role settings' option. You will be taken to the role-edit page, where you'll be able to adjust the same settings as when [creating a custom role](https://docs.digitalsamba.com/dashboard/adding-moderation-to-your-rooms-with-roles/create-a-custom-role).

To **delete a role**, go to the [Roles section](https://dashboard.digitalsamba.com/rooms), locate the role you want to delete, click on the three-dot icon on the right and choose the 'Delete' option.

To **clone a role**, navigate to the Roles section, find the role you want to duplicate, click on the three-dot icon on the right, and select the 'Clone' option.

To **reset preset roles,** upon clicking restores the names and settings of the five preset roles (moderator, attendee, speaker, student, teacher) to their default values. This ensures a quick reset to the original configuration.

{% hint style="warning" %}
You won't be able to delete a role that's set as [the default role](https://docs.digitalsamba.com/dashboard/configuring-your-room-defaults/general-settings) in any particular room or in the default room settings.
{% endhint %}

{% hint style="warning" %}
You will be free to delete a role that's configured into an existing room or role; the app will warn you when that's the case.
{% 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://docs.digitalsamba.com/dashboard/managing-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.
