> 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/getting-started/quick-reference-guide-for-verkada-access-control.md).

# Verkada 출입 통제 빠른 참고 가이드

## 하드웨어 설치

* [출입 통제 데이터시트](https://www.verkada.com/docs/?product=accessControl\&contentType=datasheet)
* [출입 통제 설정 가이드](https://www.verkada.com/docs/?product=accessControl\&contentType=setupGuide)
* [출입 통제 구축 모범 사례](/access-control/ko/installation/access-control-deployment-best-practices.md)
* [출입 컨트롤러에 권장되는 전선](/access-control/ko/installation/wire-a-door-to-a-verkada-access-controller/recommended-wires-for-access-controllers.md)
* [도어를 Verkada 출입 컨트롤러에 배선 연결하기](/access-control/ko/installation/wire-a-door-to-a-verkada-access-controller.md)

## 구성 및 설정

* [Command에 출입 컨트롤러 추가하기](/access-control/ko/configuration/add-an-access-controller-to-command.md)
* [출입 컨트롤러에 도어 추가하기](/access-control/ko/configuration/configure-a-door-in-command/add-a-door-to-an-access-controller.md)
* [Command에서 도어 구성하기](/access-control/ko/configuration/configure-a-door-in-command.md)
* [Verkada 출입 시스템에 사용자 추가하기](/access-control/ko/users-and-credentials/add-a-user-to-the-verkada-access-system.md)
* [방문자 액세스](/access-control/ko/access/visitor-access.md)
* [출입 그룹 추가 및 수정](/access-control/ko/users-and-credentials/add-and-modify-access-groups.md)
* [출입 권한 추가 및 수정](/access-control/ko/access/add-and-modify-access-levels.md)
* [출입 통제 하위 사이트](/access-control/ko/configuration/access-control-subsites.md)
* [블루투스 잠금 해제](/access-control/ko/configuration/bluetooth-unlock.md)
* [비상 봉쇄](/access-control/ko/integrations-and-alerts/configure-access-control-event-alerts/emergency-lockdown.md)

## 이벤트 및 알림

* [출입 통제 이벤트 알림 구성](/access-control/ko/integrations-and-alerts/configure-access-control-event-alerts.md)
* [Verkada 제품 전반의 알림 관리](/command/ko/organization-settings/create-alerts-across-verkada-products/manage-alerts-across-verkada-products.md)

## 문제 해결

* [출입 통제 하드웨어 점검](/access-control/ko/troubleshooting/access-control-hardware-checks.md)
* [출입 컨트롤러 다시 시작](/access-control/ko/troubleshooting/access-control-hardware-checks/restart-an-access-controller.md)
* [도어 즉시 재잠금 문제 해결](/access-control/ko/troubleshooting/access-control-hardware-checks/troubleshoot-an-immediate-door-relock.md)
* [Verkada Access 오프라인 작동](/access-control/ko/troubleshooting/access-control-hardware-checks/verkada-access-offline-operation.md)

{% hint style="info" %}
팔로우 [블로그를](https://www.verkada.com/blog/) 최신 기능과 공지 사항을 모두 확인하세요!
{% 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/getting-started/quick-reference-guide-for-verkada-access-control.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.
