> 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/alarm-sites.md).

# アラームサイト

{% hint style="success" %}
この記事は New アラームのガイドです。こちらを参照してください [記事](/classic-alarms/ja/she-ding/configure-classic-alarms-site-settings/classic-alarms-sites.md) クラシック アラームをお使いの場合は、こちらを参照してください。詳細は [New アラームと Classic アラームの違い](/new-alarms/ja/hajimeni/new-alarms-vs-classic-alarms.md) どのバージョンのアラームをお使いか不明な場合は、こちらをご覧ください。
{% endhint %}

***

アラームサイトでは、アラームデバイスを管理できます。カメラやセンサーのイベントを、カスタマイズ可能な応答アクションを備えたアラームトリガーにできます。

{% hint style="warning" %}
アラームパネルまたはアラームコンソールを追加すると、サイトは自動的にアラームサイトになります。
{% endhint %}

***

## 新しいアラームサイトを作成

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

{% step %}
**上部で、クリックします。** <i class="fa-plus-large">:plus-large:</i>**.**

1. をクリック **サイトを選択** ドロップダウンを開いて選択 **新しいサイト**.
   1. 一意のサイト名を入力してください。
   2. クリックします **追加**.
2. 選択します [アラーム管理者連絡先](/new-alarms/ja/armuno/alarm-admin-contact-requirement.md)。設定の問題について連絡するCommandユーザーを選択してください。
3. 会社名を入力します。
4. 緊急出動のために、会社の住所を入力してください。
5. 選択 **トライアルを開始** 試用サイトの場合、または **ライセンスを持っています** アラームライセンスをお持ちの場合。
   {% endstep %}
   {% endstepper %}

***

## 既存のサイトをアラームサイトとして指定する

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

{% step %}
**上部で、クリックします。** <i class="fa-plus-large">:plus-large:</i>**.**

1. をクリック **サイトを選択** ドロップダウンを開いて選択 **新しいサイト**.
   1. 一意のサイト名を入力してください。
   2. クリックします **追加**.
2. 選択します [アラーム管理者連絡先](/new-alarms/ja/armuno/alarm-admin-contact-requirement.md)。設定の問題について連絡するCommandユーザーを選択してください。
3. 会社名を入力します。
4. 緊急出動のために、会社の住所を入力してください。
5. 選択 **トライアルを開始** 試用サイトの場合、または **ライセンスを持っています** アラームライセンスをお持ちの場合。
   {% endstep %}
   {% endstepper %}

***

## アラームサイトからデバイスを削除する

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

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

{% step %}
**左側のナビゲーションで［デバイス］を選択します。**
{% endstep %}

{% step %}
**デバイスをクリックして選択します。**

1. 右上で、 <i class="fa-ellipsis">:ellipsis:</i>.
2. 選択 **削除** **> 確認。**
   {% endstep %}
   {% endstepper %}

{% hint style="danger" %}
サイトからアラームコンソールまたはアラームパネルを削除すると、それらはオーガナイゼーション' からも削除されます。
{% endhint %}

***

## アラームサイトを削除

{% hint style="danger" %}
アラームサイトを削除すると、すべてのデバイスが廃止され、サイトからすべてのアラームデータが削除されます。
{% endhint %}

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

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

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

{% step %}
**サイトの削除を選択します。**

1. ダイアログボックスに、 **「確認」。**
2. 選択 **確認**
   {% endstep %}
   {% endstepper %}


---

# 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/alarm-sites.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.
