> 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/clean-your-verkada-dome-camera.md).

# Limpie su cámara Dome de Verkada

Puede haber ocasiones en que la cubierta de la cámara Verkada esté sucia debido a [polvo, residuos, huellas dactilares,](/verkada-cameras/es/mantenimiento-y-solucion-de-problemas/verkada-dome-camera-maintenance.md) humedad, condensación, etc. Como resultado, los iluminadores infrarrojos (IR) reflejan la luz hacia las lentes y le ofrecen una [vista desfavorable en el modo nocturno](/verkada-cameras/es/mantenimiento-y-solucion-de-problemas/troubleshooting/resolve-issues-with-night-mode.md).

{% hint style="warning" %}
Para evitar problemas con el modo nocturno, evite tocar la cubierta transparente del domo tanto como sea posible. Simplemente tocar la cubierta del domo de la cámara arruinará la calidad de la vista.
{% endhint %}

## Limpieza de una cámara domo

{% hint style="danger" %}
**Materiales necesarios**: paño de microfibra y alcohol isopropílico.
{% endhint %}

{% stepper %}
{% step %}
**Aplique el alcohol isopropílico al paño de microfibra.**
{% endstep %}

{% step %}
**Limpie el interior y el exterior del domo con un movimiento en pequeños círculos. Solo necesita 2 dedos para limpiar con suavidad y precisión la cubierta del domo.**
{% endstep %}

{% step %}
**No aplique fuerza excesiva a la cubierta. Demasiada fuerza puede provocar rayones permanentes en la cubierta.**
{% endstep %}

{% step %}
**No toque la cubierta transparente del domo cuando vuelva a instalarla para evitar huellas dactilares.**
{% endstep %}
{% endstepper %}


---

# 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/clean-your-verkada-dome-camera.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.
