> 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).

# Borrar la caché de tu navegador

Si encuentra comportamientos aislados e inusuales al usar Verkada Command, a veces puede deberse a un navegador en particular, y puede solucionarlo borrando la caché de su navegador.

***

## Chrome

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

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

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

{% step %}
**Haga 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, haga clic en el icono de la cerradura.**
{% endstep %}

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

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

## Safari

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

{% step %}
**Haga clic en Administrar datos del sitio web.**
{% endstep %}

{% step %}
**Desplácese hacia abajo y seleccione verkada.com.**
{% endstep %}

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

## Edge

{% hint style="warning" %}
Asegúrese de que está ejecutando la [versión más reciente](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, haga clic en el icono de la cerradura.**
{% endstep %}

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

{% step %}
**Haga clic en Eliminar hasta que todas las cookies hayan sido eliminadas.**
{% 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.
