> 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/air-quality/ko/sensor-data.md).

# 센서 데이터

- [공기질 센서 측정값](https://help.verkada.com/air-quality/ko/sensor-data/air-quality-sensor-readings.md): Verkada 공기질 센서 측정값 이해하기
- [공기질 센서 데이터 보기](https://help.verkada.com/air-quality/ko/sensor-data/view-air-quality-sensor-data.md): Verkada 공기질 센서 데이터 측정값에 대해 자세히 알아보기
- [공기질 센서 설정](https://help.verkada.com/air-quality/ko/sensor-data/air-quality-sensor-settings.md): 공기질 센서 설정을 변경하는 방법 알아보기
- [센서 대시보드 관리하기](https://help.verkada.com/air-quality/ko/sensor-data/manage-your-sensor-dashboard.md): 센서 대시보드를 설정, 보기, 수정, 공유, 삭제하는 방법 알아보기
- [공기질 센서 상태 LED](https://help.verkada.com/air-quality/ko/sensor-data/air-quality-sensor-status-led.md): Verkada 센서에는 한눈에 상황을 알 수 있는 상태 LED가 있습니다
- [공기질 센서 전원 요구 사항](https://help.verkada.com/air-quality/ko/sensor-data/air-quality-sensor-power-requirements.md): Verkada 센서의 PoE 요구 사항 알아보기
- [베이프 감지 모범 사례](https://help.verkada.com/air-quality/ko/sensor-data/best-practices-for-vape-detection.md): 베이핑 활동을 정확하게 감지하는 방법 알아보기
- [일산화탄소 감지 및 이해하기](https://help.verkada.com/air-quality/ko/sensor-data/detect-and-understand-carbon-monoxide.md): 일산화탄소 수치는 언뜻 보면 무서울 수 있습니다. 이 문서는 CO 이벤트가 무엇을 의미하는지 이해하는 데 도움이 됩니다
- [SV25로 오디오 녹음](https://help.verkada.com/air-quality/ko/sensor-data/audio-recording-with-the-sv25.md): 특수 용도에 맞게 SV25의 오디오 녹음 기능 알아보기


---

# 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/air-quality/ko/sensor-data.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.
