> ## Documentation Index
> Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Environment API

> The Environment API lets you pull and receive data from sensors to trigger actions, display measurements, and produce analytics.

The Environment API lets you pull and receive data from sensors to trigger actions and alerts based on that data, display measurements to your team and customers and even produce reports and analytics dashboards based on them.

## How does it work?

The Environment API works based on registered **Sensors** to obtain and store environment data. Each sensor can be configured to poll an external endpoint or by creating a dedicated API endpoint to send data to.

<Frame>
  <img src="https://mintcdn.com/nexudus/QkEKD46tSStPUmrW/images/environment-api/environment-api-overview.png?fit=max&auto=format&n=QkEKD46tSStPUmrW&q=85&s=6f8e07027ffc3c125f17b58e0db4d76d" alt="Environment API overview" width="1500" height="1060" data-path="images/environment-api/environment-api-overview.png" />
</Frame>

Once the data is received by the Nexudus platform, you can use it to:

* **Trigger alerts** sent to your team or customers.
* **Make a desk, booth or any inventory unit** available or unavailable.
* **Update the number of people** who attended a meeting room booking.
* **Start or terminate** a booking.
* **Assign maintenance tasks** to your team.
* **Keep your customers and tenants informed** about occupancy levels or other comfort parameters.

All sensor data can be added to your dashboard or queries through **Nexudus Explore**.

<Frame>
  <img src="https://mintcdn.com/nexudus/QkEKD46tSStPUmrW/images/environment-api/sensor-dashboard.png?fit=max&auto=format&n=QkEKD46tSStPUmrW&q=85&s=ff6e73803aa43b03c2be9e6bf5c6a430" alt="Sensor dashboard" width="1894" height="1024" data-path="images/environment-api/sensor-dashboard.png" />
</Frame>

Sensors can also be connected to inventory items allowing you to display their values within any of the floor plan layouts displaying that inventory.

<Frame>
  <img src="https://mintcdn.com/nexudus/QkEKD46tSStPUmrW/images/environment-api/sensor-floorplan.png?fit=max&auto=format&n=QkEKD46tSStPUmrW&q=85&s=609349f2bae59a028cb3154d91f72c2f" alt="Sensors on floor plan" width="3570" height="1745" data-path="images/environment-api/sensor-floorplan.png" />
</Frame>
