# Air Quality

## Overview

The Air Quality Dashboard provides a consolidated site-level overview of air quality across all AirWatch and compatible air quality devices within a workspace.

It calculates aggregated air quality indicators based on all available devices and displays the overall site status using averaged particulate matter values (PM2.5 and PM10).

### Site Air Quality

<figure><img src="/files/wNfiGNDYHaSRpQk3P2pV" alt=""><figcaption></figcaption></figure>

At the top of the dashboard, a traffic light visualization summarizes the overall air quality status of the site.

The status is calculated using the average PM2.5 and PM10 values across all active air quality devices in the workspace. This provides an immediate indication of whether air conditions are within acceptable ranges or require attention.

### KPIs

<figure><img src="/files/V4NfCbFPLp0YJxCIpvVE" alt=""><figcaption></figcaption></figure>

The dashboard includes key performance indicators based on aggregated sensor data:

* Average PM2.5
* Average PM10
* 4-hour rolling average (PM values)

<figure><img src="/files/ZUSz9YxrU9kK01PYSEYz" alt=""><figcaption></figcaption></figure>

In addition, the dashboard highlights:

* Top 5 devices with the highest pollution levels
* Top 5 devices with the lowest pollution levels (best air quality)

This enables quick identification of critical zones as well as best-performing areas within the facility.

## Devices

<figure><img src="/files/3GtnsdXWxrSlSlzpgwZ6" alt=""><figcaption></figcaption></figure>

The **Devices** tab provides a detailed table view of all air quality devices within the workspace.

For each device, individual measurement values and calculated indicators are displayed to allow device-level analysis and comparison.

## Historical Analysis

<figure><img src="/files/K6y2TTuEMWBWylw8sB1F" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/meQduXMlh7WCphs2N2qP" alt=""><figcaption></figcaption></figure>

The **Historical** tab provides time-based evaluation of air quality data.

Users can:

* View trends by day, week, or month
* Compare selected time periods (e.g., current vs. previous period)
* Filter data by defined working hours to exclude non-operational periods
* Review percentage-based changes between time ranges
* Export data as Excel or CSV files for reporting and documentation

This enables structured analysis of long-term air quality development and validation of implemented improvement measures.

## Report Generation

<figure><img src="/files/wTGvK8NRsoTk8uLdiQhO" alt=""><figcaption></figcaption></figure>

The **Report** tab allows users to generate a structured PDF air quality report directly from the dashboard.

Users can configure:

* The reporting period (e.g., day-based or week-based ranges)
* Custom time intervals
* Output format settings

The system generates a PDF document summarizing site-level air quality metrics, trends, and key indicators for the selected period.

This functionality is particularly useful for:

* Demonstrating compliance or improvements
* Validating the effectiveness of air quality optimization measures
* Providing structured documentation for customers, partners, or internal review


---

# 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.kemperconnect.de/monitoring-and-compliance/air-quality.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.
