# Clear Your Browser Cache

If you encounter isolated, unusual behaviors while using Verkada Command, it can sometimes be due to a particular browser, and you can fix it by clearing your browser cache.

***

## Chrome

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

{% step %}
**On the left of the URL bar, click the Site Controls icon.**
{% endstep %}

{% step %}
**Click the dropdown and select Site settings > Delete data.**
{% endstep %}

{% step %}
**Click Delete.**
{% endstep %}
{% endstepper %}

## Firefox

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

{% step %}
**On the left of the URL bar, click the lock icon.**
{% endstep %}

{% step %}
**Click Clear Cookies and Site data > command.verkada.com.**
{% endstep %}

{% step %}
**Click Remove.**
{% endstep %}
{% endstepper %}

## Safari

{% stepper %}
{% step %}
**Click Safari > Preferences > Privacy.**
{% endstep %}

{% step %}
**Click Manage Website Data.**
{% endstep %}

{% step %}
**Scroll down and select verkada.com.**
{% endstep %}

{% step %}
**Click Remove.**
{% endstep %}
{% endstepper %}

## Edge

{% hint style="warning" %}
Please make sure you’re running the [latest version](https://www.microsoft.com/en-us/edge).
{% endhint %}

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

{% step %}
**On the left of the URL bar, click the lock icon.**
{% endstep %}

{% step %}
**Click Cookies.**
{% endstep %}

{% step %}
**Click Remove until all cookies have been deleted.**
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://help.verkada.com/command/need-help/required-network-settings/clear-your-browser-cache.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
