> 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/configure-cortex-xsiam/automations/autonomous-playbooks/manage-autonomous-playbooks.md).

# Manage autonomous playbooks

While autonomous playbooks execute complex security operations, they provide a streamlined user experience. Autonomous playbooks are automatically updated and cannot be edited, duplicated, deleted, or downloaded. You can view the high-level structure of the playbook and enable or disable it.

Autonomous playbooks appear in the **Playbooks** page with the autonomous playbooks <img src="/files/8nCpHfVkv4PGlcegNwwf" alt="autonomous_playbook_icon.png" data-size="line"> icon. You can filter the Org repository table to view only autonomous playbooks.

Autonomous playbooks do not appear in the **Playbook Catalog**, and you cannot execute autonomous playbooks via the command line, run them as sub-playbooks, or assign them to be triggered by custom automation rules. Autonomous playbooks are only triggered by autonomous automation rules.

To view the high-level visual structure of an autonomous playbook, click the playbook name in the **Playbooks** page. You can view the automation rules that trigger the playbook as well as the **Potential Response,** which lists the important commands and scripts. Tasks that require manual user approval have a dedicated flag <img src="/files/Gy357tC9Nf3D2wsgWvSV" alt="manual_approval.png" data-size="line">. If a command or script is associated with an automation exclusion policy, the playbook provides a direct link to the policy in the **Automation Exclusion Center**.

If you need to temporarily stop a specific autonomous playbook from running, you can disable it. On the **Playbooks** page, right-click the autonomous playbook in the Org repository table and select **Disable**. To turn it back on, right-click it again and select **Enable**.

As new autonomous playbooks related to Cortex Analytics are released, they automatically appear in the **Playbooks** page. By default, they are enabled.


---

# 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/configure-cortex-xsiam/automations/autonomous-playbooks/manage-autonomous-playbooks.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.
