# User management

To access the User Management section, click on the icon that depicts a user, located at the bottom of the side panel.

From this section, you will be able to change user permissions within the company, edit their information, delete user profiles, or create new users. You can also view the permissions associated with each user and check if they have enabled 2FA (Two-Factor Authentication).

### Edit User

Any user within the company can be edited, and also deleted, using the buttons located on the right-hand side under actions.&#x20;

From the pop-up window, you can edit the user's first name, last name, and password, as well as the associated permissions that grant access to different actions and sections of the dashboard.

<figure><img src="/files/7wassBxq9wjwXsw0WVb8" alt="" width="563"><figcaption></figcaption></figure>

### Create New User

The process of creating a new user is very simple. The button to do so is located in the upper right corner.

<figure><img src="/files/5FIPlNTHFZ8aZ2fmJfJA" alt="" width="563"><figcaption></figcaption></figure>

Once the modal is displayed, you need to complete the required information: the email of the new company member, their first name, last name, the permissions they will have associated with their account, and assign them a password that the new user can later change.

After completing all of this has been done, the new user will receive an email in their inbox with all the information needed to access the dashboard. The company administrator will be able to manage all user information from the 'User Management' section.


---

# 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.transparentedge.eu/getting-started/dashboard/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.
