> For the complete documentation index, see [llms.txt](https://docs.kiloiot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kiloiot.io/kilo-iot-server/dashboards.md).

# Dashboards

Dashboards are customizable monitoring views that you assemble from widgets. Each dashboard focuses on a specific concern — a particular building, a device group, a compliance metric, or an operational workflow — and displays exactly the data that matters for that context.

Unlike the [overview page](/kilo-iot-server/overview.md), which provides a fixed summary of your deployment, dashboards give you full control over what is displayed and how.

You choose the devices, select the metrics, set the value ranges and thresholds, and organize everything into folders that match your operational structure.

<figure><img src="/files/zzDklC9lF7pmb0l7pbiN" alt="A custom dashboard with temperature and humidity widgets"><figcaption></figcaption></figure>

The dashboard system supports folder-based hierarchy, so a multi-site deployment can maintain separate dashboard groups per building, region, or team — all accessible from the sidebar.

## Where dashboards fit in your operations

Dashboards are not limited to desktop use during working hours. They are designed to be deployed wherever operational visibility matters:

* **Operations center wall displays** — Mount a screen showing live facility status across all sites. Shift supervisors see everything at a glance without navigating.
* **Lobby and reception screens** — Display building conditions, energy metrics, or environmental data for visitors and tenants.
* **Factory floor workstations** — Equip production lines with dedicated monitors showing equipment health, vibration data, and throughput.
* **Compliance and regulatory displays** — Cold chain monitoring in pharmaceutical storage, temperature tracking in data centers, humidity control in cleanrooms — always visible, always current.
* **Conference room reviews** — Pull up dashboards during operational meetings to review trends and incidents with the team.

For any of these scenarios, collapse the sidebar to give the dashboard full screen width — hover over the logo area at the top of the sidebar and click the double-chevron. The navigation shrinks to icons only, keeping the data front and center.

## In this section

* [Creating Dashboards](/kilo-iot-server/dashboards/creating-dashboards.md) — Create a dashboard with an icon, name, folder, and description. Edit metadata and delete dashboards.
* [Adding Widgets](/kilo-iot-server/dashboards/adding-widgets.md) — Widget types, edit mode, and per-widget configuration guides for Last data, Chart, Image, Map, and Conditions.
* [Organizing Dashboards](/kilo-iot-server/dashboards/organizing-dashboards.md) — Create folders, reorder dashboards, and structure your views for multi-site management.


---

# 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.kiloiot.io/kilo-iot-server/dashboards.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.
