> 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/move-access-controllers-to-other-sites.md).

# 출입 컨트롤러를 다른 사이트로 이동

액세스 사이트는 더 쉬운 관리와 모니터링을 위해 액세스 컨트롤러와 도어를 그룹화합니다. 각 액세스 컨트롤러는 사이트 또는 하위 사이트에 속해야 합니다. 컨트롤러는 연결된 도어와 연결되어 있으므로 컨트롤러를 이동하면 구성된 모든 도어도 함께 이동합니다.

{% hint style="danger" %}
관리자여야 합니다 [액세스 사이트 관리자](/access-control/ko/getting-started/roles-and-permissions-for-access-control.md) 액세스 컨트롤러의 사이트를 변경하려면 현재 사이트와 대상 사이트 모두에 대해
{% endhint %}

***

## 구성

{% stepper %}
{% step %}
**Verkada Command에서 모든 제품 > 장치로 이동합니다.**
{% endstep %}

{% step %}
**상단에서 "device type": "액세스 컨트롤러"를 검색하여 모든 액세스 컨트롤러 목록을 확인합니다.**
{% endstep %}

{% step %}
**이동하려는 컨트롤러를 선택한 다음, 오른쪽에서 클릭** <i class="fa-right">:right:</i>.
{% endstep %}

{% step %}
**오른쪽 상단에서 Settings를 클릭합니다.**

1. 옆에 **사이트**현재 사이트 이름을 선택합니다.
2. 에서 **변경** **사이트**컨트롤러를 이동할 사이트를 선택한 다음 클릭 **저장**.
3. 에서 **액세스 컨트롤러 이동**현재 액세스 수준, 알림 및 잠금을 유지할지 아니면 컨트롤러에서 제거할지 선택한 다음 클릭 **확인**.
   {% endstep %}
   {% endstepper %}


---

# 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/move-access-controllers-to-other-sites.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.
