# BR33 Panic Button Configuration

Panic buttons are discrete ways to raise an alarm in an emergency. You need to configure a response level and arm the partition containing panic buttons before they can trigger an alarm.

***

## Configure a panic button

{% hint style="danger" %}
Configuring a panic button consists of three steps. You must configure all three steps to ensure your panic buttons always raise an alarm when pressed. Failure to configure all three steps correctly can result in panic buttons not raising alarms as expected.
{% endhint %}

### Configure a response

{% 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 %}
**Select one of the following responses:**

* Notification only
* Standard
* Immediate Dispatch
  {% endstep %}

{% step %}
**Add a contact**
{% endstep %}

{% step %}
**Click Save.**

<div align="left" data-with-frame="true"><img src="/files/AE8GqBFgaUcJ6yzd968x" alt="" width="375"></div>
{% endstep %}
{% endstepper %}

### Configure an Always Armed partition

{% stepper %}
{% step %}
[**Create a new partition**](/new-alarms/configuration/alarm-sites/configure-partitions.md) **and assign an alarm response.**
{% endstep %}

{% step %}
**Add all panic buttons to the partition.**
{% endstep %}

{% step %}
**From the Arm Method dropdown, select Always Armed.**

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

{% hint style="warning" %}

* Always Armed is enabled at a Partition level.
* If an alarm is triggered from an Always Armed partition, resolving it will not disarm that partition.
  {% endhint %}


---

# 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/br33-panic-button-configuration.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.
