> For the complete documentation index, see [llms.txt](https://move-solutions.gitbook.io/untitled/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://move-solutions.gitbook.io/untitled/mymove-manual/dashboard.md).

# Dashboard

The dashboard provides an overview of the system’s operation and monitoring status.&#x20;

Specifically, it allows you to view a **real-time summary of the sensor status**. If an **image of the structure** has been uploaded and the sensors are correctly placed on it, their spatial positions can also be displayed. Additionally, the dashboard includes a **recap of recent critical events**, allowing for a quick assessment of any anomalies.

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

## System Status Summary

View device status: <mark style="color:green;">**Online**</mark> and <mark style="color:red;">**Offline**</mark> sensors.&#x20;

Additionally, you'll find two detailed tables for gateways and devices, including essential information such as **Signal Quality** (**SQI**) and other key performance indicators.

{% hint style="info" %}
Learn more about the [**Devices page**](/untitled/mymove-manual/devices.md).
{% endhint %}

<figure><img src="/files/H0Ydir5GTsRYXjFSjs1P" alt=""><figcaption><p>Dashboard - Devices overview</p></figcaption></figure>

## Alarms Summary

A list of the most recent alarm events recorded by the system, which are sensor readings that have exceeded the user-defined thresholds. Each event is described by the alarm level reached (<mark style="color:yellow;">**Alert**</mark> - <mark style="color:orange;">**Warning**</mark> - <mark style="color:red;">**Critical**</mark>), the date, the parameter, and all relevant information.

{% hint style="info" %}
Learn more about the [**Alarms page**](/untitled/mymove-manual/alarms.md) and [**How to configure sensor alarms**](/untitled/getting-started/how-to-set-up-alarms.md).
{% endhint %}

<figure><img src="/files/7D6ffQ1ZV5ElKrBTas5U" alt=""><figcaption><p>Alarms overview - Dashboard</p></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://move-solutions.gitbook.io/untitled/mymove-manual/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.
