> 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-agentix/configure-cortex-agentix/users-and-roles-management/roles-management/role-permissions-by-component/help-permissions.md).

# Help permissions

Allows users to create, view, and manage technical support cases by going to **Help** → **In-App Help Center**.

For more information, see [In-product support case creation](/cortex-agentix/reference-and-developer-docs/troubleshoot/in-product-support-case-creation.md).

{% hint style="warning" %}

### Caution

The tenant must have an active support contract, and the user must have CSP portal access.
{% endhint %}

| Permission | Description                                                                                                                                                                                                                                                                                                                                                         | Roles Example                                     |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------- |
| None       | The user can't submit support cases.                                                                                                                                                                                                                                                                                                                                |                                                   |
| View/Edit  | <p>Enables users to submit support tickets directly from within Cortex AgentiX. This includes:</p><ul><li>Creating new support cases with Palo Alto Networks support.</li><li>Attaching files and recordings to support tickets.</li><li>Generating Technical Support Files (TSF) from endpoints.</li><li>Recording browser sessions for troubleshooting.</li></ul> | All roles should be able to submit support cases. |

**Required and recommended permissions**

Consider adding the following permissions:

| Permission                        | Permission Level | Reason                                                                                                                                                         |
| --------------------------------- | ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Agents (Cortex Agentic Assistant) | View/Edit        | Enables agent-related permissions within the support case form. When present, it allows the user to include the agent context in support tickets. Recommended. |
| Cases & Issues                    | View             | Recommended to enable users to reference and attach issue/case context when submitting support cases about detection issues.                                   |


---

# 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-agentix/configure-cortex-agentix/users-and-roles-management/roles-management/role-permissions-by-component/help-permissions.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.
