> 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-xsoar-6-multi-tenant-guides/6.12/configure-multi-tenant/manage-content/content-dependencies-and-propagation.md).

# Content Dependencies and Propagation

To ensure the proper execution of content and overall system stability, content dependencies are propagated to tenants together with parent content, irrespective of their propagation labels. Such dependencies will appear during the [sync process](/cortex-xsoar-6-multi-tenant-guides/6.12/configure-multi-tenant/manage-content/sync-content-to-tenant-accounts.md) even if their propagation labels don’t match that of the tenant, as long as the labels of the parent content do match the tenant’s.

There are multiple layers of dependency relationships in Cortex XSOAR. For example, a classifier might depend on incidents/indicators, which in turn might depend on layouts, which in turn might depend on fields, which in turn might depend on scripts, and so on.

![dependencies-flow-new.png](/files/mw5HmXhySOaC3sr4ggvi)

{% hint style="info" %}

### Note

Content dependencies are calculated recursively, so that if, for example, Playbook A uses Playbook B (dependency), which in turn uses Automations C and D (dependencies), all of the dependencies (Playbook B and Automations C and D) will be propagated along with Playbook A.
{% endhint %}

For a basic example of how content dependencies are propagated, consider the following “Playbook With Dependencies” sample playbook that contains two automations:

* **`AddDbotScoreToContext_copy`**
* **`AddEvidence_copy`**

The automations are dependencies of the playbook, which needs them to execute properly. You can view playbook dependencies under the Propagation Labels field in Playbook Settings.

{% hint style="info" %}

### Note

For [other content items](/cortex-xsoar-6-multi-tenant-guides/6.12/configure-multi-tenant/manage-content/add-propagation-labels-to-content.md), you can view dependencies in the same location in the relevant settings area.
{% endhint %}

![mt-dependencies-playbook.png](/files/EfIuACcro7RxSycgaVES)

The playbook itself has a propagation label of **`test2`**, which matches the propagation label of the sample “Dependencies” account that it belongs to.

![mt-propagation-account.png](/files/O4ZWSKfOh7ldnmQrYKoU)

However, the automations contained within the playbook have a propagation label of **`test1`**, which differs from that of the playbook.

![mt-dependencies-automation.png](/files/iHykhzBtLa5pDw9zXyit)

Even though the propagation labels of the automations do not match that of the account, they will still be propagated to tenants during the Sync process.

![mt-dependencies-sync.png](/files/TeWPcSsF68P4dOZraIBM)

If there is no relevant propagation tag on your content, for example, a script or playbook, but it is a dependency of a package that you do propagate to a tenant, the unlabeled content is still synced to the tenant.


---

# 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-xsoar-6-multi-tenant-guides/6.12/configure-multi-tenant/manage-content/content-dependencies-and-propagation.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.
