> 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/ja/fen-xi/create-camera-event-alerts/optimize-your-alerts.md).

# アラートを最適化する

Verkadaアラートは、重要なイベントに集中し、問題がエスカレートする前に積極的に解決できるようにすることで、オーガナイゼーション'をモニターするのに必要な時間を短縮します。

アラートは最新のモニタリングワークフローに不可欠ですが、効果を維持するには管理可能でなければなりません。以下の推奨事項は、アラートの量に圧倒されることなく、必要なアラートを受け取れるようにするのに役立ちます：

* **サイトとデバイスを慎重に選択してください：** タンパーアラートやドア開放イベントなどのイベントは、頻繁で重要度の低いアラートを生成する場合があります。アラートを設定するときは、高頻度で動作するデバイスを除外して、不要な通知を減らしてください。
* **通知ウィンドウを設定してください：** 不要な時間にアラートを受信しないよう、通知の時間帯をカスタマイズしてください。アラートは既定で24時間365日生成されます。多くのオーガナイゼーション'では、夜間や週末など特定の時間帯のみアラートが必要です。
* [**カメラごとにモーションエリアを設定してください：**](/verkada-cameras/ja/fen-xi/create-camera-event-alerts/motion-alerts.md) フリーフォームのポリゴンセレクターを使用して、カメラごとにモーションエリアを設定し、関心のない動きに対するアラートを受信しないようにします。
* [**カメラごとにタンパーイベントを設定してください：**](/verkada-cameras/ja/fen-xi/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/ja/fen-xi/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.
