# Users

Users is where organization admins manage who can access your nexos.ai workspace. From here, you can invite people, update access, and remove users who no longer need access.

At the top of the Users page, you can see the total number of users in your organization and how many seats are still available. You can also use the search bar and filters (such as Teams, Role, and Status) to quickly narrow down the list and find specific users faster.

## How to use it

{% stepper %}
{% step %}

### Open Users

Open Settings, then go to Organization > Users.
{% endstep %}

{% step %}

### Invite users

On the Users page, select Invite users.

Enter one or more email addresses, then send the invite.

If your organization uses teams or roles, choose the correct access options before sending.

<figure><img src="/files/DfxuGnj4pPQPqATGznpP" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Update a user’s access

Find the user you want to update.

Select the user’s **Role** or **Team** next to their name, then choose the new value from the menu that opens.

<figure><img src="/files/siWrziTa3ujA4QN5btLC" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Remove a user

Find the user you want to remove.

Open the user actions menu and select Remove.

Confirm to revoke access to your organization.
{% endstep %}
{% endstepper %}

Use Users when you are onboarding teammates, changing responsibilities, or offboarding people who should no longer have access.


---

# 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.nexos.ai/workspace/settings/organization/users.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.
