# Safe Links Policies

## Action Buttons

{% content-ref url="/pages/x7QfRi6peAzdhBj5Q8OC" %}
[Add Safe Links Policy](/user-documentation/security/safelinks/add.md)
{% endcontent-ref %}

## Table Details

The properties returned are for the combination of the following Exchange PowerShell commands. For more information on the command please see the Microsoft documentation:

* [Get-SafeLinksPolicy](https://learn.microsoft.com/en-us/powershell/module/exchange/get-safelinkspolicy?view=exchange-ps)
* [Get-SafeLinksRule](https://learn.microsoft.com/en-us/powershell/module/exchange/get-safelinksrule?view=exchange-ps)
* [Get-EOPProtectionPolicyRule](https://learn.microsoft.com/en-us/powershell/module/exchange/get-eopprotectionpolicyrule?view=exchange-ps)

There are some additional calculated columns in the table. For example, the Configuration Status column will display additional information on the selected policy to indicate either a status of "Complete" or if it is a Policy/Rule/Built-In Rule Only.

## Table Actions

<table><thead><tr><th>Action</th><th>Description</th><th data-type="checkbox">Bulk Action Available</th></tr></thead><tbody><tr><td>Edit Safe Links Policy</td><td>Opens the <a data-mention href="/pages/v2zeSLFB50wNtYz0bh4m">/pages/v2zeSLFB50wNtYz0bh4m</a> page for the selected policy.</td><td>false</td></tr><tr><td>Enable Rule</td><td>Enables the selected rule(s)</td><td>true</td></tr><tr><td>Disable Rule</td><td>Disables the selected rule(s)</td><td>true</td></tr><tr><td>Set Priority</td><td>Sets the priority for the selected policy</td><td>false</td></tr><tr><td>Create template based on policy</td><td>Copies the selected policy's attributes to the <a data-mention href="/pages/x7QfRi6peAzdhBj5Q8OC">/pages/x7QfRi6peAzdhBj5Q8OC</a> page.</td><td>false</td></tr><tr><td>Delete Rule</td><td>Deletes the selected rule(s)</td><td>true</td></tr><tr><td>More Info</td><td>Opens Extended Info flyout</td><td>false</td></tr></tbody></table>

***

## Feature Requests / Ideas

We value your feedback and ideas. Please raise any [feature requests](https://github.com/KelvinTegelaar/CIPP/issues/new?template=feature.yml) on GitHub.


---

# 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.cipp.app/user-documentation/security/safelinks.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.
