# Duplicate a role

{% hint style="success" %}
**Access Type**: Admin
{% endhint %}

A role is a customizable collection of permissions that dictate what kind of access a user has across Didomi product and features. In this article, we will cover how to duplicate a role in your organization's account.

{% hint style="info" %}
Duplicating a role can streamline the process to create a new role, especially if there are only minor differences between the original role and the duplicated role.
{% endhint %}

Click **My Organization** and select **Users & Roles** from the drop-down menu.&#x20;

<figure><img src="/files/8A54wzGcCrSYSC3frwmW" alt="" width="563"><figcaption></figcaption></figure>

Select the **Roles** tab and navigate to a role on the list. Click the **Duplicate** icon inline with the role name.

<figure><img src="/files/0piHGuoHknLgS6WUpNSK" alt="" width="563"><figcaption></figcaption></figure>

Use the subsequent screen to give your duplicated role a name. By default, Didomi will append *copy* to the original name of the role unless otherwise edited. Click **Create role** when finished.&#x20;

<figure><img src="/files/6ArINXGrH6Jjjd4eJNhY" alt="" width="375"><figcaption></figcaption></figure>

The duplicated role will be created. If necessary, click the **Edit** inline with the duplicated role to edit the description and access types for the role.


---

# 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.didomi.io/organization-and-account-settings/users-and-roles/duplicate-a-role.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.
