> 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-xsiam/detect-investigate-and-respond-to-threats/monitor-dashboards-and-reports/dashboard-reference/command-center-reference/xsiam-command-center/cases-overview.md).

# Cases Overview

The **Cases Overview** provides a breakdown of your cases, including MITRE ATT\&CK tactic details, automation suggestions, and top resolving assignees. You can click different elements on the dashboard to link to dedicated pages for further investigation.

You can access the **Cases Overview** from the **XSIAM Command Center** by clicking on any of the case metrics. The **Cases Overview** displays the following information:

<table><thead><tr><th width="191">Section</th><th>Details</th></tr></thead><tbody><tr><td>Automation suggestions</td><td>Displays the number of cases that could have been automated, and the number of playbook recommendations.</td></tr><tr><td>Resolved cases</td><td>Displays the number of resolved cases in the time frame, and provides a breakdown of top resolving assignees.</td></tr><tr><td>Open cases</td><td>Displays a breakdown of open cases by severity, and details of the MITRE ATT&#x26;CK tactics identified in the cases.</td></tr><tr><td>Key performance indicators</td><td>Displays information about data ingested during the time frame, and the number of assets affected by the cases. The ingestion rate trend percentage is calculated by comparing the ingestion total of the current time frame with the ingestion total of the previous time frame. An arrow indicates whether the rates are rising or falling in comparison to the previous time frame's total.</td></tr></tbody></table>


---

# 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-xsiam/detect-investigate-and-respond-to-threats/monitor-dashboards-and-reports/dashboard-reference/command-center-reference/xsiam-command-center/cases-overview.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.
