> For the complete documentation index, see [llms.txt](https://docs.digitalsamba.com/dashboard/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalsamba.com/dashboard/adding-moderation-to-your-rooms-with-roles.md).

# Adding moderation to your rooms with roles

As a team member, you may add roles to your rooms. Digital Samba Embedded comes equipped with a set of three preset roles designed to fit most use cases; but you can also create your own custom roles with unprecedented granularity and precision.&#x20;

## Preset roles

**Moderator**\
The Moderator preset is conceived to have all permissions, encompassing speaker’s rights to broadcast, screenshare and present, and also management rights such as granting or removing permissions, removing participants, starting and ending sessions, or recording them.

**Speaker**\
The Speaker preset is conceived to have all broadcast, screensharing and presentation permissions, but none of the Moderator’s management rights, such as as granting or removing permissions, removing participants, starting or ending sessions, or recording them.

**Attendee**\
The Attendee preset is conceived as the role with the lowest rank. An Attendee preset may essentially see and hear the Speaker and Moderator presets' audio, video and screenshare streams, but won't be seen or heard.

**Teacher**\
The Teacher role preset has the same exact rights as the Moderator preset.&#x20;

**Student**\
The Student preset is conceived as a role with a low set of permissions. A user in the Student role can view the session streams and also have the ability to broadcast and edit the whiteboard by default but has no room moderation capabilities.

## The Roles section

To get the list of available roles, go to to the [Roles section](https://dashboard.digitalsamba.com/roles) of the dashboard. You may also get the list via the [REST API](https://docs.digitalsamba.com/developer-api/#roles-GETapi-v1-roles).

{% hint style="warning" %}
The list in the [Roles section](https://dashboard.digitalsamba.com/roles) inventories all the roles created by your team, however you will need to expressly [add them to your rooms](/dashboard/adding-moderation-to-your-rooms-with-roles/add-roles-to-a-room.md) if you want them there.&#x20;
{% 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.digitalsamba.com/dashboard/adding-moderation-to-your-rooms-with-roles.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.
