# Manage Roles

Roles are groups of permissions that are assigned to the user.&#x20;

There are four default roles in VU Custom and each role has assigned a group of permissions that a user with this role can perform in VU Custom.  However, the permissions can be modified depending on the brand's needs.:

* Administrator
* Customizer
* Inventory
* Production

A user with administrator permissions can add, modify, and delete user roles and permissions.

### Add User Roles

To add a user role:

1. Log into VU Custom and from the Dashboard, click **Settings > Roles**.
2. Click the **Add New Role**.
3. In the **Name** field, enter the new user role name, select the permissions for the new role, and click **Save**.

The role will be successfully created.

To delete a role, select the role from Roles and click **Delete**.

### Modify User Role Permissions

To modify a user role:

1. Log into VU Custom and from the Dashboard, click **Settings > Roles**.
2. Click the User role to view and modify the permissions.
3. Select or deselect permissions and click **Save**.

The changes will be successfully applied.


---

# 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://vu-custom.gitbook.io/vu-custom/vu-admin-platform-management/user-management/manage-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.
