# Smart Schedule in New Alarms

Smart Schedules automatically arm your site based on activity, rather than a fixed time. This helps prevent false alarms while ensuring the site is secured once activity stops.

Unlike normal schedules that arm and disarm at fixed times, Smart Schedules start monitoring activity 30 minutes before the scheduled arm time. If activity is detected, arming is delayed by 30 minutes. Each new event, such as motion or other activity that would normally trigger an alarm, resets the 30-minute timer. Once the site has been inactive for a full 30 minutes, the system arms automatically.

{% hint style="warning" %}
Smart Schedules operate at the partition level and support both sensor and camera partitions.
{% endhint %}

***

## Configuration

{% 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 the partition.**

a. Under **Arm Method,** select **Schedule** from the dropdown.\
b. Click the **Enable Smart Schedule** checkbox.

<div align="left" data-with-frame="true"><img src="/files/UrLsGTjdeOX8cCL8tWbw" alt=""></div>

c. Configure your schedule as needed.
{% endstep %}
{% endstepper %}

***

### Example

* If your schedule is set to arm at 6:00 PM, Smart Schedules start monitoring at 5:30 PM.
* If motion is detected at 5:45 PM, arming is delayed until 6:15 PM.
* If additional activity occurs before 6:15 PM, the delay continues until there has been no activity for 30 minutes.

{% hint style="info" %}
Smart Schedules are ideal for locations with variable closing hours. You can set the arm time earlier than usual to maximize security while minimizing false alarms.
{% 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/smart-schedule-in-new-alarms.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.
