# Manage Users

{% hint style="success" %}
Multi-user support and user management is an Enterprise feature. [Please contact us](https://docs.google.com/forms/d/e/1FAIpQLSdAB6FLU91oUBJVRcPtpEK3WpgL9cVWethFHx0gAkKhg7LjrQ/viewform) to learn more about our Enterprise offering.
{% endhint %}

## Invite users to join your organization

Users with `AccountAdmin` role can generate registration links from the UI (links expire after 7 days).  Navigate to [Users](https://app.chatbees.ai/users) page and click on **`Generate registration link`**, then copy the generated link into your clipboard.

<figure><img src="/files/qiIUct8v2FS4qTzNTG9r" alt=""><figcaption></figcaption></figure>

Ask your users to register and sign into ChatBees using the registration link and follow the instructions. You can see a list of currently registered users, as well as their assigned roles on the same page.

## Access Control

{% hint style="info" %}
Refer to [Access Control](/chatbees/concepts/access-control.md) section for an overview of how ChatBees manages access to resources.&#x20;
{% endhint %}

Newly registered users have `AccountUser` role, which grants them read-only access to all collections. You can change their assigned role, or remove their access to ChatBees (by deleting the user) from this page.

<figure><img src="/files/5QA1acAj3XZdNcVmbnCR" alt=""><figcaption></figcaption></figure>


---

# 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.chatbees.ai/chatbees/web-app-references/manage-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.
