> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/getting-around/settings/members.md).

# Members

You can manage your organization's members and their roles in the Members section of Settings.

### Manage Members

1. Open the org/account dropdown (click the Morphic logo in the top-left corner).
2. Select Settings.
3. From the left sidebar, click Members.
4. Here, you can view all members, invite new ones, and update or remove roles.

**Direct link**

* Go directly to the Members section at <https://studio.morphic.com/settings/members>

### Add Member

1. Go to the Members section.
2. Click the Invite button in the top-right corner.
3. Enter the email address of the person you want to invite.
4. Assign them a role (Member or Admin).
5. The invitee will receive an email with instructions to join your organization.

<figure><img src="/files/5bkB96QegyvXLjYBvcnb" alt=""><figcaption><p>Inviting a new member to your organization</p></figcaption></figure>

<figure><img src="/files/sFnlRvWBbRn7oGHsuA3h" alt="Invite member form"><figcaption><p>Member invitation form</p></figcaption></figure>

<figure><img src="/files/9CXsDoMVgzDo9qdzTtom" alt="Member role selection"><figcaption><p>Selecting member roles</p></figcaption></figure>

### View Members

* You will see a list of all current members with their roles displayed beside their names.
* Use the search bar at the top to quickly find a member by name or email.

<figure><img src="/files/oywNmqa9roWCZRdSN408" alt="Members management interface"><figcaption><p>Members management page</p></figcaption></figure>

### Change Member's role

<figure><img src="/files/1etWLpTf27vK2TgobelK" alt="Role change confirmation"><figcaption><p>Role change options</p></figcaption></figure>

1. Find the member in the list.
2. Click the '…' menu beside their name.
3. Select Make Admin to give them admin rights.

### Remove Member

<figure><img src="/files/rqxthR3w5sp56yVFD5Si" alt="Member options menu"><figcaption><p>Member management options</p></figcaption></figure>

1. Find the member in the list.
2. Click the '…' menu beside their name.
3. Select Remove member to remove them from the organization.

***

If you have any trouble or have any questions, feel free to reach out. We're happy to help. Write to us at [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/getting-around/settings/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.
