> 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/smart-schedule-in-new-alarms.md).

# 新しいアラームのスマートスケジュール

Smart Schedules は、固定時刻ではなくアクティビティに基づいてサイトを自動的に警戒設定します。これにより、アクティビティが停止した時点でサイトが保護されていることを確保しながら、誤アラームを防ぐのに役立ちます。

通常のスケジュールとは異なり、通常のスケジュールでは固定時刻に警戒設定と警戒解除を行いますが、Smart Schedules は予定された警戒設定時刻の30分前からアクティビティの監視を開始します。アクティビティが検出されると、警戒設定は30分遅延します。モーションや、通常ならアラームをトリガーするその他のアクティビティなど、新しいイベントが発生するたびに、30分タイマーがリセットされます。サイトで30分間完全にアクティビティがない状態になると、システムは自動的に警戒設定されます。

{% hint style="warning" %}
Smart Schedules はパーティション レベルで動作し、センサー パーティションとカメラ パーティションの両方をサポートします。
{% endhint %}

***

## 構成

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

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

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

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

1. 次の項目で **警戒設定と警戒解除、** を選択 **警戒設定/警戒解除のスケジュール** をドロップダウンから選択します。
2. をクリック **Smart Schedule を有効にする** チェックボックス。

<div data-with-frame="true"><figure><img src="/files/b4c1b2d1c920986989c9cb2e2aef3436be180c3a" alt=""><figcaption></figcaption></figure></div>

3. クリックします **スケジュールを編集** 必要に応じてスケジュールを設定します。完了したら、クリック **完了**.
   {% endstep %}
   {% endstepper %}

***

### 例

* スケジュールの警戒設定時刻が午後6:00に設定されている場合、Smart Schedules は午後5:30から監視を開始します。
* 午後5:45にモーションが検出されると、警戒設定は午後6:15まで遅延します。
* 午後6:15までに追加のアクティビティが発生した場合、30分間アクティビティがない状態になるまで遅延が継続します。

{% hint style="info" %}
Smart Schedules は、営業時間の終了時刻が変動する場所に最適です。通常より早い警戒設定時刻を設定して、誤アラームを最小限に抑えながらセキュリティを最大化できます。
{% 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/smart-schedule-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.
