# Role Groups

Role Groups are collections of PeopleSoft Roles that can be used as a search filter or to restrict access to view Roles in Sentinel (Role Access). &#x20;

<details>

<summary>Types of Role Groups </summary>

* **Static** - Individual Roles are manually assigned to a group.
* **Dynamic** - Roles are automatically assigned to a group based on a search prefix. *e.g., %Admin, %Admin%*
* **Rolegrant Import** - Creates a Role Group from the PSROLECANGRANT table.

</details>

<details>

<summary>Create a Role Group</summary>

#### Create a Static Role Group:

1. Navigate to **Settings - Role Groups.**
2. Click '**Add**,' located at the top right.&#x20;
3. Select the **System Type.** (HR, FS, CS)
4. Enter a Role Group **Name** and **Description.** <br>

   <figure><img src="/files/moMzMkLDVpZWlwbaWK5l" alt=""><figcaption></figcaption></figure>
5. Save changes.&#x20;
6. *Once created,* select the Role Group from the list.
7. Search and click the plus sign to add a Role to the group.<br>

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

#### Create a Dynamic Role Group: &#x20;

1. Navigate to **Settings - Role Groups.**
2. Click '**Add**,' located at the top right.&#x20;
3. Select the **System Type.** (HR, FS, CS)
4. Enter a Role Group **Name** and **Description.**&#x20;
5. Enter a Role Prefix. *e.g., Admin% or %Admin%*
6. Save changes. \
   \ <mark style="color:green;">**EXAMPLE 1**</mark>\
   **Prefix** = SEN\_%\
   **Result** = Roles that begin with **SEN\_** will be added to the group\
   \ <mark style="color:green;">**EXAMPLE 2**</mark>\
   **Prefix** = %Admin%\
   **Result** = Roles with **Admin** in the name will be added to the group.

</details>


---

# 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://help.sentinelsoftware.com/sentinel-help-center/settings/role-groups.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.
