> 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/add-an-access-controller-to-command.md).

# 출입 컨트롤러 추가

### 시작하기 전에

Verkada 액세스 컨트롤러는 건물의 기존 도어 하드웨어 및 리더기에 연결되어 출입을 관리합니다. 연결되면 어떤 기기에서든 Verkada Command를 사용해 문, 사용자, 일정 관리할 수 있습니다.&#x20;

Active Directory 플랫폼과의 연동은 직원의 구성, 온보딩, 오프보딩을 자동으로 수행합니다. Verkada Command는 또한 출입 통제를 카메라와 결합하여 실시간 비디오 분석을 제공함으로써 출입구를 모니터링하고 중요한 이벤트에 신속하게 대응하도록 돕습니다.

***

## 액세스 컨트롤러를 등록하세요

{% hint style="danger" %}
Command에 액세스 컨트롤러를 추가하려면 Org Admin 권한이 필요합니다.
{% endhint %}

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

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

{% step %}
**장치의 일련번호 또는 주문번호를 입력합니다.**
{% endstep %}

{% step %}
**장치 추가(X)를 클릭합니다. 새로 추가된 장치는 장치 > 내 할당되지 않은 장치에 표시됩니다.**

Verkada 액세스 컨트롤러를 등록하면, **Access** Command의 해당 부분이 표시되어 문과 액세스 컨트롤러를 관리할 수 있습니다.
{% endstep %}
{% endstepper %}

***

## 액세스 컨트롤러 설정

장치를 사이트에 할당하고 설정을 완료해야 다음에서 이동할 수 있습니다. **할당되지 않은 장치** 목록. 장치는 개별적으로 또는 일괄로 설정할 수 있습니다.

{% stepper %}
{% step %}
**Verkada Command에서 모든 제품 > 장치를 선택합니다.**
{% endstep %}

{% step %}
**모든 할당되지 않은 장치 아래:**

1. 설정할 장치(들)를 선택합니다.
2. 클릭 **설정**.

{% hint style="danger" %}
한 번에 하나의 제품 유형만 설정할 수 있습니다. 여러 제품 라인의 장치가 선택된 경우, 다음을 볼 수 없습니다. **설정** 옵션을 선택하세요.
{% endhint %}
{% endstep %}

{% step %}
**일반 아래:**

1. 고유한 이름을 입력합니다.
2. 선택합니다. **장치 모드.**
3. 시간대를 선택합니다.
   {% endstep %}

{% step %}
**위치 아래:**

1. 사이트를 선택합니다.
2. 건물과 층을 선택합니다.
   {% endstep %}

{% step %}
**적용을 클릭합니다.**

* 클릭 **장치 보기** 엔터티를 설정하려면:
  * [문](/access-control/ko/configuration/configure-a-door-in-command/add-a-door-to-an-access-controller.md)
  * [출입문](/access-control/ko/installation/wire-a-door-to-a-verkada-access-controller/set-up-an-inout-door-with-two-readers.md)
  * [보조 입력](/access-control/ko/integrations-and-alerts/configure-access-control-event-alerts/emergency-lockdown.md)
  * [보조 출력](/access-control/ko/configuration/configure-the-ax11-io-controller/configure-an-aux-output-on-an-access-controller.md)
* 클릭 **완료** 장치 페이지로 돌아가려면.
  {% endstep %}
  {% endstepper %}

***

{% hint style="info" %}
**실제로 보고 싶으신가요?** 다음을 확인해 보세요 [동영상 튜토리얼](https://www.youtube.com/watch?v=mDDO31O-n_Y).
{% 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/configuration/add-an-access-controller-to-command.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.
