> 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/verkada-cameras/fr/maintenance-et-depannage.md).

# Maintenance et dépannage

- [Caméras extérieures étanches](https://help.verkada.com/verkada-cameras/fr/maintenance-et-depannage/waterproof-outdoor-cameras.md): Découvrez comment rendre étanches les caméras extérieures Verkada
- [Maintenance de la caméra Dome Verkada](https://help.verkada.com/verkada-cameras/fr/maintenance-et-depannage/verkada-dome-camera-maintenance.md): Découvrez comment entretenir votre caméra Dome Verkada
- [Nettoyer votre caméra Dome Verkada](https://help.verkada.com/verkada-cameras/fr/maintenance-et-depannage/clean-your-verkada-dome-camera.md): Découvrez comment nettoyer les dômes de vos caméras Verkada
- [Présentation du dépannage](https://help.verkada.com/verkada-cameras/fr/maintenance-et-depannage/troubleshooting.md)
- [Perte de connexion réseau pour les caméras](https://help.verkada.com/verkada-cameras/fr/maintenance-et-depannage/troubleshooting/loss-of-network-connection-for-cameras.md): Découvrez comment les caméras continuent à enregistrer même en l’absence de connexion Internet
- [Dépanner une caméra hors ligne](https://help.verkada.com/verkada-cameras/fr/maintenance-et-depannage/troubleshooting/troubleshoot-offline-camera.md): Découvrez comment résoudre les problèmes lorsqu’une nouvelle caméra Verkada est hors ligne
- [Résolution des problèmes de mise en mémoire tampon et de latence](https://help.verkada.com/verkada-cameras/fr/maintenance-et-depannage/troubleshooting/troubleshooting-buffering-and-latency.md): Éléments à vérifier en cas de mise en mémoire tampon ou de latence sur vos caméras
- [Dépannage réseau - Partage Internet](https://help.verkada.com/verkada-cameras/fr/maintenance-et-depannage/troubleshooting/network-troubleshooting-internet-sharing.md): Guide des tests réseau via un chemin distinct hors bande vers Internet et de la manière de capturer des paquets avec Wireshark
- [Questions courantes sur le stockage](https://help.verkada.com/verkada-cameras/fr/maintenance-et-depannage/troubleshooting/common-storage-questions.md): Découvrez le stockage embarqué dont est équipée une caméra Verkada
- [Résoudre les problèmes de bandes sur le flux vidéo de la caméra](https://help.verkada.com/verkada-cameras/fr/maintenance-et-depannage/troubleshooting/troubleshoot-banding-on-camera-feed.md): Découvrez comment résoudre un problème vidéo courant avec les caméras Verkada installées à l’intérieur
- [Résoudre les problèmes de caméras manquantes](https://help.verkada.com/verkada-cameras/fr/maintenance-et-depannage/troubleshooting/resolve-issues-with-missing-cameras.md): Découvrez comment résoudre les problèmes lorsque des caméras sont absentes de votre compte Verkada
- [Résoudre les problèmes liés au mode nuit](https://help.verkada.com/verkada-cameras/fr/maintenance-et-depannage/troubleshooting/resolve-issues-with-night-mode.md): Problèmes courants avec l’IR et le mode nuit, avec les étapes pour les résoudre
- [Guide de dépannage des caméras PTZ](https://help.verkada.com/verkada-cameras/fr/maintenance-et-depannage/troubleshooting/troubleshooting-guide-for-ptz-cameras.md): Résolvez les problèmes des caméras PTZ avec WebRTC
- [FAQ sur la caméra distante Verkada CR63-E](https://help.verkada.com/verkada-cameras/fr/maintenance-et-depannage/troubleshooting/verkada-cr63-e-remote-camera-faqs.md)
- [Configurer le navigateur pour l’accès au réseau local](https://help.verkada.com/verkada-cameras/fr/maintenance-et-depannage/configure-browser-for-local-network-access.md): Activez la diffusion locale dans Chrome et Edge pour Verkada Command


---

# 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/verkada-cameras/fr/maintenance-et-depannage.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.
