> 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/configuration/alarm-sites/configure-partitions/auto-re-arm-in-new-alarms.md).

# Auto Re-Arm in New Alarms

Learn how Auto Re-arm work and how to set them up in New Alarms

Auto Re-Arm automatically re-arms a partition that is disarmed during its scheduled armed hours, preventing it from being left disarmed when someone forgets to re-arm it on their way out.

Unlike systems that rearm after a fixed amount of time, Auto Re-Arm waits until activity has stopped. When a partition is disarmed during a scheduled armed window, the system begins monitoring for activity. Motion or other activity that could trigger an alarm restarts the inactivity timer.

After the partition remains inactive for the configured period, it automatically re-arms. If staff remain on site longer, rearming happens later. If they leave sooner, it happens sooner.

{% hint style="warning" %}

* Auto Re-Arm operates at the partition level.&#x20;
* The partition must use **Schedule for Arm/Disarm**.&#x20;
* Auto Re-Arm supports both sensor and camera partitions.
  {% endhint %}

***

## Configuration <a href="#configuration" id="configuration"></a>

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

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

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

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

1. Under **Arming and Disarming,** select **Schedule for Arm/Disarm** from the dropdown.
2. Check the **Enable Re-arm** box.
3. Enter the default inactivity period in minutes.

<div align="left" data-with-frame="true"><figure><img src="https://2259276529-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNU1He6Uj2tgInV2VdCLQ%2Fuploads%2F1L7FkX5jKT8Nk5F9aZLs%2Fimage.png?alt=media&amp;token=fdce6320-74f2-4c28-a1ba-0d4c9db1fc51" alt=""><figcaption></figcaption></figure></div>

{% hint style="warning" %}
The default inactivity period is **30 minutes**, and the maximum configurable period is **120 minutes.**
{% endhint %}
{% endstep %}
{% endstepper %}

#### Example

Your partition is scheduled to be armed from 8:00 PM to 6:00 AM, with Auto Re-Arm set to 30 minutes.

* A cleaner disarms the partition at 10:00 PM to enter the building.
* Motion is detected until 10:40 PM, and the timer resets with each event.
* No further activity is detected after 10:40 PM, so the partition re-arms automatically at 11:10 PM.

If the cleaner had left at 10:15 PM instead and no further activity was detected, the partition would have re-armed at 10:45 PM.


---

# 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/configuration/alarm-sites/configure-partitions/auto-re-arm-in-new-alarms.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.
