> 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/onboard-and-configure/deployment-steps-and-checklist/upgrade-from-prisma-cloud-to-cortex-cloud/about-the-upgrade-helper.md).

# About the Upgrade Helper

If you are a Prisma Cloud customer, you can use the Upgrade Helper to copy data from your Prisma Cloud tenant to your new Cortex Cloud tenant. If you have not received your entitlement details to activate your Cortex Cloud tenant, contact your account team to learn more about tenant activation and the upgrade process.

{% hint style="info" %}

### Note

Your Prisma Cloud tenant remains available and fully operational during the agreed upgrade period.
{% endhint %}

The Upgrade Helper provides a gradual and flexible upgrade experience, while Prisma Cloud and Cortex Cloud run in parallel during the transition period. It enables you to copy configurations from your Prisma Cloud tenant into your Cortex Cloud tenant at your own pace.

* Administrators can use the Upgrade Helper at any stage of the upgrade process, as many times as needed. If you copied a record previously, it gets updated and overwritten with the latest details from Prisma Cloud during each run.

  For example, when you copy custom permission groups the second time, all custom roles that you previously created in the Cortex Cloud tenant are overwritten with the latest configurations.
* Choose exactly what to copy and what to skip. This allows you to choose a clean start or do a selective migration of content.
* The Upgrade Helper does not modify any existing content in your Prisma Cloud tenant.

The following table lists the types of content that are copied from your Prisma Cloud tenant to your Cortex Cloud tenant during the upgrade process:

| Upgrade Helper Section              | Content Item Name in Prisma Cloud | Content Item Name in Cortex Cloud |
| ----------------------------------- | --------------------------------- | --------------------------------- |
| Global Configurations               | Permission Groups and Roles       | Roles and User Groups             |
| CSPM Configurations                 | Policies                          | Rules                             |
| Custom Alert Rules                  | Custom Policies                   |                                   |
| Notifications                       | Automation Rules                  |                                   |
| Custom Compliance Standards         | Custom Compliance Standards       |                                   |
| CWP Configurations                  | Rules and Their Collections       | Policies and Their Asset Groups   |
| Application Security Configurations | Policy Labels                     | Application Security Rule Labels  |
| Custom Policies                     | Application Security Custom Rules |                                   |
| Enforcement Rules                   | Application Security Policies     |                                   |
| Non-default Scanned Branches        | Non-default Scanned Branches      |                                   |
| Git History & Validate Secrets      | Git History & Validate Secrets    |                                   |
| Developer Suppressions              | Application Security Policies     |                                   |
| AppDNA Discovery Criteria           | Application Criteria              |                                   |


---

# 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/onboard-and-configure/deployment-steps-and-checklist/upgrade-from-prisma-cloud-to-cortex-cloud/about-the-upgrade-helper.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.
