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

# Entriegelung von einer Intercom oder Schaltfläche eines Drittanbieters

Sie können Geräte wie Gegensprechanlagen und Tasten an die AUX-Kassette eines beliebigen Verkada- [Zutrittscontroller anschließen](https://docs.verkada.com/docs/access-controllers-series-overview.pdf) und alle zugehörigen Entsperrereignisse werden dann in [Verkada Command](/command/de/erste-schritte/get-started-with-verkada-command.md).

Alle Verkada-Zutrittscontroller haben 2 AUX-Eingänge, die sich im mittleren Klemmenblock befinden, wie unten gezeigt:

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

***

## Konfiguration

{% stepper %}
{% step %}
**Verdrahten Sie den normalerweise offenen (NO) Ausgang des externen Systems mit dem ersten Eingang Ihres Zutrittscontrollers, indem Sie den IN1-Eingang verwenden, wie im Beispiel gezeigt:**

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

{% step %}
**Gehen Sie in Verkada Command zu Alle Produkte > Geräte.**
{% endstep %}

{% step %}
**Wählen Sie den Zutrittscontroller aus, den Sie konfigurieren möchten.**
{% endstep %}

{% step %}
**Klicken Sie oben rechts auf Hinzufügen und wählen Sie AUX-Eingang.**
{% endstep %}

{% step %}
**Folgen Sie dem Einrichtungsablauf, um den AUX-Eingang zu konfigurieren.**

1. Bestätigen Sie die Einstellungen und klicken Sie auf **Weiter**.
2. Wenn Sie fertig sind, klicken Sie auf **Fertig.**
   {% endstep %}

{% step %}
**Klicken Sie rechts neben dem AUX-Eingang auf Löschen, um ihn zu entfernen.**

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

***

{% hint style="info" %}
**Möchten Sie es in Aktion sehen?** Sehen Sie sich das [Video-Tutorial](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/de/konfiguration/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.
