> For the complete documentation index, see [llms.txt](https://docs.expel.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.expel.io/workbench-reference/dashboards/situation-report-dashboard.md).

# Situation Report Dashboard

The Situation Report Dashboard shows you an overview of your organization and activity, and specifically highlights open actions that need to be taken care of by your organization. You can find it by going to **Dashboards > Situation Report**.

{% hint style="info" %}
When you first open this tab, you see information for the last 30 days. But you can specify a different time period using the list on the right.
{% endhint %}

<figure><img src="/files/lh8p0MIurJqkQgNPAqE5" alt="Image of the Situation Report dashboard."><figcaption></figcaption></figure>

Each area on this screen shows you specifics about your environment. Depending on your specific environment, your screen can look slightly different than our examples here.

### Activity Metrics

This area shows you a quick overview of what Expel is doing and noticing in your environment. To see charts and dig a little deeper into these metrics, click the bottom of the area. It expands to show you more information.

<figure><img src="/files/fx6CyDK0p6L9pwkvbVWV" alt="Image of the Activity Metrics portion of the dashboard."><figcaption></figcaption></figure>

In this area, the information is divided into further categories for you. For example, you see 883 reviewed alerts in the last 30 days, with the alerts separated into categories on a chart.

### Open Action Items

This area is below Activity Metrics and shows you a summary of the remaining information on the page. Click one of the boxes to skip to that area of the page. Otherwise, you can continue scrolling down and you will eventually see all of this information.

<figure><img src="/files/AZyHMf6TiP2koiShyhWQ" alt="Image of the open actions portion of the dashboard."><figcaption></figcaption></figure>

### Open Incidents

This area shows you any open [Incidents](/workbench-reference/investigations-and-incidents/understanding-incidents.md) you have. Select any blue text (the Incident name, Findings, Remediation) to view more details.

<figure><img src="/files/j1fa34TXz0rgcCXhT1Pc" alt="Image of the open incidents portion of the dashboard."><figcaption></figcaption></figure>

### Open Remediation Actions

This area shows you any open [Remediation Actions](/workbench-reference/expel-terminology.md#remediation-action) that must be taken by your team. To see all open remediation actions, click **View all remediation actions**.

* You can scroll the list to see more details.&#x20;
* You can select a checkbox, if available, and block items (this allows you to easily remediate in one place).

<div align="left"><figure><img src="/files/POJ40lCmsO2waOq6NjlA" alt="Image of the open remediation actions portion of the dashboard."><figcaption></figcaption></figure></div>

### Open Investigative Actions

This area shows you any open [Investigative Actions](/workbench-reference/expel-terminology.md#investigative-action) that need to be taken by your team. To see all open Investigative Actions, click **View all investigative actions**.

<div align="left"><figure><img src="/files/bzo7ibBxHUFIdeUU6Wqd" alt="Image of the investigative actions portion of the dashboard."><figcaption></figcaption></figure></div>

### Open Investigations

This area shows you all the open [Investigations](/workbench-reference/investigations-and-incidents/understanding-investigations.md). Click an Investigation name to see more details. To see all open Investigations, click **View all Investigations**.

<figure><img src="/files/lrqfs2XbrXyYiPXr0KUy" alt="Image of the open investigations portion of the dashboard."><figcaption></figcaption></figure>


---

# 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://docs.expel.io/workbench-reference/dashboards/situation-report-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.
