> 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-interaction.md).

# Interact with Prisma Cloud Copilot

You can interact with Prisma Cloud Copilot to:

* **Open Prisma Cloud Copilot**

  Click the Prisma Cloud Copilot icon to choose one of the explore options, such as **What are my top risks?** or enter your own prompt in the *Type your question here* field.

  <figure><img src="/files/7xEefSevropbcjX9WkYr" alt="copilot start"><figcaption></figcaption></figure>
* **Start a Conversation**

  To start a new conversation, click the **New Chat** icon.

  <figure><img src="/files/6L1t0Uqf8Vbfnjtbl45h" alt="copilot reset"><figcaption></figcaption></figure>
* **Add a Prompt to Favorites**

  After you start a conversation, hover over a prompt name and click on the star icon next to it to save the selected prompt to **Favorites** and view it later.

  <figure><img src="/files/zEop1aKnCIg0pKMxOBni" alt="copilot save"><figcaption></figcaption></figure>
* **Rename a Conversation**

  After you start a conversation, click **Take Action** (3 vertical dots) next to the conversation name, select **Rename**, and enter your desired name.

  <figure><img src="/files/PV3MgIojfjCD5lM9vMiY" alt="copilot rename"><figcaption></figcaption></figure>
* **Remove a Conversation**

  After you start a conversation, click **Take Action** (3 vertical dots) next to the conversation name, select **Remove**, and click **Confirm** to remove the conversation from your list.

  <figure><img src="/files/jmfEke0Fzk3Ao55bwu2G" alt="copilot remove"><figcaption></figcaption></figure>
* **Access your Favorite Prompts and Recent Conversations**

  To access the prompts you’ve added to your **Favorites** or to see a list of your **Recent** conversations, click the **Open Sidebar** icon.

  <figure><img src="/files/74AU0pA5MI9uS8ENwGSb" alt="access favorites recent 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-interaction.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.
