> 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/intercom/configuration/wire-a-doorbell-chime-to-an-intercom/set-up-a-4-wire-doorbell-chime-for-verkada-intercom.md).

# Set Up a 4-Wire Doorbell Chime for Verkada Intercom

Verkada intercoms include an output relay that you can use to trigger a doorbell or chime.

{% hint style="danger" %}
You need a third-party power supply to power an intercom.
{% endhint %}

{% hint style="warning" %}
This guide applies to 4 wire chimes. If you have a more traditional doorbell setup like the diagram below, see [Traditional Doorbell Wiring for Verkada Intercoms](/intercom/configuration/wire-a-doorbell-chime-to-an-intercom.md) for a detailed wiring guide.

<img src="/files/eVEKg0smwdhaSfktOxr1" alt="" data-size="original">
{% endhint %}

***

## Configure a chime output

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Intercom.**
{% endstep %}

{% step %}
**Select your intercom and click Settings.**
{% endstep %}

{% step %}
**Under I/O > Output, select Chime.**
{% endstep %}
{% endstepper %}

### Wire your intercom

4-wire bells have 2 wires dedicated to power and 2 wires dedicated to triggering the bell sound. This procedure applies to a single doorbell (or multiple doorbells) wired in parallel, as shown in the image.

{% stepper %}
{% step %}
**Remove the terminal block or pigtail from the rear of your intercom.**
{% endstep %}

{% step %}
**For each doorbell, wire bell+ and bell– to the NO and COM outputs on the intercom terminal block/pigtail, respectively.**
{% endstep %}

{% step %}
**For each doorbell, wire positive voltage and ground to the positive voltage output and ground on your power supply, respectively.**
{% endstep %}

{% step %}
**Reinsert the terminal block into the intercom.**
{% endstep %}
{% endstepper %}

***

{% hint style="warning" %}
If you have multiple doorbells, wire them in parallel.
{% endhint %}

#### TD33 Pigtail Wiring

<div align="left" data-with-frame="true"><img src="/files/7dscQG2XChoquzdeOZEu" alt=""></div>

#### TD52/53/63 Terminal Block Wiring

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


---

# 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/intercom/configuration/wire-a-doorbell-chime-to-an-intercom/set-up-a-4-wire-doorbell-chime-for-verkada-intercom.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.
