> For the complete documentation index, see [llms.txt](https://support.incidents.cloud.solarwinds.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.incidents.cloud.solarwinds.com/dashboards/incident-dashboard.md).

# Incident Management Dashboard

The **Incident Management Dashboard** is shown as soon as you log into the web application. This is the central console displaying all the incidents which have occurred for **a team** in the Organization along with their current status.

By default, all the incidents are displayed for the Team that is selected using the team picker on the top. You can switch the toggle to **Yours** to view incidents assigned to you in this Team.

<figure><img src="/files/8rvbRRAQm6wr83YyNQuV" alt="Incident Dashboard central console in Squadcast"><figcaption></figcaption></figure>

You can filter your incidents by their status (<mark style="color:red;">`Triggered`</mark>, <mark style="color:red;">`Acknowledged`</mark>, <mark style="color:red;">`Resolved`</mark> or <mark style="color:red;">`Suppressed`</mark>) by using the tab-based navigation in the list section.

<figure><img src="/files/PIGA52zA8hfjo8x9M1aj" alt="Incident dashboard status filter in Squadcast"><figcaption></figcaption></figure>

You can filter incidents by time using the quick filter options or by using the time range selector on the top right corner of the page. By default, incidents from the past week are displayed.

<figure><img src="/files/szYaQr4nHX2inRMerf39" alt="View of incident dashboard time filter in Squadcast"><figcaption></figcaption></figure>

You can also filter incidents by the impacted **Service**, associated **Alert Sources** and **Incident Assignees**.

<figure><img src="/files/KeYI4iDABbYWxZgtpPc9" alt="Filters in the Incident Dashboard in Squadcast"><figcaption></figcaption></figure>

*Have any questions?* [*Ask the community*](https://community.squadcast.com/view/home)*.*


---

# 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://support.incidents.cloud.solarwinds.com/dashboards/incident-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.
