> 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/new-alarms/ja/she-ding/configure-an-alarm-response/self-monitored-response-level.md).

# Self Monitored Response Level

自己監視レスポンスフローにより、組織は監視センターの関与なしにアラームアラートを直接受信できます。

これにより、可能な限り最速で通知を受け取れ、緊急サービスへの連絡、社内警備への出動要請、または確認用のイベント記録など、対応方法を完全に制御できます。

自己監視アラームには、警戒と解除、インシデントのグループ化、複数ステップの対応、事前認証済みのインシデントレポートなど、他のレスポンスレベルと同じ基本機能が含まれており、自動アクションと通知を柔軟にカスタマイズできます。通知方法は、SMS（必須）、メール、または自動通話から選択でき、必要に応じて出力、BZ11アナウンス、またはAI Deterrence（Beta）を監視センターの関与なしに起動できます。

{% hint style="warning" %}

* 自己監視アラームは、サイトごとの15アラーム制限の対象外です。
* 自己監視アラームは、解決されるか、4時間後に自動的に閉じられるまでアクティブなままであり、完全な可視性と説明責任を確保します。
  {% endhint %}

***

### 使用例

* **社内セキュリティチーム（SOC） -** セキュリティオペレーションセンターを持つ組織では、自己監視により即時対応が可能になります。アラートは社内チームに直接届けられ、迅速なトリアージと対応につながります。
* **緊急ではないイベントまたは保守イベント -** Door Held Open（DHO）、水漏れセンサー、機器の故障など、注意は必要だが警察の出動は不要なシナリオに最適です。チームは監視センターを介さずに、適時に是正措置を講じることができます。

### ベストプラクティス

* 外部への出動は不要だが、把握しておく必要があるイベントには自己監視を使用します。
* アラートが適切なチームメンバーに届くよう、社内の連絡先リストを最新の状態に保ってください。
* 自己監視フローを、サイレンやアナウンスなどの自動出力と組み合わせることで、現場での迅速な対応を可能にします。

***

## 構成

{% stepper %}
{% step %}
**Verkada Command で、すべての製品 > アラーム に移動します。**
{% endstep %}

{% step %}
**設定するアラームサイトを選択します。**
{% endstep %}

{% step %}
**左側のナビゲーションで、Responseを選択します。**
{% endstep %}

{% step %}
**アラーム対応の横で、クリックします** <i class="fa-plus-large">:plus-large:</i>**.**

1. 一意の名前を入力します。
2. 選択 **自己監視** をレスポンスレベルとして設定します。
3. このアラーム中に連絡する相手を選択します。既定では、アラームサイトを作成したユーザーがアラーム連絡先として追加されます。
   1. クリックします <i class="fa-plus">:plus:</i> **連絡先を追加**.
   2. 一覧からCommandユーザーを選択します。
   3. 下の **連絡方法,** 各連絡先にどのように通知するかを選択します:
      * SMS（必須、既定で有効）
      * メール（任意）
   4. クリックします **追加**.
4. クリックします **保存します。**
   {% endstep %}
   {% endstepper %}

***

### レスポンスフロー比較

| 機能                | 自己監視                   | 確認のみ                                          | 標準 / 即時出動            |
| ----------------- | ---------------------- | --------------------------------------------- | -------------------- |
| **監視センターの関与**     | いいえ                    | はい                                            | はい                   |
| **イベントを確認するのは誰か** | お客様                    | 監視担当者                                         | 監視担当者                |
| **警察の出動**         | お客様                    | いいえ（インシデントリンクからリクエストできます）                     | はい                   |
| **典型的な使用例**       | 社内SOCでの対応、メンテナンス関連センサー | 当局を出動させずに、担当者にカメラの動き（人物の有無）を確認してもらいたい場合に使用します | 警察の対応が必要な高リスク区域や緊急事態 |


---

# 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/new-alarms/ja/she-ding/configure-an-alarm-response/self-monitored-response-level.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.
