# Real-time occupancy

- [Webhooks Overview](https://docs.butlr.io/real-time-occupancy/webhooks-overview.md): Butlr's webhooks deliver real-time data on key events, including occupancy and traffic data. Subscribing ensures automatic updates, timely insights, and structured data for informed decision-making.
- [Area Detections](https://docs.butlr.io/real-time-occupancy/webhooks-overview/human-detections.md): The Detections webhook event provides real-time updates on detected people's locations, represented by coordinates (x, y) within a sensor's field of view.
- [Entryway Traffic](https://docs.butlr.io/real-time-occupancy/webhooks-overview/human-traffic.md): The Traffic webhook event provides real-time updates whenever someone enters or exits a monitored area.
- [Floor Occupancy](https://docs.butlr.io/real-time-occupancy/webhooks-overview/floor-occupancy.md): The Floor Occupancy webhook event provides real-time updates on the number of occupants detected by the presence sensor on a specific floor.
- [1 Minute Interval](https://docs.butlr.io/real-time-occupancy/webhooks-overview/floor-occupancy/floor-occupancy.md): This event is the same as Floor Occupancy, but the data is aggregated at 1-minute granularity and smoothed to produce a single occupancy number for that minute.
- [Room Occupancy](https://docs.butlr.io/real-time-occupancy/webhooks-overview/room-occupancy.md): The Room Occupancy webhook event provides real-time updates on the number of occupants detected by the presence sensor in a specific room.
- [1 Minute Interval](https://docs.butlr.io/real-time-occupancy/webhooks-overview/room-occupancy/floor-occupancy.md): This event is the same as Room Occupancy, but the data is aggregated at 1-minute granularity and smoothed to produce a single occupancy number for that minute.
- [Zone Occupancy](https://docs.butlr.io/real-time-occupancy/webhooks-overview/zone-occupancy.md): The Zone Occupancy webhook event provides real-time updates on the number of occupants detected by the presence sensor on a specific zone.
- [1 Minute Interval](https://docs.butlr.io/real-time-occupancy/webhooks-overview/zone-occupancy/floor-occupancy.md): This event is the same as Zone Occupancy, but the data is aggregated at 1-minute granularity and smoothed to produce a single occupancy number for that minute.
- [Motion Detection](https://docs.butlr.io/real-time-occupancy/webhooks-overview/motion-detection.md): The PIR Motion webhook event provides real-time updates indicating activity detected by the Heatic2+ sensor in a specific room.
- [No Motion Detection](https://docs.butlr.io/real-time-occupancy/webhooks-overview/no-motion-detection.md): The PIR No Motion webhook event provides real-time updates when the Heatic 2+ sensor detects no activity in a specific room.
- [Manage Webhooks](https://docs.butlr.io/real-time-occupancy/manage-webhooks.md): The Butlr platform provides self-service capabilities for managing webhooks through GraphQL API. Users can create, update, and delete webhooks programmatically.
- [Create Webhooks](https://docs.butlr.io/real-time-occupancy/manage-webhooks/create-webhooks.md): Create one or more new webhooks with specified configurations.
- [Update Webhooks](https://docs.butlr.io/real-time-occupancy/manage-webhooks/update-webhooks.md): Update existing webhooks with new configurations.
- [Delete Webhooks](https://docs.butlr.io/real-time-occupancy/manage-webhooks/delete-webhooks.md): Delete one or more webhooks by their IDs.
- [List Webhooks](https://docs.butlr.io/real-time-occupancy/manage-webhooks/list-webhooks.md): Retrieve a list of all webhooks configured for your account.


---

# Agent Instructions: 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:

```
GET https://docs.butlr.io/real-time-occupancy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
