# BR33 패닉 버튼 구성

패닉 버튼은 비상 상황에서 경보를 울리는 개별적인 방법입니다. 경보를 트리거할 수 있으려면 응답 수준을 구성하고 패닉 버튼이 포함된 분할을 무장해야 합니다.

***

## 패닉 버튼 구성하기

{% hint style="danger" %}
패닉 버튼을 구성하는 과정은 세 단계로 이루어집니다. 패닉 버튼을 눌렀을 때 항상 경보가 울리도록 하려면 세 단계를 모두 구성해야 합니다. 세 단계를 올바르게 모두 구성하지 않으면 패닉 버튼이 예상대로 경보를 울리지 않을 수 있습니다.
{% endhint %}

### 응답 구성

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Alarms로 이동합니다.**
{% endstep %}

{% step %}
**구성하려는 Alarm 사이트를 선택합니다.**
{% endstep %}

{% step %}
**왼쪽 탐색 메뉴에서 Response >를 선택합니다.**
{% endstep %}

{% step %}
**다음 응답 중 하나를 선택합니다:**

* 알림만
* 표준
* 즉시 출동
  {% endstep %}

{% step %}
**연락처 추가**
{% endstep %}

{% step %}
**Save를 클릭합니다.**

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

### 항상 무장된 분할 구성하기

{% stepper %}
{% step %}
[**새 분할을 생성하고**](/new-alarms/ko/configuration/alarm-sites/configure-partitions.md) **경보 응답을 할당합니다.**
{% endstep %}

{% step %}
**모든 패닉 버튼을 해당 분할에 추가합니다.**
{% endstep %}

{% step %}
**Arm Method 드롭다운에서 Always Armed를 선택합니다.**

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

{% hint style="warning" %}

* Always Armed는 분할 수준에서 활성화됩니다.
* Always Armed 분할에서 경보가 트리거되면 이를 해제해도 해당 분할은 무장 해제되지 않습니다.
  {% 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/ko/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.
