> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-cloud-runtime-security/endpoint-security/install-and-manage-endpoints/manage-endpoint-protection/manage-endpoint-prevention-profiles.md).

# Manage endpoint prevention profiles

Manage endpoint prevention profiles by viewing their policy usage, editing their settings, or creating policy rules.

Go to **Inventory** → **Endpoints** → **Policy Management** → **Prevention** → **Profiles**.

### Check profile usage

Check which policy rules use a profile before you modify or delete it.

Right-click the profile, then select **View Policy Rules**.

Cortex Cloud opens a filtered **Prevention Policy Rules** tab. It shows only rules using that profile.

### Manage a profile

#### Edit

1. Right-click the profile, then select **Edit**.
2. Make your changes, then click **Save**.

#### Export

1. Right-click the profile, then select **Export Profile**.
2. Click **Export** to download the profile.

#### Duplicate

1. Right-click the profile, then select **Save as New**.
2. Edit the name, description, and any settings.
3. Click **Create**.

Create a policy rule with the new profile.

#### Delete

{% hint style="warning" %}
You can delete a profile only when its **Usage Count** is `0`.
{% endhint %}

1. Delete or detach every policy rule that uses the profile.
2. Locate the profile and confirm its **Usage Count** is `0`.
3. Right-click the profile, then select **Delete**.
4. Click **Yes** to confirm.

### Create a policy rule from a profile

{% stepper %}
{% step %}
Right-click the profile, then select **Create a new policy rule using this profile**.

Cortex Cloud sets the platform from the profile configuration. It also assigns the profile by type.
{% endstep %}

{% step %}
Enter a **Policy Name**. Optionally, add a description.
{% endstep %}

{% step %}
Assign additional profiles, then click **Next**. The endpoint list opens.
{% endstep %}

{% step %}
Select target endpoints. Alternatively, use filters to define the policy criteria. Click **Next**.
{% endstep %}

{% step %}
Review the policy rule summary, then click **Done**.
{% endstep %}
{% endstepper %}


---

# 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://cortex-docs.paloaltonetworks.com/cortex-cloud-runtime-security/endpoint-security/install-and-manage-endpoints/manage-endpoint-protection/manage-endpoint-prevention-profiles.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.
