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