# Overview

The first screen the user sees after logging in is the Overview dashboard. This dashboard will look like the image below.

<figure><img src="/files/wxcnUpC5cJKLjaXJv9Zd" alt=""><figcaption><p>Overview Dashboard</p></figcaption></figure>

The sections numbered in the previous image are:

### 1. Time window

The time window specifies the time range for SolidRed to retrieve the data and build the graphs and dashboards. Clicking this section will open a window to edit the time range for SolidRed. Further details can be found in the [Time window](/docs/solidred-3.1/getting-started/time-window.md) section.&#x20;

### 2. Navigation

The asset tree and the data analytics navbar comprise the navigation section. Further details on how to interact with the navigation section can be found on its respective page through [this link](/docs/solidred-3.1/getting-started/navigation.md).

### 3. Alerts overview

The alerts overview presents a donut chart with the proportion of healthy and unhealthy devices per alert category.  Hovering over the donut chart will show the percentage of the devices in each bracket. Additionally, clicking on the warning icon will take the user to the alert details of the respective category selected. The alert categories are, as shown in the image below, vibration severity alerts, machine fault alerts, bearing fault alerts, conditional device alerts, and device health alerts. Further information can be found in the [Alerts](/docs/solidred-3.1/data-analytics-features/alerts.md) section.&#x20;

### 4. Alert details

This section provides insight into the alerts within the system. The table can be sorted out based on any of the available columns; by default, it is sorted in descending order by created time.&#x20;

In an alert,  clicking the chat icon at the right of the table will allow the user to read and write comments for the selected alert. Additionally, clicking on the alert itself will take the user to a table with all the alerts of the same device. Lastly, clicking on the magnifying glass in the further right of the alert will provide more insights over the alert in question. Additional actions can be taken from this view; such actions are explained in detail in the [Alerts](/docs/solidred-3.1/data-analytics-features/alerts.md) section.&#x20;


---

# Agent Instructions: 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:

```
GET https://docs.twtg.io/docs/solidred-3.1/getting-started/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
