> 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-posture-management/cortex-cloud-data-sources-and-connectors/administration-and-troubleshooting/integrations/add-an-integration-instance.md).

# Add an integration instance

To use a downloaded integration, you must configure an integration instance.

Before you begin:

* Content packs containing integrations are downloaded when you adopt playbooks and configure playbook tasks. The content pack must be downloaded before you can configure an integration instance.
* Consider whether you want to add credentials, which enable you to save login information without exposing usernames, passwords, certificates, and SSH keys. For more information, see [Manage credentials](https://app.gitbook.com/s/ocwvgxtzkvBHMLbPsZuG/content-configuration/integrations/manage-credentials).
* Although you can view integration documentation when adding an instance, [https://xsoar.pan.dev/](https://xsoar.pan.dev/docs/reference/index) has more detailed information about integrations, including commands, outputs, and recommended permissions.

1. Navigate to **Settings** → **Data Sources & Integrations** and search for the integration for which you want to add an instance.
2. Select the integration and click **Add Instance**.
3. Add the parameters as required.
4. (Optional) To check that the integration instance is working correctly, click **Test**.
5. **Save & Exit**.

   You can expand the integration to see more details about the integration instance, enable or disable the integration instance, and copy the instance.

   If you encounter an error, see [Troubleshoot Integrations](https://github.com/iKettles/palo-alto-networks-gitbook/tree/iain/import/document/preview/1306553/README.md#UUID-90d8436a-91a3-e5c8-e32c-1c3e3994d3de).
6. By default, the integration instance is used whenever the integration is called. If you want to only use the integration instance when specified with the `using` argument in a playbook or the CLI, change the integration instance setting from **Always** to **On Demand**. For example, you might have two instances of an integration and want to use one instance as the default and the other instance only for manual testing on demand.


---

# 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-posture-management/cortex-cloud-data-sources-and-connectors/administration-and-troubleshooting/integrations/add-an-integration-instance.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.
