> 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

- [Impermeabilizar cámaras para exteriores](https://help.verkada.com/verkada-cameras/es/mantenimiento-y-solucion-de-problemas/waterproof-outdoor-cameras.md): Aprende a impermeabilizar las cámaras para 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 los domos de tu cámara Verkada
- [Resumen 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 de las 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 una 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: uso compartido de internet](https://help.verkada.com/verkada-cameras/es/mantenimiento-y-solucion-de-problemas/troubleshooting/network-troubleshooting-internet-sharing.md): Una guía para realizar pruebas de red mediante una ruta independiente fuera de banda hacia internet y para capturar paquetes 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 del que dispone una cámara Verkada
- [Solucionar problemas de banding 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 las cámaras Verkada instaladas en interiores
- [Resolver problemas con cámaras faltantes](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 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 y 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 CR63-E de Verkada](https://help.verkada.com/verkada-cameras/es/mantenimiento-y-solucion-de-problemas/troubleshooting/verkada-cr63-e-remote-camera-faqs.md)
- [Configurar el navegador para el 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.
