> 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-runtime-security/cases-and-issues/investigation-and-response/automation/integrations.md).

# Integrations

Integrations enable Cortex Cloud to connect and communicate with other products.

Integrations are part of content packs. When you adopt a playbook from the Playbook Catalog, the related content pack is automatically downloaded. In some cases, the content pack includes an integration. Content packs containing integrations are also automatically downloaded as you configure playbook tasks that require integration commands.

To use an integration, you must configure an integration instance. This can be done within the playbook workflow or on the Automation and feed integrations page. You can have multiple instances of an integration, for example, to connect to different environments.

On the Automation and feed integrations page, you can do the following:

| Option                    | Description                                                                                                                                                                                                                                                                                                                                                                                                   |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Add instance              | <p>Configure an integration instance to connect and communicate with other products. For more information, see <a href="https://docs-cortex.paloaltonetworks.com/r/GD6sG6FlxDWxAn13_eZuUQ/KX4UaYVbtiq0M1plEgNKCA">Add an integration instance</a>.</p><p>After configuring the instance, you can also enable/disable the integration instance, copy the instance, and view the integration fetch history.</p> |
| View integration source   | View the integration settings and source code.                                                                                                                                                                                                                                                                                                                                                                |
| Delete                    | Although you can't delete an integration installed from a content pack, you can delete an integration instance.                                                                                                                                                                                                                                                                                               |
| View integration commands | Below each installed integration, you can click Show commands to view a list of the integration's commands and a description of each command.                                                                                                                                                                                                                                                                 |
| Version history           | When you view the source code, you can also see the history of the integration and revert to previous installed versions.                                                                                                                                                                                                                                                                                     |

You can view the version history for all installed integrations (the last 100 changes) by clicking the Version History button at the top of the page.

<br>


---

# 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-runtime-security/cases-and-issues/investigation-and-response/automation/integrations.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.
