# Users

Users refer to individuals who have access to the Netmera Panel. These users can belong to different roles, each with specific permissions and access levels within the panel.

### Invite User

{% @arcade/embed flowId="OgUOZwOY9n6LC7HCXrs8" url="<https://app.arcade.software/share/OgUOZwOY9n6LC7HCXrs8>" %}

1. To invite a new user, click on the **Invite User** button.
2. Enter the email address of the new user you want to invite.
3. Select the [**appropriate role**](/netmera-user-guide/panel-settings/netmera-panel-settings/roles-and-permissions.md) for the new user from the available options. Roles define the level of access and permissions the user will have within the panel.
4. Click on the **Send Invitation** button to invite the new user.

<figure><img src="/files/wfVzlJnrEAX5Bcib9qD8" alt="" width="563"><figcaption><p>Invite</p></figcaption></figure>

### User Details

1. If you want to assign or remove roles for an existing user, you can use the search function to find the user by name.
2. Once you locate the user, click on their profile to access the user settings.
3. Update the user's profile by assigning or removing roles as needed.
4. Don't forget to save the changes by clicking on the **Save** button.

<figure><img src="/files/gmj0uQIXCbVDJKYAS3n8" 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://user.netmera.com/netmera-user-guide/panel-settings/netmera-panel-settings/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.
