# User Roles

The User Role page is an important part of the Admin Portal. It allows administrators to manage the roles and permissions assigned to different users. Role determine the functions that users are authorized to perform within the system, providing a flexible way to control access and maintain security.

## Access The User Role 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 Role** from the dropdown list to access the page.

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

## Add A New User Role

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

1. Click the **Add** button in the top-left corner of the User Management page.
2. Fill in your **Role Name.**
3. Fill in your **Role Description.**
4. Select the administrative functions the user is allowed to access.
5. Click the **Save** button to add the user
6. Confirm the action by selecting **“Yes, I want to proceed.”**

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

## Modifying A User Role

To modify an existing User Role:

1. In the **Actions** column, click the three vertical dots (⋮) next to the Role you wish to modify.
2. Select **Modify** from the dropdown menu.
3. Update the necessary user role details and access.
4. Click **Update** to apply the changes.
5. Confirm the action by selecting **“Yes, I want to proceed.”**


---

# 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-roles.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.
