# Team Members

### Create Team Member

To manage team members, click on the team you would like to add members to from the list of teams and click **Members** from the tabs below the Organization name and breadcrumbs.

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

Click **Create Team Member,** and a modal will pop up. Here, you can select the [organization member](/dash/organizations/members.md) and a role. Only people in your organization can be added to an organization team. See [Roles](#roles) for more information on the different roles.

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

### Edit Team Member

After creating users, you will see them in the **Team Dashboard.** Admins will see two icons to the right of the user name and role. Click on the one with a pen and paper to open the edit modal.

<figure><img src="/files/1rc9Lt0nw5Zm9eOW5fsc" alt=""><figcaption></figcaption></figure>

You can change the user role here. Click on Update to make your change effective.

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

### Delete Team Member

You can delete a member by clicking the bin icon next to the [edit team member](#edit-team-member) icon. A confirmation modal will pop up. Click **Delete** to confirm.

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

### Roles

* **Admin**: Can add, edit, and delete team members, on top of having the permissions set in [permissions](/dash/organizations/team/team-permissions.md).
* **Member**: Has the permissions set in [permissions](/dash/organizations/team/team-permissions.md).


---

# 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.msquared.io/dash/organizations/team/team-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.
