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