> 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/get-started/in-product-support-case-creation.md).

# In-product support ticket creation

To simplify the process of creating a support ticket, you can open a support ticket directly in Cortex Cloud. Opening the ticket in Cortex Cloud allows all of the relevant context to be included, such as the option to record the console and upload relevant logs. When relevant, Cortex Cloud will create and send the agent tech support file (TSF) for the endpoint you select. All relevant data about your tenant is logged and included in the support ticket, including license details. Using the **Submit Support Ticket** wizard makes it easier for you to include all of the necessary details and log files while first submitting your support ticket, thereby enabling the support team to solve it more quickly and easily.

{% hint style="info" %}

### TIP

If you have the Cortex Agentic Assistant enabled, when you click **Help**, you have two options: **Documentation Portal** and **Initiate Support Request**. If you select **Initiate Support Request,** the **Help Center** agent opens to provides assistance with finding relevant documentation, troubleshooting, and creating a support ticket. After your first prompt to the **Help Center** agent, you can also click **Submit support ticket** from above the chat. If you click **Submit Support Ticket**, you are brought directly to the **Submit Support Ticket** wizard.\
\
If you do not have the Cortex Agentic Assistant enabled, when you click **Help**, you have two options: **Documentation Portal** and **Initiate Support Request**. If you select **Initiate Support Request,** you are brought directly to the **Submit Support Ticket** wizard.
{% endhint %}

To use the embedded support ticket feature, you must have a user account in the Customer Support Portal, and your Cortex Cloud user must be granted the **Help** permission in Cortex Gateway.

1. From Cortex Cloud, select **Help** → **Initiate Support Request**.
2. In the **Submit Support Ticket** wizard, enter the requested ticket information. Be precise when indicating the impact of the issue. When an issue is critical, you will be asked to input the most critical information so that support can understand the issue and start addressing it immediately.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><h3>Note</h3><p>When opening a support ticket through the Customer Support Portal, you need to manually select Cortex Cloud as the product. While there may be discrepancies between the categories in this wizard and the Customer Support Portal process, that's because this wizard is designed specifically to focus on options relevant to Cortex Cloud.</p></div>
3. To provide more context for your support ticket, you can record the Cortex Cloud console directly from the support ticket wizard. If you choose to record the console, you can also opt to have the HAR file generated and sent to further assist support in solving the ticket. To record the console, select **Record Console**. To submit your support ticket without recording the console, select **Skip**.
4. If you choose to record the console, your browser may prompt you for permission for Cortex Cloud to see the contents of the tab. To allow recording, select **Allow**. You can now recreate the issue in your Cortex Cloud environment and all of your actions are recorded. The console recording and HAR file generation only take place within the context of the browser tab that Cortex Cloud is running in. When you are ready to stop recording, select **Stop Sharing**.

   If you wish to recreate the recording, you must first delete the existing console recording by clicking the **x** symbol next to the **Console Recording**. Then select **Record Console**.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><h3>Note</h3><p>Console recordings cannot exceed 10 minutes. The current recording time is displayed at the top of the window.</p></div>
5. To submit the support ticket, click **Submit Support Ticket**.

   While the ticket attachments are uploading, do not refresh or navigate away from Cortex Cloud until you get a notification in the Notification Center that uploading is complete. In the meantime, you can close this wizard and continue working in Cortex Cloud.

   Once the support ticket is created successfully, the support ticket number is displayed and you will receive an email notification from Palo Alto Networks Support. You can manage the support ticket and monitor its progress in the Customer Support Portal.


---

# 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/get-started/in-product-support-case-creation.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.
