> 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-xdr-5.x/detect-investigate-and-respond-to-threats/investigate-and-respond-to-cases/analyze-and-resolve-cases/analyze-case-details/compliance-standards-and-controls.md).

# Compliance standards and controls

{% hint style="info" %}
**License note**

Requires the Cortex Cloud Posture Management or Cortex Cloud Runtime Security add-on.
{% endhint %}

For Posture cases, you can quickly evaluate regulatory impact and policy compliance by reviewing the compliance standards and violated controls associated with the case.

{% hint style="info" %}
**Tip**

While violated compliance controls can also be viewed within individual Issues and Findings cards, reviewing them in the Cases card provides a consolidated view of compliance impact across the entire incident story.
{% endhint %}

### View compliance details in a case

1. Open the Cases card and navigate to the **Entities & Frameworks** section.
2. Locate the **Compliance** subsection, which summarizes high-level compliance activity.
3. Click the expand icon to open the **Compliance** dialog.\
   The dialog displays:
   * Compliance Standards: A comprehensive list of all standards associated with the case (e.g., PCI-DSS, NIST SP 800-53, SOC 2, ISO 27001).
   * Violated Controls: A granular breakdown of specific controls breached under each standard.
4. To drill down into specific compliance findings, locate the relevant standard and control in the list and click **View issues** next to the control.\
   This automatically redirects you to the **Issues & Insights** tab in the **Detailed View**, pre-filtered to display only the issues matching the selected compliance standard and control.


---

# 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-xdr-5.x/detect-investigate-and-respond-to-threats/investigate-and-respond-to-cases/analyze-and-resolve-cases/analyze-case-details/compliance-standards-and-controls.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.
