# Member's role

Spot members can have two different roles: either `Admin` or `Member`. You can then create custom roles (see [here](https://help.meltingspot.io/english/manage-spot/audience/user-rights)).

## Admin&#x20;

`Admins` are the users who manage the Spot. They can do more than `Members`. `Admins` can :&#x20;

* Attend lives&#x20;
* Access collections&#x20;
* Chat in channels&#x20;
* Chat with other members&#x20;
* Create content (live, channel, collection, document)&#x20;
* Manage the Spot through audience management, access to dashboards, tags, groups, etc.&#x20;

## Member&#x20;

`Members` are the users who will be able to consume the content present on the Spot. They cannot create content. `Members` can :&#x20;

* Attend live shows&#x20;
* Access collections&#x20;
* Chat in channels&#x20;
* Chat with other members&#x20;

## Change role&#x20;

`Admins` can change the role of other Spot members, whether they are `Admins` or `Members`. To change a member's role :&#x20;

* Access their profile (by clicking on their name in the audience table or on the members page)&#x20;
* Click on the `Edit` button to the right of their role&#x20;
* Select the role you wish to assign&#x20;

{% hint style="info" %}
You can change roles in both directions: from `Member` to `Admin` and from `Admin` to `Member`.
{% 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://help.meltingspot.io/english/manage-spot/audience/members/members-role.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.
