# User Management

Manage, update, and invite users in your Korey workspace from a single place.&#x20;

#### Manage Users

1. **Settings > Users**
2. Search users, filter by role, edit roles, remove or invite new users

#### Remove Users

1. **Settings > Users**
2. Find the user you want to remove, open the `...` menu, and select "Remove User"

#### Invite Users

1. **Settings > Users**
2. **Click "Invite" button** in top right corner
3. **Provide email address and specify role.** \
   An invitation will be sent to this email address with a link to complete their account.


---

# 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.korey.ai/organization/user-management.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.
