> For the complete documentation index, see [llms.txt](https://docs.efento.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.efento.io/efento-cloud/basics/images-and-media.md).

# Dashboard

The **Dashboard** provides an overview of all sensors in your Organization and is accessible to **all users**, regardless of their permission level (Administrator, Manager, or Analyst). It serves as the central place to quickly assess sensor status, review recent measurements, and navigate to more detailed views.

The Dashboard displays the following information for every sensor assigned to your Organization:

* **Sensor name and serial number**
* **Assigned location** within the Organisation
* **Current sensor status**, including the number of active and pending alarms
* **Latest measurement value**
* **Time since the last measurement**

<figure><img src="/files/NUbmanRjumtCYAfnzuuP" alt=""><figcaption></figcaption></figure>

The main features of the Dashboard include:

* **Displaying sensor details** such as name, serial number, status, current measurements, and last communication time
* **Filtering sensors** by location, sensor type, or status to quickly find specific data
* **Generating reports** for selected sensors directly from the Dashboard
* **Comparing measurements** from multiple sensors on a single chart
* **Displaying sensor information on a location map** to visualize placement and status within a building or room

If you want to learn more about any of these functions, you can navigate to the corresponding detailed sections in this user manual, such as [*Sensor details*](/efento-cloud/basics/sensor-details.md), [*Generating Reports*](/efento-cloud/basics/images-and-media/generating-reports.md), [*Measurement Comparison*](/efento-cloud/basics/images-and-media/comparing-measurements.md), [*Location Maps*](/efento-cloud/basics/images-and-media/location-map.md), or [*Filtering and Sorting Sensors*](/efento-cloud/basics/images-and-media/filetering-and-sorting.md).


---

# 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.efento.io/efento-cloud/basics/images-and-media.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.
