> 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/new-alarms/de/konfiguration/br33-panic-button-configuration.md).

# Konfiguration des BR33-Panikknopfs

Panikknöpfe sind diskrete Möglichkeiten, in einem Notfall einen Alarm auszulösen. Sie müssen eine Reaktionsstufe konfigurieren und die Partition, die die Panikknöpfe enthält, scharf schalten, bevor sie einen Alarm auslösen können.

***

## Einen Panikknopf konfigurieren

{% hint style="danger" %}
Die Konfiguration eines Panikknopfs besteht aus drei Schritten. Sie müssen alle drei Schritte konfigurieren, damit Ihre Panikknöpfe beim Drücken immer einen Alarm auslösen. Wenn nicht alle drei Schritte korrekt konfiguriert werden, können Panikknöpfe möglicherweise keine Alarme wie erwartet auslösen.
{% endhint %}

### Eine Reaktion konfigurieren

{% stepper %}
{% step %}
**Gehen Sie in Verkada Command zu Alle Produkte > Alarme.**
{% endstep %}

{% step %}
**Wählen Sie die Alarm-Site aus, die Sie konfigurieren möchten.**
{% endstep %}

{% step %}
**Wählen Sie in der linken Navigation Reaktion > aus.**
{% endstep %}

{% step %}
**Wählen Sie eine der folgenden Reaktionen aus:**

* Nur Benachrichtigung
* Standard
* Sofortiger Einsatz
  {% endstep %}

{% step %}
**Einen Kontakt hinzufügen**
{% endstep %}

{% step %}
**Klicken Sie auf Speichern.**

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

### Eine immer scharfe Partition konfigurieren

{% stepper %}
{% step %}
[**Erstellen Sie eine neue Partition**](/new-alarms/de/konfiguration/alarm-sites/configure-partitions.md) **und weisen Sie eine Alarmreaktion zu.**
{% endstep %}

{% step %}
**Fügen Sie alle Panikknöpfe zur Partition hinzu.**
{% endstep %}

{% step %}
**Wählen Sie im Dropdown-Menü Arm-Methode die Option Immer scharf aus.**

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

{% hint style="warning" %}

* Immer scharf ist auf Partitions-Ebene aktiviert.
* Wenn ein Alarm von einer immer scharfen Partition ausgelöst wird, wird diese Partition durch das Beheben des Alarms nicht unscharf geschaltet.
  {% 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/new-alarms/de/konfiguration/br33-panic-button-configuration.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.
