> For the complete documentation index, see [llms.txt](https://docs.elkyc.com/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.elkyc.com/home/get-started/work-with-the-team/user-roles-and-permissions.md).

# User Roles and Permissions

The User Roles and Permissions functionality allows you to create custom roles for different users within your organization. By specifying access levels for various items in the functionality list, you can ensure that each user has the appropriate permissions for their role. Here’s how it works:

{% embed url="<https://youtu.be/wGoNQEZwWD0>" %}

* From the Sidebar Menu, navigate to the `My Team` section.
* Select `Role Management:`
*

```
<figure><img src="/files/FXm0UfEHnwlAR3uZ025A" alt=""><figcaption></figcaption></figure>
```

* Click on the `Add New` button:

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

* Enter a name and a description for the new role.
* You will also see a list of functionalities with corresponding checkboxes.
* Review the list of functionalities and check the boxes for the items you want to grant access to for this role:

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

* Make sure to tailor the permissions according to the responsibilities associated with the role.
* Once you have selected the appropriate permissions, click on the `Save` button.
* The new role will now appear in the list of available roles.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.elkyc.com/home/get-started/work-with-the-team/user-roles-and-permissions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
