> 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-xsiam/reference-and-developer-docs/role-based-access-control/configuration-permissions/cortex-xdr-analytics-permissions.md).

# Cortex XDR Analytics permissions

Controls access to the Analytics Engine configuration page through **Settings** → **Configurations** → **Cortex-Analytics**.

{% hint style="warning" %}

### Caution

This permission strictly controls access to enable or configure the backend Analytics engines. It does not control analytics rules management. Analytics rules (such as BIOCs and Correlation rules) are managed through the Detection Rules permission under the Threat Management section
{% endhint %}

### On-demand analytics

Cortex XDR Analytics (on-demand analytics) includes the following:

* Cortex Analytics Engine: Analyzes your endpoint data to develop a baseline and raise Analytics and Analytics BIOC alerts when anomalies and malicious behaviors are detected.
* Identity Analytics: Allows the Cortex Analytics engine to aggregate and display user profile details, activities, and alerts related to a user-based Analytics type alert and Analytics BIOC rule during an investigation.

  <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><h3>Notice</h3><p>Requires the Identity Analytics add-on.</p></div>
* AI Detection & Response: Gain visibility into AI/ML usage in the cloud with a new dashboard that highlights related issues and cases.

For more information, see [Cortex XSIAM - Analytics](/cortex-xsiam/onboard-cortex-xsiam/deployment-steps/cortex-xsiam-analytics.md).

| Permission | Description                                                                                                                         | Roles Example                                                                                                                                                                                   |
| ---------- | ----------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| None       | No access to the **Cortex-Analytics** page.                                                                                         | SOC Tier-1 Analyst: No need to access or modify analytics configuration.                                                                                                                        |
| View       | Read-only access to the **Cortex-Analytics** page. Can see the status, but the enable buttons are disabled.                         | <ul><li>SOC Tier-2 and 3 Analysts: Should understand analytics settings during investigations</li><li>Threat Hunter: May need to understand analytics coverage during threat hunting.</li></ul> |
| View/Edit  | Full access to the **Cortex-Analytics** page, including enabling Cortex Analytics, Identity Analytics, and AI Detection & Response. | Security Engineer: Often responsible for tuning analytics detection settings                                                                                                                    |

### Required and recommended permissions

Consider adding the following permissions:

| Permission            | Permission Level | Reason                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| --------------------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Detection rules       | View             | <ul><li>View: View analytics rules (BIOC, Correlation) that the analytics engine processes. Strongly Recommended.</li><li>View/Edit: Consider View/Edit if creating and modifying analytics rules. Recommended.</li></ul><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><strong>Note</strong></p><p>If users need to create or modify these rules, they must have View/Edit for Detection Rules and View/Edit for the Query Center.</p></div> |
| Agent Administrations | View             | View agent count and status. Strongly Recommended.                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| Cases & Issues        | View             | Analytics-generated alerts create cases that feed into case management. Strongly Recommended.                                                                                                                                                                                                                                                                                                                                                                                        |
| Auditing              | View             | Track analytics configuration changes for compliance. Recommended.                                                                                                                                                                                                                                                                                                                                                                                                                   |
| Dashboards            | Enabled          | View analytics dashboards showing detection coverage and engine performance. Recommended.                                                                                                                                                                                                                                                                                                                                                                                            |
| Forensics             | View             | Investigate analytics-generated alerts with forensic data. Recommended.                                                                                                                                                                                                                                                                                                                                                                                                              |
| Host Insights         | View             | Correlate analytics detections with host-level context. Recommended.                                                                                                                                                                                                                                                                                                                                                                                                                 |
| Action Center         | View             | View response actions triggered by analytics-generated issues. Recommended.                                                                                                                                                                                                                                                                                                                                                                                                          |


---

# 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-xsiam/reference-and-developer-docs/role-based-access-control/configuration-permissions/cortex-xdr-analytics-permissions.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.
