> 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-8-on-prem/8.8/onboard-cortex-xsoar/cortex-xsoar-installation/troubleshoot-your-installation/open-a-support-session.md).

# Open a support session

There may be issues related to your Cortex XSOAR deployment that cannot be resolved by the information provided by the log bundles. You can establish a support session with support or engineering to troubleshoot and resolve these issues. Opening a support session temporarily allows the support/engineering person access to your system as a user with elevated permissions in order to troubleshoot or debug issues.

1. (Optional) Share your screen with the support/engineering person.
2. From the textual UI menu in your VM, select **Support Session**.
3. If the **Tenant ID** field is not populated, upload the tenant license to Cortex XSOAR and then select **Refresh**. For more information, see [Add the Cortex XSOAR license](/cortex-xsoar-8-on-prem/8.8/onboard-cortex-xsoar/cortex-xsoar-installation/post-installation/add-the-cortex-xsoar-license.md).

   The **Tenant ID** displays the tenant license.

   If your Cortex XSOAR UI is not available, [upload your license to the textual UI](/cortex-xsoar-8-on-prem/8.8/onboard-cortex-xsoar/cortex-xsoar-installation/troubleshoot-your-installation/upload-your-license-to-the-textual-ui.md).
4. Perform secure authentication.
   1. Provide the value from the **Challenge** field to the support/engineering person who is assigned to help you. They will then provide you with a token.

      Clicking **Refresh** generates a new challenge.
   2. Enter the token in the **Token** field and select **Submit**.

      The support/engineering person now has access to your system in a secure support shell as a user with elevated permissions.

When support/engineering finishes their troubleshooting or debugging activities, they log out of the system. The shell closes and you return to the textual UI menu.


---

# 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-8-on-prem/8.8/onboard-cortex-xsoar/cortex-xsoar-installation/troubleshoot-your-installation/open-a-support-session.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.
