> For the complete documentation index, see [llms.txt](https://kb.rezonate.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.rezonate.io/how-to-guides/manage-users.md).

# Manage Users

**User management** in Rezonate provides three access levels: **Read**, **Edit**, and **Owner**.&#x20;

Owners can manage other users and control access settings. \
You can limit user access to specific accounts, ensuring they only see relevant information. Additionally, Remediation access can be enabled, allowing users to fix issues within their scope. \
This system ensures users have the right permissions, enhancing security and streamlining workflows within the platform.

### Inviting users to Rezonate

1. Browse to the user management area and click on the Invite.
2. Fill in the Email, the allowed authentication method, and the scope of accounts.
3. Select the Primary role, and decide if to grant Remediation capabilities.
4. Click the Invite button. and thats it! :)&#x20;

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


---

# 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://kb.rezonate.io/how-to-guides/manage-users.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.
