> For the complete documentation index, see [llms.txt](https://help.sentinelsoftware.com/sentinel-help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sentinelsoftware.com/sentinel-help-center/security-administration/permission-lists/permission-list-features.md).

# Permission List Features

The following **Permission List Features** are available in Sentinel.&#x20;

<details>

<summary>Permission Lists Features [Left Menus]</summary>

* **Access -** Displays the Menus and Pages that the Permission List grants access to in PS.  *\*Click 'edit' to make updates.*&#x20;
* **Roles -** Displays the Roles that contain the Permission List.  *\*Click 'edit' to remove.*&#x20;
* **Fluid -** Displays the Fluid Pages and Tiles that the Permission List grants access to in PS. *\*Click 'edit' to make updates.*&#x20;
* **History -** Displays a log of Permission List updates completed in Sentinel. *\*Click to view update details.*

</details>

<details>

<summary>Permission Lists Features [Right Menus]</summary>

* **Clone** - Clone Permission List
* **Security Sync** - Push Permission List to another environment.
* **Compare** - Compare access between environments.

*\*See more below.*&#x20;

</details>

{% tabs %}
{% tab title="Clone" %}
Clone a Permission List.

1. Navigate to **Environments** and select an **Environment**.&#x20;
2. Select '**Permission Lists**' and choose a Permission List.&#x20;
3. Click the '**Clone**' button located at the top right.&#x20;
4. Input a **Name** and **Description** for the new Permission List.&#x20;
5. Save changes. &#x20;

<figure><img src="/files/hBHjjVDJtvB82Udy0TzJ" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Security Sync" %}
Create a shell copy of a Permission List and sync security objects in a target PeopleSoft environment.

1. Navigate to **Environments** and select an **Environment**.&#x20;
2. Select '**Permission Lists**' and choose a Permission List.&#x20;
3. Click the '**Sync Security**' button located at the top right.&#x20;
4. Pick a Target Environment.&#x20;
5. Check the boxes to assign security permissions: Permission Lists.
6. Click **'Sync Security.'**

<figure><img src="/files/y70Q2S2QZlV23uEWT2et" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Compare" %}
Compare Permission List Access in a target environment.&#x20;

1. Navigate to **Environments** and select an **Environment**.&#x20;
2. Select '**Permission Lists**' and choose a Permission List.&#x20;
3. Click the '**Compare**' button located at the top right.&#x20;
4. Select compare of a Target Environment and choose a Permission List to view security differences.&#x20;

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

{% endtab %}
{% endtabs %}


---

# 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://help.sentinelsoftware.com/sentinel-help-center/security-administration/permission-lists/permission-list-features.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.
