> For the complete documentation index, see [llms.txt](https://help.meltingspot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.meltingspot.io/english/manage-spot/audience/user-rights/assign-roles-to-members.md).

# Assign roles to members

Once you've created your role, you can assign it to members. You can do this in 2 different ways:&#x20;

* From the audience table in the Spot parameters&#x20;

Select the members in the table whose role you wish to modify. Then click on `Actions` in the top right-hand corner of the table, then on `Update roles`.&#x20;

A list of all the roles available on the Spot opens (including `Member` and `Admin` roles). All that remains is to select the role you wish to assign.&#x20;

* From the member's profile (by clicking on the member's name in the audience table or members page)&#x20;

Click on the `Edit` button to the right of the role. A list of all the roles available on the Spot opens (including `Member` and `Admin` roles). All that remains is to select the role you wish to assign.&#x20;

{% hint style="info" %}
**Notes**:&#x20;

* By default, when a user joins the Spot, he/she has the **`Member`** role.&#x20;
* Each user **can only have one role** for a given Spot.&#x20;
* Roles are **visible to all members.**&#x20;
* Only Admins can update other members' roles.&#x20;
  {% endhint %}

### Notifications&#x20;

When an admin changes a member's role to give him/her more permissions, the member concerned is informed via :&#x20;

* **An in-app notification.**&#x20;
* **An e-mail notification** containing the various permissions associated with the new role.


---

# 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://help.meltingspot.io/english/manage-spot/audience/user-rights/assign-roles-to-members.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.
