> 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-automation-rules.md).

# Manage autonomous automation rules

When the Autonomous Playbooks feature is enabled, the relevant autonomous automation rules are automatically added to Cortex XSIAM and can be viewed at **Investigation & Response** → **Automation** → **Automation Rules**.

Autonomous automation rules are grouped together and are displayed as a collapsed block that you can expand. By default, the autonomous automation rules are placed at the end of the list of automation rules, but you can adjust the position of the block. For all automation rules, autonomous and regular, rules are evaluated in order, and only the first rule that matches the trigger conditions is executed.

You cannot edit, duplicate, or delete autonomous automation rules and you cannot delete or change the playbook assigned to the rule.

If you need to temporarily stop a specific autonomous playbook from triggering automatically, you can disable its rule. On the automation rules screen, right-click the specific rule within the autonomous block and select **Disable**. You can also add your own automation rules that apply the same condition but run a different playbook or Quick Action. If your custom automation rule is higher in the list than the autonomous automation rule, your rule is executed when the condition is met and the autonomous automation rule with the same condition is ignored.

As new autonomous automation rules for Cortex Analytics are released, they automatically appear in the **Automation Rules** pages. By default, they are enabled.

{% hint style="info" %}
Autonomous automation rules only work with autonomous playbooks. You cannot trigger an autonomous playbook with a custom automation rule.
{% 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-xsiam/configure-cortex-xsiam/automations/autonomous-playbooks/manage-autonomous-automation-rules.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.
