> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/content-collections/prisma-cloud-copilot/prisma-cloud-copilot-benefits.md).

# Key Benefits of Prisma Cloud Copilot

Optimize your Prisma Cloud journey by clicking the **Prisma Copilot** icon located in the top right corner of the Prisma Cloud UI next to your User Profile icon.

Use Prisma Cloud Copilot to:

* [Find Risks and Vulnerabilities](#find-risks)
* [Explore your Cloud Assets](#explore-cloud-assets)
* [Search for Information](#search)
* [Create Support Cases](#create-support-cases)

## Find Risks and Vulnerabilities

You can dive in to your code and cloud environments with the Prisma Cloud Copilot, which is designed to uncover and illuminate your most pressing risks. The Copilot goes beyond mere detection and guides you through a comprehensive journey, from pinpointing vulnerabilities to prioritizing and executing effective remediation strategies. It provides you with an opportunity to transform your security posture, making your digital landscape not only more transparent but also more resilient against potential threats.

| **Use Cases**                           | **Description**                                                                                                                                                                                                                                                                                                    | **Sample Prompts**               |
| --------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------- |
| Attack Path Insights and Management     | <ul><li>Helps you to prioritize and remediate the riskiest attack paths.</li><li>Shows the top attack path and explains the associated risk.</li><li>Provides remediation options including fix in code and cloud (runtime).</li></ul>                                                                             | What are my top security risks?  |
| Vulnerabilities Insights and Management | <ul><li>Helps you to prioritize and remediate the riskiest vulnerabilities.</li><li>Shows the top vulnerabilities and explains the associated risk.</li><li>Helps with focusing, exploring, and fixing a specific CVE.</li><li>Provides remediation options including fix in code or open a Jira ticket.</li></ul> | What are my top vulnerabilities? |

<figure><img src="/files/gWYaNqjOoZOvOd9E7xBM" alt="find risks 1"><figcaption></figcaption></figure>

<figure><img src="/files/vaUN04FtTh4Rz9z1i8P6" alt="find vulnerabilities 1"><figcaption></figcaption></figure>

## Explore your Cloud Assets

You to delve deep in to your cloud assets using the Prisma Cloud Copilot, which offers insights in to your cloud infrastructure and vulnerabilities with a simple query. Unlock a new level of understanding and oversight of your environments, thereby enhancing your ability to manage and secure your cloud assets efficiently and effectively.

| **Use Cases**          | **Description**                                                                                                                                                                                                                                                                                          | **Sample Prompts**                                                                                                                                                                                                                                                                                                                                                                                                                             |
| ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Search and Investigate | <ul><li>Helps you to investigate.</li><li>You can use natural language to access your data in Prisma Cloud.</li><li>You can search for your cloud assets and the associated findings (alerts or vulnerabilities).</li><li>You can search for vulnerabilities found in your cloud environments.</li></ul> | <p>Examples to explore vulnerabilities:</p><ul><li>Am I vulnerable to log4j?</li><li>Do I have Critical Severity vulnerabilities?</li><li>Am I impacted by CVE-2023-2222?</li></ul><p>Examples to explore assets:</p><ul><li>Identify AWS EC2 instances with unrestricted access from the internet.</li><li>Find S3 buckets with internet exposure and unencrypted storage.</li><li>Which databases are reachable from the internet?</li></ul> |

<figure><img src="/files/BKKBtwZ0whNsBUjZdeJl" alt="explore vulnerabilities 1"><figcaption></figcaption></figure>

<figure><img src="/files/XlhzNsWDWN2NBRXvcddW" alt="explore assets 1"><figcaption></figcaption></figure>

## Search for Information

Use Prisma Cloud Copilot’s intuitive guidance to navigate the Prisma Cloud platform with ease, whether you are seeking assistance with a specific feature documentation or need direction within the product. The responsive Copilot ensures you are always just a question away from finding the right capability or feature, streamlining your experience and maximizing your productivity within Prisma Cloud.

Here are a few examples:

* How to create a new policy?
* How to generate a report?
* Update CI/CD rules
* What types of integrations are supported in Prisma Cloud?

<figure><img src="/files/9uxCgqE4B7hb3lzClOYy" alt="generate report 1"><figcaption></figcaption></figure>

With Prisma Cloud Copilot you can get answers about how Prisma Cloud works, its configuration, and the different features available to secure your cloud environments. The answers will summarize the information, which is spread across the Prisma Cloud documentation.

<figure><img src="/files/ndYxkihxro4p5GK5nJb5" alt="search docs 1"><figcaption></figcaption></figure>

## Create Support Cases

You can leverage Prisma Cloud Copilot to open support cases within Prisma Cloud. You do not need to switch to a different portal for opening support cases. You can create a context-rich support case by adding in all the details, including screenshots, documents, as well as screen-recordings using the Copilot.

Here’s a prompt to open a support ticket:

* Help me open a support case

<figure><img src="/files/D4XRxqehLHgHZ8INSfQM" alt="create support case 1"><figcaption></figcaption></figure>


---

# 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://docs.prismacloud.io/content-collections/prisma-cloud-copilot/prisma-cloud-copilot-benefits.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.
