# Roles and Permission

## Roles & Permissions Management

From this page in the Admin Panel, the admin can manage the access of the roles and permission of the users.<br>

<figure><img src="/files/3E1jQozYX4SRvw3XR9RY" alt=""><figcaption><p>Roles and Permissions</p></figcaption></figure>

## Roles & Permissions Overview

* **ID:** This section shows the unique ID for every role and permission we create on the Admin Panel.
* **Role Name:** This specifies the role name we will use to assign the user accordingly.
* **Role Code:** This is used to identify the role using its unique code.
* **Actions:** This section includes three buttons mentioned below in brief.

  <figure><img src="/files/Cl9bKNUkQjeTfCbZtITD" alt=""><figcaption><p>Action Buttons</p></figcaption></figure>

  * **Edit:** This button is used to update the role name of the user.<br>

    <figure><img src="/files/vwlY8BymKfqFLA6juA2r" alt=""><figcaption><p>Update Role</p></figcaption></figure>
  * **Delete:** The delete button is used to delete the unnecessary roles from the Admin Panel.<br>

    <figure><img src="/files/zoS5TxWwKET679EgThhz" alt=""><figcaption><p>Delete Role</p></figcaption></figure>
  * **Click For Permission:** By clicking on this button the admin can configure the permissions for a particular role created by an admin.<br>

    <figure><img src="/files/qyKIFI0KGzSbZkxZzSny" alt=""><figcaption><p>Click for role permission</p></figcaption></figure>

### Role Assign

1. Once a role is assigned to a user from the admin panel, the user will have access to permissions that are associated with that role.
2. Permissions are similar to giving an okay to do specific tasks within the system. It's like permitting what they can or cannot do.
3. For example, if there is someone with the role of Admin then he will be assigned all the necessary permissions.

In this case, checkboxes are provided to indicate whether the specific permission is to be assigned or not; if not, the specific role will have certain defined permissions that are essentially allocated and created specifically for that role alone.&#x20;

Generally, the administrator has all rights and permissions.

### More features of Roles and Permissions

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

1. **Search role**: The search box can be used to search all the listed roles on the platform.
2. **Add roles**: The user clicks on the button and specifies the role name, and clicks on "Add roles" to save it.<br>

   <figure><img src="/files/8BhKbx9hkY3VknG8Hdwr" 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.arthajobboard.com/admin/manage-portal/roles-and-permission.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.
