> 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-api/compliance-controls/compliance-controls-overview.md).

# Compliance Controls Overview

API for managing Cortex Cloud compliance standards and their associated categories, subcategories, controls, and rules, and for retrieving compliance assessment results, assets, and reports.

The API supports the following compliance management operations:

* **Standards:** Retrieve, create, update, delete, and clone compliance standards.
* **Categories and subcategories:** Retrieve and manage the hierarchical categories associated with compliance standards.
* **Controls:** Retrieve, create, update, and delete compliance controls, including bulk creation, update, and deletion of controls.
* **Rule associations:** Associate rules with controls and manage existing control-to-rule associations.
* **Compliance assessments and results:** Retrieve assessment profiles, assessment results, failed control and rule results, and compliance assets.
* **Reports:** Retrieve archived compliance assessment reports.
* **Import and export:** Import compliance standards from ZIP files and export standards to ZIP files using asynchronous jobs. Import and export operations include job status tracking and, for exports, downloading the generated ZIP file.
* **Pagination:** v2 list endpoints support pagination using `offset` and `limit` query parameters and return results in a standard envelope containing `total_count`, `results`, and `next_offset`.

## Access control

RBAC permissions control access to compliance APIs:

* **`platform_compliance_view`** — required for read operations, including `GET` endpoints.
* **`platform_compliance_edit`** — required for create, update, delete, clone, import, and other modifying operations.

## Standard management

The v2 APIs distinguish between official (out-of-the-box) standards and custom standards. Official standards and their associated categories, subcategories, and controls are immutable through the v2 management APIs. Custom standards can be created and managed using the available standard, category, and control operations.

{% hint style="info" %}
**Required license:** Cortex Cloud Runtime Security or Cortex Cloud Posture Management
{% endhint %}


---

# 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-api/compliance-controls/compliance-controls-overview.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.
