> 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/ko/configuration/alarm-sites/configure-partitions/smart-schedule-in-new-alarms.md).

# 신규 Alarms의 스마트 일정

스마트 스케줄은 고정된 시간이 아니라 활동을 기준으로 사이트를 자동으로 무장합니다. 이를 통해 오경보를 방지하는 동시에 활동이 멈추면 사이트가 안전하게 보호되도록 합니다.

고정된 시간에 무장 및 해제를 수행하는 일반 일정과 달리, 스마트 스케줄은 예정된 무장 시간 30분 전부터 활동 모니터링을 시작합니다. 활동이 감지되면 무장이 30분 지연됩니다. 움직임이나 평소라면 경보를 트리거할 수 있는 다른 활동과 같은 각 새로운 이벤트가 30분 타이머를 다시 시작합니다. 사이트에 30분 동안 아무 활동이 없으면 시스템이 자동으로 무장됩니다.

{% hint style="warning" %}
스마트 스케줄은 파티션 수준에서 작동하며 센서 및 카메라 파티션을 모두 지원합니다.
{% endhint %}

***

## 구성

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Alarms로 이동합니다.**
{% endstep %}

{% step %}
**구성할 알람 사이트를 선택합니다.**
{% endstep %}

{% step %}
**왼쪽 탐색 메뉴에서 파티션을 클릭합니다.**
{% endstep %}

{% step %}
**파티션을 선택합니다.**

1. 다음 항목에서 **무장 및 해제,** 선택 **무장/해제 일정** 드롭다운에서.
2. 다음을 클릭합니다 **스마트 스케줄 사용** 체크박스.

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

3. 다음을 클릭하여 **일정 편집** 을 클릭하여 필요에 따라 일정을 구성합니다. 완료되면 **완료**.
   {% endstep %}
   {% endstepper %}

***

### 예시

* 일정이 오후 6:00에 무장하도록 설정되어 있으면, 스마트 스케줄은 오후 5:30에 모니터링을 시작합니다.
* 오후 5:45에 움직임이 감지되면, 무장은 오후 6:15까지 지연됩니다.
* 오후 6:15 전에 추가 활동이 발생하면, 30분 동안 활동이 없을 때까지 지연이 계속됩니다.

{% hint style="info" %}
스마트 스케줄은 종료 시간이 변동적인 장소에 이상적입니다. 오경보를 최소화하면서 보안을 극대화하기 위해 무장 시간을 평소보다 더 이르게 설정할 수 있습니다.
{% 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/ko/configuration/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.
