# Configure an Alarm Response

{% hint style="success" %}
This article is a guide for new Alarms. Refer to this [article](/classic-alarms/configuration/configure-classic-alarms-site-settings.md) if you have classic Alarms. See [New Alarms vs Classic Alarms](/new-alarms/getting-started/new-alarms-vs-classic-alarms.md) if you are unsure which version of Alarms you have.
{% endhint %}

***

## Configure an alarm response

{% hint style="warning" %}
Multiple partitions can share the same alarm response. The events from these partitions flow into a single alarm during an alarm raised event.
{% endhint %}

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

{% step %}
**Select the Alarm site that you want to configure.**
{% endstep %}

{% step %}
**On the left navigation, select Response.**
{% endstep %}

{% step %}
**From the dropdown in the top right, select your response mode.**

a. **Video Verification Only:** Contacts will be notified via SMS. Emergency service **will not** be dispatched.\
b. **Standard:** Contacts will be called first, then emergency services will be dispatched.\
c. **Immediate Dispatch:** Emergency services will be dispatched first, then contacts will be called.\
d. **Self-Monitored:** The internal security team reviews incidents and contacts emergency services directly, without monitoring center involvement. **I**deal for organizations with internal SOC teams or situations that require rapid response but not police dispatch, such as Door Held Open (DHO) events, water leak sensors, or maintenance alarms. **Note:** See [Self Monitored Response Level](/new-alarms/configuration/configure-an-alarm-response/self-monitored-response-level.md) for more information.
{% endstep %}

{% step %}
**Under Contacts will be notified:**

a. In the top right, click to add Command users to the contact list.\
b. Click and drag next to a contact to change the order of the contact list.\
c. Choose how each contact will be notified:

* **SMS** (required and enabled by default)
* **Email** (optional)
* **Automated Phone Call:** For **Notification Only** response flows, you can enable automated phone calls during an alarm. Each user is called twice in the specified order and can:
  * Resolve the alarm and disarm the partition, or
  * Acknowledge the alarm to manage it via the incident link or Command app, stopping further calls to other users.
    {% endstep %}
    {% endstepper %}

{% hint style="warning" %}
Automated calls are available in English, French, and Spanish.
{% endhint %}

***

### Additional settings

Variations of the following options will be available based on your chosen response level.

* Under **Verification by agent via video:** Contains the cameras used as triggers and those used for video verification for configured sensors.
* Under **Agent Talkdown on triggering camera (Only available in Standard response flow):** Enable talk down and select the context camera.
* **Automated Announcement:** Enable automatic announcement over selected BZ-11 speakers when an alarm is raised.
  1. Click **No automated announcement.**
  2. Toggle on **Announcement**.
  3. Choose the message source:
     1. **Text-to-Speech** – type the announcement you want played.

        **Note:** There is a 500-character limit.
     2. **Audio File** – upload an MP3 file.

        **Note:** There is a 5 MB upload limit.
  4. Select the BZ-11 speaker(s) to play the message.
  5. **Testing the automated announcement**: Click **Preview** to play the announcement on your computer or local device, or press **Test on Speakers** to play it through the BZ-11 speaker.

     <div align="left" data-with-frame="true"><img src="/files/dMmxKkuB7F7w828knGHg" alt=""></div>
  6. The message will be played through the selected BZ-11 speakers when an alarm is raised in the configured alarm response.


---

# Agent Instructions: 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:

```
GET https://help.verkada.com/new-alarms/configuration/configure-an-alarm-response.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
