# User Management

The User Management page enables administrators to oversee and control all user accounts, allowing them to create, modify, and deactivate them. This streamlines user access and maintains system integrity.

## Access The User Management Page

1. Log into the application using your credentials.
2. From the dashboard, navigate to the **Admin Portal** in the side menu.
3. Select **User Management** from the dropdown list to access the page.

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

## Add A User To Udara360

To add a new user to the Udara360 system, follow these steps:

1. Click the **Add** button in the top-left corner of the User Management page.
2. Complete the following field sections:
   * **Personal Information:** Provide the user's personal information details (e.g., First & Last Name, Email, Address...).
   * **Employee Information:** Provide the employee/staff information (e.g., employee number, role, branch, access level, etc.).
   * **User System Information:** Toggle the button to grant access to system functions. You can individually select the functions the user is allowed to access.
3. Click the **Save** button to add the user
4. Confirm the action by selecting **“Yes, I want to proceed.”**

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

## User Management Actions&#x20;

You can modify, view, deactivate, and reset a user's password on Udara360. To do this:

* In the **Actions** column, click the three vertical dots **(⋮)**&#x20;
* Select any of the actions you want to perform from the dropdown menu.

<figure><img src="/files/XTZtPk8qNjNrscvDpLAc" 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.udara360.io/role-management/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.
