> 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/access-control/ko/access/door-schedules-and-exceptions.md).

# 도어 일정 및 예외

사용 시 [Verkada 출입 통제](https://docs.verkada.com/docs/access-control-overview.pdf), 도어 상태 변경은 두 가지 서로 다른 구성 요소를 사용해 자동화할 수 있습니다:

* **도어 일정** 는 요일별 도어의 일반 상태를 정의합니다.
* **예외** 를 사용하면 특정 날짜와 시간대에 도어 일정의 일부를 일시적으로 변경할 수 있습니다. 예외는 다음을 사용해 관리합니다 [도어 예외 캘린더](/access-control/ko/access/door-schedules-and-exceptions/door-exception-calendars.md).
  * 예외는 다음과 같은 경우 유용합니다:
    * 특정 날짜에 정해진 기간 동안(예: 공휴일) 도어 상태를 일시적으로 변경해야 하지만, 일반 일정을 변경할 필요는 없는 경우.
    * 도어가 주간이 아닌 주기로 반복되는 상태가 포함된 일반 일정을 따르도록 해야 하는 경우(예: 격주, 월 1회 등).
  * 예외는 일정보다 우선하며 하루 전체에 걸쳐 도어의 동작을 변경합니다. 일반적으로 공휴일이나 일시적으로 출입을 변경해야 하는 특별 행사에 사용됩니다.

***

## 도어 일정 만들기

도어에는 사용자 출입을 제어하는 일정이 있습니다. 여러 도어가 동일한 일정을 공유할 수 있습니다. 여러 일정을 구성할 수 있지만, 한 번에 하나만 활성화할 수 있습니다.

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

{% step %}
**왼쪽 패널에서 일정(Schedules)을 클릭합니다.**
{% endstep %}

{% step %}
**도어 일정을 선택합니다.**
{% endstep %}

{% step %}
**오른쪽 상단에서 일정 추가를 클릭합니다.**

a. 일정에 고유한 이름을 지정합니다.\
b. 일정을 만듭니다.\
c. 도어를 추가합니다.\
d. (선택 사항) 활성화 [**최초 입장자**](/access-control/ko/access/door-schedules-and-exceptions/first-person-in-feature.md).
{% endstep %}

{% step %}
**모든 변경 사항을 완료한 후 저장을 클릭합니다.**

<div align="left" data-with-frame="true"><img src="/files/37cc74a7259db9970ecbb9ac6ed28f31b2fd9a25" alt="" width="1722"></div>
{% endstep %}
{% endstepper %}

***

## 도어 일정 수정

{% hint style="warning" %}
다음 기능을 켜면 **최초 입장자**, 다른 사용자에게 출입을 허용하기 전에 권한이 있는 사용자가 유효한 자격 증명을 제시해야 합니다. 관리자는 입장 일정을 구성하여, 감독 대상 그룹의 승인된 구성원이 일정된 기간 동안 도착해 자격 증명을 제시할 때까지 지정된 도어가 잠금 상태로 안전하게 유지되도록 할 수 있습니다.
{% endhint %}

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

{% step %}
**왼쪽 패널에서 일정(Schedules)을 클릭합니다.**
{% endstep %}

{% step %}
**도어 일정을 선택합니다.**
{% endstep %}

{% step %}
**수정하려는 일정을 선택합니다.**
{% endstep %}

{% step %}
**필요에 따라 다음 설정을 편집할 수 있습니다:**

a. 일정 이름을 편집합니다.\
b. 일정을 편집합니다.\
c. 도어를 편집합니다.\
d. (선택 사항) 켜기/끄기 [**최초 입장자**](/access-control/ko/access/door-schedules-and-exceptions/first-person-in-feature.md).
{% endstep %}

{% step %}
**모든 변경 사항을 완료한 후 저장을 클릭합니다.**
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
도어 예외는 도어 예외 캘린더를 사용하여 도어에 적용됩니다. 참조: [도어 예외 캘린더](/access-control/ko/access/door-schedules-and-exceptions/door-exception-calendars.md) 을 참조하세요.
{% endhint %}

***

{% hint style="info" %}
**직접 보고 싶으신가요?** 다음을 확인해 보세요 [동영상 튜토리얼](https://www.youtube.com/watch?v=jsqtoW21ZT4).
{% 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/access-control/ko/access/door-schedules-and-exceptions.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.
