> 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/add-and-modify-access-levels.md).

# 출입 레벨 추가 및 수정

문이 설정되면 출입 일정을 설정하려면 액세스 수준을 추가해야 합니다. 액세스 수준은 특정 사용자에게 액세스 권한을 부여하기 위해 액세스 그룹에 할당됩니다.

{% hint style="warning" %}
문에 배지로 출입할 수 없습니다. 다음에 속해 있지 않는 한 [액세스 그룹](/access-control/ko/users-and-credentials/add-and-modify-access-groups.md) 최소 하나의 액세스 수준이 연결된 상태로.
{% endhint %}

{% hint style="danger" %}
다음 권한이 있는 사용자 계정으로 로그인해야 합니다: **액세스 사이트 관리자** 또는 **액세스 사이트 관리자** 사이트의 액세스 수준을 수정하거나 만들 수 있는 권한입니다. 자세히 알아보기 [액세스 제어의 역할 및 권한](/access-control/ko/getting-started/roles-and-permissions-for-access-control.md).
{% endhint %}

***

## 새 액세스 수준 만들기

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

{% step %}
**드롭다운에서 사이트를 선택합니다.**
{% endstep %}

{% step %}
**상단에서 액세스 수준을 선택합니다.**
{% endstep %}

{% step %}
**오른쪽 상단에서 클릭합니다.** <i class="fa-plus">:plus:</i>.

1. 고유한 이름을 입력하세요.
2. 액세스 그룹을 추가하세요.
3. 일정을 설정하세요.
4. 액세스 수준에 문을 추가하세요.

<div align="left" data-with-frame="true"><figure><img src="/files/de5c94c48b145abaa3cbc3b5ead10fabc7658f0c" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

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

***

## 액세스 수준 복제

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

{% step %}
**드롭다운에서 사이트를 선택합니다.**
{% endstep %}

{% step %}
**상단에서 액세스 수준을 선택합니다.**
{% endstep %}

{% step %}
**복제하려는 액세스 수준 옆에서 클릭하세요.** <i class="fa-copy">:copy:</i> **액세스 수준 복제.**
{% endstep %}

{% step %}
**액세스 수준을 복제할 사이트를 선택한 다음 다음을 클릭하세요.**
{% endstep %}

{% step %}
**액세스 수준 설정을 편집한 후 완료되면 저장을 클릭하세요.**
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
액세스 수준에 의해 제어되는 문은 복제되지 않습니다. 이를 통해 올바른 문 연결이 유지되며 복제 과정에서 의도하지 않은 결과를 방지할 수 있습니다.
{% endhint %}

***

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