> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/command/organization-settings/buildings-and-floors/people-heat-maps-for-floor-plans.md).

# People Heat Maps

People Heatmaps provide a detailed view of activity within a building by visualizing individuals’ movement history on floor plans with color-coded contours. This helps businesses analyze space utilization, identify high-traffic areas, and understand movement patterns and behavior.

### Before you begin

* You need at least **one** [floor plan](/command/organization-settings/buildings-and-floors/create-a-floorplan.md) uploaded with cameras placed on it.
* The cameras must be [calibrated](/command/organization-settings/buildings-and-floors/calibrate-cameras-for-floorplan-heat-maps.md) to set up regions of interest.
* [People analytics](/verkada-cameras/analytics/people-analytics.md) must be enabled on a camera before it can be calibrated.

***

## Access the People Heatmap

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Floorplans .**
{% endstep %}

{% step %}
**Select the desired building and floor you want to view.**
{% endstep %}

{% step %}
**At the bottom right, click People Heatmap.**

a. Select the desired time interval. The default is 1 hour, but you can increase it up to 1 day.

<div align="left" data-with-frame="true"><img src="/files/EDI9LKVg4c77aiSM4ncd" alt=""></div>

b. Select a date and time from the calendar menu.
{% endstep %}

{% step %}
**At the bottom left, play a timelapse to see people’s movement over time.**

{% embed url="<https://player.vimeo.com/video/795728557>" %}
{% endstep %}
{% endstepper %}

***

{% hint style="info" %}
**Prefer to see it in action?** Check out the [video tutorial](https://www.youtube.com/watch?v=wtpgjmmTnXc).
{% endhint %}


---

# 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://help.verkada.com/command/organization-settings/buildings-and-floors/people-heat-maps-for-floor-plans.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.
