> For the complete documentation index, see [llms.txt](https://docs.buildings.ability.abb/collection/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buildings.ability.abb/collection/platform/live-cockpit/widgets/custom-widgets/modules/heatmap.md).

# Heatmap

The "Heatmap" module visualizes values through color areas on a map.

This form of display is well-suited for recognizing and clearly visualizing patterns in complex data. One possible application would be, for example, the visualization of the presence of people in one or more buildings.

<figure><img src="https://3489494878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9GvUpaatBiReR43XFSMg%2Fuploads%2FrrBYRwKh4UyHo3HKVlMZ%2F6B9D3A06-B7A7-4724-A02C-B05EED2AE5F5.png?alt=media&#x26;token=20554ac2-ffa5-455d-a68a-e3141b6ab018" alt=""><figcaption></figcaption></figure>

<table data-full-width="true"><thead><tr><th width="72.79998779296875"></th><th width="192"></th><th></th></tr></thead><tbody><tr><td><strong>[A]</strong></td><td>Description</td><td>This text is displayed when the custom widget is later connected to assets</td></tr><tr><td><strong>[B]</strong></td><td>Variant</td><td>Choose whether the heatmap should be displayed for a floor or as a map.</td></tr><tr><td><strong>[C]</strong></td><td>Use periodic data</td><td>Only available when "Floor" is selected</td></tr></tbody></table>


---

# 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.buildings.ability.abb/collection/platform/live-cockpit/widgets/custom-widgets/modules/heatmap.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.
