> 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/configuration/access-control-subsites.md).

# 출입 통제 서브사이트

## 액세스 수준과 잠금 설정 복제

Verkada는 효율적인 사이트 관리의 중요성을 인식하고 있습니다. Access Control의 중첩 사이트(하위 사이트)를 사용하면 모든 Verkada 제품 라인에 동일한 조직 구조를 적용할 수 있어 Verkada 배포를 보다 간소화되고 확장 가능하게 관리할 수 있습니다.

작동 방식

* Command 사용자가 사이트의 Access Site 관리자라면, 최상위 또는 중첩 여부와 관계없이 해당 사이트 아래의 모든 하위 사이트에 대해 자동으로 Access Site 관리자가 됩니다. Access Control의 역할 및 권한에 대해 자세히 알아보세요.
* 액세스 제어 장치는 최상위 또는 중첩 중 하나의 특정 사이트에 할당되며, 해당 사이트에만 적용됩니다.
* 액세스 컨트롤러에 연결된 모든 도어는 컨트롤러와 동일한 사이트에 속합니다.

{% hint style="warning" %}
참조 [출입 통제를 위한 역할 및 권한](/access-control/ko/getting-started/roles-and-permissions-for-access-control.md) 자세한 내용은
{% endhint %}

***

## 액세스 수준과 시나리오 복제

구성을 더 쉽게 하기 위해 액세스 수준과 비상 시나리오를 복제할 수 있습니다. 이를 통해 기존 액세스 수준과 비상 시나리오를 복제하여 하위 사이트를 포함한 다른 사이트에 배치할 수 있습니다.

복제 과정에서 다음 항목이 복제됩니다:

* 액세스 수준 및 시나리오 구성
* 액세스 수준 및 시나리오 설정, 규칙, 매개변수

{% hint style="warning" %}
액세스 수준에 의해 제어되거나 비상 시나리오에 의해 잠금/잠금 해제되는 도어는 복제되지 않습니다. 이를 통해 올바른 도어 연결이 유지되며 복제 과정에서 의도치 않은 결과를 방지할 수 있습니다.
{% endhint %}

***

## 마이그레이션 고려 사항

이전에 평면 사이트 구조(하위 사이트 도입 이전)를 사용해 왔다면, 새 중첩 사이트 구조로 전환하는 것이 좋을 수 있습니다.

{% hint style="danger" %}

* ACU를 한 사이트에서 다른 사이트로 이동하면 ACU의 모든 도어가 액세스 수준 연결을 잃게 됩니다.
* 도어는 원래 사이트의 모든 시나리오에서 제거됩니다.
  {% endhint %}

***

## 문제 해결 팁

* 도어를 추가할 수 있도록 도어 컨트롤러를 모두 설정한 직후에 액세스 수준을 복사해야 합니다. 이렇게 하면 도어의 다운타임이 줄어들고 올바른 사용자 집합에 즉시 액세스를 제공할 수 있습니다.
* 도어가 잠길 것으로 예상되는 모든 사이트에 시나리오를 복제하세요. 참조 [비상 시나리오](/access-control/ko/integrations-and-alerts/configure-access-control-event-alerts/emergency-lockdown.md) 자세한 내용은


---

# 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/configuration/access-control-subsites.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.
