> 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/fr/configuration/br33-panic-button-configuration.md).

# Configuration du bouton d’urgence BR33

Les boutons d’urgence sont des moyens discrets de déclencher une alarme en cas d’urgence. Vous devez configurer un niveau de réponse et armer la partition contenant des boutons d’urgence avant qu’ils puissent déclencher une alarme.

***

## Configurer un bouton d’urgence

{% hint style="danger" %}
La configuration d’un bouton d’urgence comporte trois étapes. Vous devez configurer les trois étapes pour vous assurer que vos boutons d’urgence déclenchent toujours une alarme lorsqu’ils sont enfoncés. Si vous ne configurez pas correctement les trois étapes, il est possible que les boutons d’urgence ne déclenchent pas d’alarme comme prévu.
{% endhint %}

### Configurer une réponse

{% stepper %}
{% step %}
**Dans Verkada Command, accédez à Tous les produits > Alarmes.**
{% endstep %}

{% step %}
**Sélectionnez le site d’alarme que vous souhaitez configurer.**
{% endstep %}

{% step %}
**Dans la navigation de gauche, sélectionnez Réponse >.**
{% endstep %}

{% step %}
**Sélectionnez l’une des réponses suivantes :**

* Notification uniquement
* Standard
* Déploiement immédiat
  {% endstep %}

{% step %}
**Ajouter un contact**
{% endstep %}

{% step %}
**Cliquez sur Enregistrer.**

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

### Configurer une partition toujours armée

{% stepper %}
{% step %}
[**Créer une nouvelle partition**](/new-alarms/fr/configuration/alarm-sites/configure-partitions.md) **et attribuer une réponse d’alarme.**
{% endstep %}

{% step %}
**Ajoutez tous les boutons d’urgence à la partition.**
{% endstep %}

{% step %}
**Dans la liste déroulante Méthode d’armer, sélectionnez Toujours armée.**

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

{% hint style="warning" %}

* Always Armed est activé au niveau de la partition.
* Si une alarme est déclenchée à partir d’une partition Always Armed, sa résolution ne désarmera pas cette partition.
  {% 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/fr/configuration/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.
