> 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-runtime-security/dashboards-and-reports/monitor-dashboards-and-reports/dashboard-reference/command-center-reference/cortex-agentic-assistant-dashboard.md).

# Cortex Agentic Assistant dashboard

{% hint style="warning" %}

### Danger

The Cortex Agentic Assistant is only available after it is enabled, and for tenants in certain regions. For more information, see [Cortex Agentic Assistant](/cortex-cloud-runtime-security/get-started/agentic-ai-in-cortex-cloud.md).
{% endhint %}

The **Cortex Agentix Assistant** dashboard enables you to view how Cortex XSIAM uses AI Agentic technology to power your SOC. Use this dashboard to identify key areas of utilization and find opportunities to drive greater adoption and optimize your automation strategies.

Because this is a system-provided dashboard, it is **Public** by default and visible to all authorized users. It cannot be edited, deleted, or have its ownership transferred.

The primary information displayed on the **Cortex Agentix Assistant** dashboard is listed below. Start exploring the dashboard by clicking on each element to view a pop-up containing detailed metrics and usage information:

* **User Prompts:** Clicking on **User Prompts** shows the number of users who created the user prompts and usage over the past seven days.
* **Automation Rules:** Playbooks and Quick Actions that were triggered by automation rules. Clicking on **Automation Rules** shows how many rules were triggered and the top automation rules. For more information about rule-based automation, see [Create an automation rule](/cortex-cloud-runtime-security/cases-and-issues/investigation-and-response/automation/create-an-automation-rule.md).
* **Agent Grid:** The grid shows the five AI agents that users engaged with most frequently in the past seven days. Clicking on an agent opens the agent card, which provides more details about the roles that can access the agent and the actions available to the agent. **Other Agents** represent all other enabled agents, such as system and custom agents. Clicking on **Other Agents** brings to you the **Agentic Assistant Hub**, where you can view all agents.


---

# 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-runtime-security/dashboards-and-reports/monitor-dashboards-and-reports/dashboard-reference/command-center-reference/cortex-agentic-assistant-dashboard.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.
