> 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/configure-partitions.md).

# パーティションを構成する

## センサー用パーティションを作成する

{% stepper %}
{% step %}
**Verkada Command で、\[All Products] > \[アラーム] に移動します。**
{% endstep %}

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

{% step %}
**左側のナビゲーションで、\[パーティション] をクリックします。**
{% endstep %}

{% step %}
**センサー パーティションの横で、クリックします。** <i class="fa-plus">:plus:</i>**.**
{% endstep %}

{% step %}
**ダイアログボックスで、アラームへの対応を選択します。**
{% endstep %}

{% step %}
**右上で、> \[名前を変更] をクリックして、パーティション名を変更します。**

a. パーティションは、保護対象の物理的なエリアまたは地域を識別しやすいように慎重に名前を付けます
{% endstep %}

{% step %}
**\[デバイス] で、\[デバイスを追加] をクリックし、追加するデバイスを選択します。**
{% endstep %}

{% step %}
**\[スケジュール] で、トグルをオンに設定します。**

a. 平日の下で、サイトを警戒設定する必要がある時間帯をクリックしてドラッグします。\
b. 必要に応じて他の日も繰り返します。\
c. (オプション) をクリックします。 **警戒設定のみ** サイトを警戒設定する時間を選択し、自動的に警戒解除されないようにするチェックボックス
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
スケジュールを **オフ** 手動で警戒設定/警戒解除する予定の場合。
{% endhint %}

***

## カメラ用パーティションを作成する

{% stepper %}
{% step %}
**Verkada Command で、\[All Products] > \[アラーム] に移動します。**
{% endstep %}

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

{% step %}
**左側のナビゲーションで、\[パーティション] をクリックします。**
{% endstep %}

{% step %}
**\[カメラの選択] で:**

a. 追加するカメラを選択します。\
b. をクリックします。 **次のステップ。**
{% endstep %}

{% step %}
**\[スケジュール] では、パーティションを警戒設定する週次スケジュールを追加することも、コマンドまたは BK22 キーパッドから手動で警戒設定する予定であれば追加しないこともできます。**
{% endstep %}

{% step %}
**\[保護するエリア / ライン横断] で:**

a. タブメニューで、適切なトリガータイプを選択します。\
b. 動画上をクリックして、保護したいエリアまたはラインを描画します。

1. (オプション) 滞留時間を「人を検出」または別の値に変更して、現地の侵入者に対して正しくアラームが発報されるようにします

d. をクリックします。 **完了。**
{% endstep %}

{% step %}
**\[新しいカメラ用パーティションの名前] で:**

a. パーティションが保護する物理的なエリアまたは地域を識別できるよう、慎重に選んだ一意の名前を入力します。\
b. をクリックします。 **保存します。**
{% endstep %}
{% endstepper %}

***

## パーティションからデバイスを削除する

{% stepper %}
{% step %}
**Verkada Command で、\[All Products] > \[アラーム] に移動します。**
{% endstep %}

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

{% step %}
**左側のナビゲーションで、\[パーティション] をクリックします。**
{% endstep %}

{% step %}
**パーティションを選択します。**
{% endstep %}

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

a. 右上で、> をクリックします。 **削除**。\
b. をクリックします。 **確認**
{% endstep %}
{% endstepper %}

***

## パーティションを削除する

{% stepper %}
{% step %}
**Verkada Command で、\[All Products] > \[アラーム] に移動します。**
{% endstep %}

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

{% step %}
**左側のナビゲーションで、\[パーティション] をクリックします。**
{% endstep %}

{% step %}
**パーティションを選択します。**

a. 右上で、> をクリックします。 **パーティションを削除**\
b. をクリックします。 **削除**
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**動作を見てみますか？** 次を確認してください: [ビデオチュートリアル](https://www.youtube.com/watch?v=I83OwKCsXN8).
{% 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/new-alarms/ja/she-ding/alarm-sites/configure-partitions.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.
