> 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/es/mantenimiento-y-solucion-de-problemas.md).

# Mantenimiento y solución de problemas

- [Cámaras exteriores impermeabilizadas](https://help.verkada.com/verkada-cameras/es/mantenimiento-y-solucion-de-problemas/waterproof-outdoor-cameras.md): Aprende a impermeabilizar las cámaras exteriores de Verkada
- [Mantenimiento de la cámara Dome de Verkada](https://help.verkada.com/verkada-cameras/es/mantenimiento-y-solucion-de-problemas/verkada-dome-camera-maintenance.md): Aprende a cuidar tu cámara Dome de Verkada
- [Limpia tu cámara Dome de Verkada](https://help.verkada.com/verkada-cameras/es/mantenimiento-y-solucion-de-problemas/clean-your-verkada-dome-camera.md): Aprende a limpiar las cúpulas de cámara Verkada
- [Descripción general de solución de problemas](https://help.verkada.com/verkada-cameras/es/mantenimiento-y-solucion-de-problemas/troubleshooting.md)
- [Pérdida de conexión de red para cámaras](https://help.verkada.com/verkada-cameras/es/mantenimiento-y-solucion-de-problemas/troubleshooting/loss-of-network-connection-for-cameras.md): Aprende cómo las cámaras siguen grabando incluso cuando no hay conexión a internet
- [Solucionar problemas de cámara sin conexión](https://help.verkada.com/verkada-cameras/es/mantenimiento-y-solucion-de-problemas/troubleshooting/troubleshoot-offline-camera.md): Aprende a solucionar problemas cuando una nueva cámara Verkada está sin conexión
- [Solución de problemas de red: compartición de Internet](https://help.verkada.com/verkada-cameras/es/mantenimiento-y-solucion-de-problemas/troubleshooting/network-troubleshooting-internet-sharing.md): Una guía para probar la red mediante una ruta independiente fuera de banda hacia Internet y cómo capturar un paquete con Wireshark
- [Preguntas frecuentes sobre almacenamiento](https://help.verkada.com/verkada-cameras/es/mantenimiento-y-solucion-de-problemas/troubleshooting/common-storage-questions.md): Conoce el almacenamiento integrado que incluye una cámara Verkada
- [Solucionar problemas de bandas en la transmisión de cámara](https://help.verkada.com/verkada-cameras/es/mantenimiento-y-solucion-de-problemas/troubleshooting/troubleshoot-banding-on-camera-feed.md): Aprende a solucionar un problema de video común con cámaras Verkada instaladas en interiores
- [Resolver problemas con cámaras ausentes](https://help.verkada.com/verkada-cameras/es/mantenimiento-y-solucion-de-problemas/troubleshooting/resolve-issues-with-missing-cameras.md): Aprende a resolver problemas cuando faltan cámaras en tu cuenta de Verkada
- [Resolver problemas con el modo nocturno](https://help.verkada.com/verkada-cameras/es/mantenimiento-y-solucion-de-problemas/troubleshooting/resolve-issues-with-night-mode.md): Problemas comunes con IR y el modo nocturno, con pasos para resolverlos
- [Guía de solución de problemas para cámaras PTZ](https://help.verkada.com/verkada-cameras/es/mantenimiento-y-solucion-de-problemas/troubleshooting/troubleshooting-guide-for-ptz-cameras.md): Soluciona problemas de cámaras PTZ con WebRTC
- [Preguntas frecuentes sobre la cámara remota Verkada CR63-E](https://help.verkada.com/verkada-cameras/es/mantenimiento-y-solucion-de-problemas/troubleshooting/verkada-cr63-e-remote-camera-faqs.md)
- [Configurar el navegador para acceso a la red local](https://help.verkada.com/verkada-cameras/es/mantenimiento-y-solucion-de-problemas/configure-browser-for-local-network-access.md): Activa la transmisión local en Chrome y Edge para 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/es/mantenimiento-y-solucion-de-problemas.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.
