> 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/installation.md).

# Installation

- [Configurer le WH32](https://help.verkada.com/new-alarms/fr/installation/set-up-the-wh32.md)
- [Configurer le WH52](https://help.verkada.com/new-alarms/fr/installation/set-up-the-wh52.md)
- [Configurer un BK22](https://help.verkada.com/new-alarms/fr/installation/set-up-a-bk22.md): Comment configurer et effectuer la configuration de base du BK22
- [Chaîner plusieurs BE32 en série](https://help.verkada.com/new-alarms/fr/installation/daisy-chain-multiple-be32s.md): Préparez les BE32 pour un chaînage en série et indiquez les distances correctes pour l’installation
- [Configurer le mode émetteur universel sur un BR31](https://help.verkada.com/new-alarms/fr/installation/set-up-universal-transmitter-mode-on-a-br31.md): Configurer le mode émetteur universel sur un capteur de porte sans fil BR31
- [Calculer combien de batteries sont nécessaires pour le BP52](https://help.verkada.com/new-alarms/fr/installation/calculate-how-many-batteries-are-needed-for-the-bp52.md): Calculez le nombre de batteries VBX nécessaires pour fournir l’autonomie souhaitée en cas de panne de courant
- [FAQ sur les installations sans fil](https://help.verkada.com/new-alarms/fr/installation/wireless-installations-faq.md)


---

# 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/installation.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.
