> 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/classic-alarms/ko/events-and-alerts.md).

# 이벤트 및 알림

- [Classic Alarms 이벤트 알림 구성](https://help.verkada.com/classic-alarms/ko/events-and-alerts/configure-alarms-event-alerts.md): Alarms 이벤트에 대한 알림을 구성하고 활성화하는 방법을 알아보세요
- [알람 재정의 일정](https://help.verkada.com/classic-alarms/ko/events-and-alerts/configure-alarms-event-alerts/alarm-override-schedule.md): 특정 규칙에 대해 기본 구성을 재정의할 기간을 지정하세요.
- [카메라 알람 트리거 이벤트 구성](https://help.verkada.com/classic-alarms/ko/events-and-alerts/configure-alarms-event-alerts/configure-camera-alarm-trigger-events.md): 알람 트리거 알림을 위해 카메라를 구성하는 방법을 알아보세요


---

# 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/classic-alarms/ko/events-and-alerts.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.
