# Memberships

A membership is the formalisation of a user belonging to a team, assuming a specific role.&#x20;

{% hint style="info" %}
In order to make a user a member of your team, [**you must invite them**](/platform/team/invitations.md).
{% endhint %}

### View all team members

1. Go to `Settings`
2. Click on `Team`
3. You can then see all members for the current team.

### Change a member's role

1. Go to `Settings`
2. Click on `Team`
3. Find the member you want to edit the role of
4. Select the user's role from the dropdown

   <figure><img src="/files/6EpFPVHoiSreRp2RZTwy" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
The "Owner" role cannot be assigned manually to another user. It is automatically assigned to the creator of the team and cannot be changed.
{% endhint %}

### Stop a membership

1. Go to `Settings`
2. Click on `Team`
3. Find the membership you want to stop
4. Click `Revoke` in the action menu

   <figure><img src="/files/x2Wfn5uwha3KvOJ8g9LR" alt=""><figcaption></figcaption></figure>

Once a membership is stopped, the user can be re-invited if they must rejoin the team.


---

# 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.modelmetry.com/platform/team/memberships.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.
