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