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

# Dashboards

- [Global Dashboards](https://docs.datacake.de/dashboards/global-dashboard.md)
- [Setting Homepage](https://docs.datacake.de/dashboards/global-dashboard/setting-homepage.md)
- [Climate Monitoring Dashboards](https://docs.datacake.de/dashboards/global-dashboard/climate-monitoring-dashboards.md)
- [Device Dashboards](https://docs.datacake.de/dashboards/public-dashboard.md): Your devices come with the option to create a specific dashboard with the values registered.
- [Sub-Device Dashboards](https://docs.datacake.de/dashboards/sub-device-dashboards.md): Create several dashboards for your devices and how to hide selected ones for your customers.
- [Widgets](https://docs.datacake.de/dashboards/widgets.md)
- [Value Widget](https://docs.datacake.de/dashboards/widgets/value-widget.md): Learn how to use the Value Widget on Device and Global Dashboards
- [Chart Widget](https://docs.datacake.de/dashboards/widgets/chart-widget.md): Learn how to use the chart widget on Device and Global Dashboards.
- [Image Map](https://docs.datacake.de/dashboards/widgets/image-map.md): Place your sensors on floor plans and other images.
- [Map Widget](https://docs.datacake.de/dashboards/widgets/map-widget.md): Quick-Start and Reference to the Datacake Map Widget
- [Menu Widget](https://docs.datacake.de/dashboards/widgets/menu-widget.md): Welcome to the Datacake Menu Widget tutorial! This guide walks you through how to use the Menu Widget to create custom navigation systems inside your Datacake dashboards.
- [Text Widget](https://docs.datacake.de/dashboards/widgets/text-widget.md): A concise guide on using Datacake's Text Widget to create custom, sensor-integrated dashboard widgets with markdown support.
- [SOS Widget](https://docs.datacake.de/dashboards/widgets/sos-widget.md)
- [Boolean Widget](https://docs.datacake.de/dashboards/widgets/boolean-widget.md)
- [iFrame Widget](https://docs.datacake.de/dashboards/widgets/iframe-widget.md)
- [Downlink Widget](https://docs.datacake.de/dashboards/widgets/downlink-widget.md)
- [Set Value Widget](https://docs.datacake.de/dashboards/widgets/set-value-widget.md)
- [Measurement List Widget](https://docs.datacake.de/dashboards/widgets/measurement-list-widget.md)
- [Heatmap Widget](https://docs.datacake.de/dashboards/widgets/heatmap-widget.md)
- [Table Widget](https://docs.datacake.de/dashboards/widgets/table-widget.md)
- [Image Widget](https://docs.datacake.de/dashboards/widgets/image-widget.md)
- [Histogram Widget](https://docs.datacake.de/dashboards/widgets/histogram-widget.md)
- [Dashboard History](https://docs.datacake.de/dashboards/dashboard-history.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.datacake.de/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.
