> 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/command/es/necesitas-ayuda/required-network-settings/clear-your-browser-cache.md).

# Borra la caché de tu navegador

Si encuentras comportamientos aislados y poco habituales al usar Verkada Command, a veces puede deberse a un navegador en particular, y puedes solucionarlo borrando la caché de tu navegador.

***

## Chrome

{% stepper %}
{% step %}
**Vaya a** [**https://command.verkada.com**](https://command.verkada.com)**.**
{% endstep %}

{% step %}
**A la izquierda de la barra de URL, haz clic en el icono de Controles del sitio.**
{% endstep %}

{% step %}
**Haz clic en el menú desplegable y selecciona Configuración del sitio > Eliminar datos.**
{% endstep %}

{% step %}
**Haz clic en Eliminar.**
{% endstep %}
{% endstepper %}

## Firefox

{% stepper %}
{% step %}
**Vaya a** [**https://command.verkada.com**](https://command.verkada.com)**.**
{% endstep %}

{% step %}
**A la izquierda de la barra de URL, haz clic en el icono de cerradura.**
{% endstep %}

{% step %}
**Haz clic en Borrar cookies y datos del sitio > command.verkada.com.**
{% endstep %}

{% step %}
**Haz clic en Quitar.**
{% endstep %}
{% endstepper %}

## Safari

{% stepper %}
{% step %}
**Haz clic en Safari > Preferencias > Privacidad.**
{% endstep %}

{% step %}
**Haz clic en Administrar datos de sitios web.**
{% endstep %}

{% step %}
**Desplázate hacia abajo y selecciona verkada.com.**
{% endstep %}

{% step %}
**Haz clic en Quitar.**
{% endstep %}
{% endstepper %}

## Edge

{% hint style="warning" %}
Asegúrate de estar usando la [última versión](https://www.microsoft.com/en-us/edge).
{% endhint %}

{% stepper %}
{% step %}
**Vaya a** [**https://command.verkada.com**](https://command.verkada.com)**.**
{% endstep %}

{% step %}
**A la izquierda de la barra de URL, haz clic en el icono de cerradura.**
{% endstep %}

{% step %}
**Haz clic en Cookies.**
{% endstep %}

{% step %}
**Haz clic en Quitar hasta que se hayan eliminado todas las cookies.**
{% 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/command/es/necesitas-ayuda/required-network-settings/clear-your-browser-cache.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.
