> 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/unlock-a-door-from-a-3rd-party-intercom-system-or-button.md).

# 타사 인터콤 또는 버튼으로 잠금 해제

인터콤 및 버튼과 같은 장치를 Verkada의 모든 [액세스 컨트롤러에 있는](https://docs.verkada.com/docs/access-controllers-series-overview.pdf) 그리고 모든 관련 잠금 해제 이벤트는 다음에 기록됩니다 [Verkada Command](/command/ko/getting-started/get-started-with-verkada-command.md).

모든 Verkada 액세스 컨트롤러에는 아래와 같이 가운데 단자대에 2개의 AUX 입력이 있습니다:

<div align="left" data-with-frame="true"><figure><img src="/files/62a196158526069beb6f418e803ffb5622bab48c" alt=""><figcaption></figcaption></figure></div>

***

## 구성

{% stepper %}
{% step %}
**아래 예시와 같이 외부 시스템의 Normally Open(NO) 출력을 IN1 입력을 사용하여 액세스 컨트롤러의 첫 번째 입력에 연결합니다:**

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

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

{% step %}
**구성하려는 액세스 컨트롤러를 선택합니다.**
{% endstep %}

{% step %}
**오른쪽 상단에서 추가를 클릭한 다음 AUX 입력을 선택합니다.**
{% endstep %}

{% step %}
**설정 흐름에 따라 AUX 입력을 구성합니다.**

1. 설정을 확인하고 **다음을 클릭합니다.**.
2. 완료되면 **완료를 클릭합니다.**
   {% endstep %}

{% step %}
**AUX 입력 오른쪽에서 삭제를 클릭하여 제거합니다.**

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

***

{% hint style="info" %}
**실제로 보고 싶으신가요?** 다음을 확인해 보세요 [동영상 튜토리얼](https://www.youtube.com/watch?v=5MqymenWMdw).
{% 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/unlock-a-door-from-a-3rd-party-intercom-system-or-button.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.
