> 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/verkada-cameras/ko/analytics/create-camera-event-alerts/optimize-your-alerts.md).

# 알림 최적화

Verkada 알림은 중요한 이벤트에 집중하고 문제가 악화되기 전에 선제적으로 해결할 수 있게 해 조직을 모니터링하는 데 필요한 시간을 줄여줍니다.

알림은 현대적인 모니터링 워크플로에 필수적이지만, 효과를 유지하려면 관리 가능해야 합니다. 다음 권장 사항은 알림의 양에 압도되지 않으면서 필요한 알림을 받을 수 있도록 도와줍니다:

* **사이트와 장치를 신중하게 선택하세요:** 변조 알림이나 문 열림 이벤트와 같은 이벤트는 빈번하지만 덜 중요한 알림을 생성할 수 있습니다. 알림을 설정할 때 활동량이 많은 장치는 제외하여 불필요한 알림을 줄이세요.
* **알림 시간을 설정하세요:** 불필요한 시간에 알림을 받지 않도록 알림 시간대를 사용자 지정하세요. 알림은 기본적으로 24시간 생성됩니다. 많은 조직은 밤이나 주말처럼 특정 시간에만 알림이 필요합니다.
* [**카메라별로 동작 감지 영역을 설정하세요:**](/verkada-cameras/ko/analytics/create-camera-event-alerts/motion-alerts.md) 관심 없는 움직임에 대한 알림을 받지 않도록 자유형 다각형 선택기를 사용해 카메라별 동작 감지 영역을 설정하세요.
* [**카메라별로 변조 이벤트를 설정하세요:**](/verkada-cameras/ko/analytics/create-camera-event-alerts/tamper-alerts.md) 카메라가 겪는 진동 정도에 따라 변조 감지 민감도(낮음, 보통, 높음)를 조정해 보세요. 진동이 심한 구역에 있는 카메라는 변조 감지를 끄는 것을 고려하세요.
* **알림을 묶음으로 검토하세요:** 즉시 검토할 필요가 없는 이벤트는 이메일 전용 알림으로 설정하세요. 특정 폴더로 전달되게 하고, 편할 때 해당 폴더의 내용을 검토하세요.

***

{% hint style="info" %}
**동작을 직접 보고 싶으신가요?** 다음을 확인해 보세요. [동영상 튜토리얼](https://www.youtube.com/watch?v=b697WsAOqW4).
{% endhint %}


---

# 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/verkada-cameras/ko/analytics/create-camera-event-alerts/optimize-your-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.
