# Configure Partitions

## Create a sensor partition

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Alarms .**
{% endstep %}

{% step %}
**Select the Alarm site that you want to configure.**
{% endstep %}

{% step %}
**In the left navigation, click Partitions.**
{% endstep %}

{% step %}
**Next to Sensor Partitions, click** <i class="fa-plus">:plus:</i>**.**
{% endstep %}

{% step %}
**On the dialog box, choose your alarm response.**
{% endstep %}

{% step %}
**In the top right, click > Rename to change the partition name.**

a. Name partitions carefully to identify the physical area or regions that the partitions are protecting
{% endstep %}

{% step %}
**On Devices, click Add Device and select the device(s) to add.**
{% endstep %}

{% step %}
**On Schedule, set the toggle to On.**

a. Under a weekday, click and drag the times of day you need the site to arm.\
b. Repeat for other days as needed.\
c. (Optional) Click the **Arm Only** checkbox to select times for the site to arm and not automatically disarm.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Toggle the schedule to **Off** if you plan to manually arm/disarm.
{% endhint %}

***

## Create a camera partition

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Alarms .**
{% endstep %}

{% step %}
**Select the Alarm site that you want to configure.**
{% endstep %}

{% step %}
**In the left navigation, click Partitions.**
{% endstep %}

{% step %}
**On Choose Cameras:**

a. Select the cameras to add.\
b. Click **Next Step.**
{% endstep %}

{% step %}
**On Schedule, you may add a weekly schedule for arming the partition OR skip adding one if you plan to manually arm the partition via command or BK22 keypad.**
{% endstep %}

{% step %}
**On Areas to Protect / Line Crossing:**

a. Select the right trigger type on the tab menu\
b. Click on the video to draw areas or lines you want to protect.

1. (Optional) Change the loitering time to "person detected" or a different value to correctly raise an alarm for an intruder on site

d. Click **Finish.**
{% endstep %}

{% step %}
**On Name Your New Camera Partition:**

a. Enter a unique name that is carefully chosen to identify the physical area or regions that the partition is protecting\
b. Click **Save.**
{% endstep %}
{% endstepper %}

***

## Remove a device from a partition

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Alarms .**
{% endstep %}

{% step %}
**Select the Alarm site that you want to configure.**
{% endstep %}

{% step %}
**In the left navigation, click Partitions.**
{% endstep %}

{% step %}
**Select your partition.**
{% endstep %}

{% step %}
**Click on your device.**

a. In the top right, click > **Delete**.\
b. Click **Confirm.**
{% endstep %}
{% endstepper %}

***

## Delete a partition

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Alarms .**
{% endstep %}

{% step %}
**Select the Alarm site that you want to configure.**
{% endstep %}

{% step %}
**In the left navigation, click Partitions.**
{% endstep %}

{% step %}
**Select your partition.**

a. In the top right, click > **Remove Partition.**\
b. Click **Remove.**
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**Prefer to see it in action?** Check out the [video tutorial](https://www.youtube.com/watch?v=I83OwKCsXN8).
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://help.verkada.com/new-alarms/configuration/alarm-sites/configure-partitions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
