# Configuring roles

Configuring roles in Veriam can easily be done from the 'Roles' page under the 'Access control' menu.

This page lists all currently configured roles which can be viewed and edited from here.

To create a new role:

1. Click the '+ Create role' button.
2. Fill in the Name. This name will also be visible to your users when they have the role assigned.&#x20;
3. The 'Role name for OIDC Claim' field gets populated automatically based on the name. This is the role name that will be return in the OIDC Claim to your application when a user with this role logs in. You can adjust this role to match what your application already knows.&#x20;

That's it! Click Save to save your role and publish the changes for the role to become available to assign to users or accounts.&#x20;

Optionally, you can add one or more Filters to the role, to further specify when the role is applicable. This can for instance be useful if you have multiple applications and this role is only valid for one of those applications.&#x20;

You can also use more fine-grained permission management by adding Permissions to your role as described in the next section.&#x20;


---

# 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.myveriam.com/for-providers/ciam/role-based-access/configuring-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.
