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

# Members

The members page lets you invite new users to your organization and manage the roles of existing members.

### Inviting a member

1. Go to **Settings > Members**.
2. Click **Invite member**.
3. Enter the user's name, email address and select their role.
4. Click **Send invite** - the user will receive an email with a link to join.

Invite links expire after 10 days. If an invite lapses, you can resend it from the Members tab.

{% hint style="warning" %}
Your organization may have a user seat limit based on your contract. If you are unsure of your limit or need additional seats, contact your Spexi account manager.
{% endhint %}

### Roles

| Role          | Access                                                    |
| ------------- | --------------------------------------------------------- |
| Member        | Access platform resources (no administrative permissions) |
| Administrator | Full access including settings                            |
| Org Owner     | Manage all users and organization settings                |

### Editing a member

Click the edit icon next to any member to change their name/role. Changes take effect immediately.

{% hint style="info" %}
You cannot edit a user's email address. To correct an email, remove the user and send a new invitation with the correct email address.
{% endhint %}

### Removing a member

To remove someone from your organization, click the remove icon next to their name. They will lose access immediately.

{% hint style="info" %}
You cannot remove the Org Owner through the members page. Ownership transfer must be handled by contacting Spexi support.
{% endhint %}


---

# 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://learn.spexi.com/spexi-world/administration/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.
