> 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/de/brauchen-sie-hilfe/required-network-settings/clear-your-browser-cache.md).

# Browser-Cache leeren

Wenn beim Verwenden von Verkada Command einzelne, ungewöhnliche Verhaltensweisen auftreten, kann dies manchmal an einem bestimmten Browser liegen. Sie können das Problem beheben, indem Sie den Cache Ihres Browsers leeren.

***

## Chrome

{% stepper %}
{% step %}
**Gehen Sie zu** [**https://command.verkada.com**](https://command.verkada.com)**.**
{% endstep %}

{% step %}
**Klicken Sie links in der URL-Leiste auf das Symbol „Website-Steuerelemente“.**
{% endstep %}

{% step %}
**Klicken Sie auf das Dropdown-Menü und wählen Sie Website-Einstellungen > Daten löschen.**
{% endstep %}

{% step %}
**Klicken Sie auf Löschen.**
{% endstep %}
{% endstepper %}

## Firefox

{% stepper %}
{% step %}
**Gehen Sie zu** [**https://command.verkada.com**](https://command.verkada.com)**.**
{% endstep %}

{% step %}
**Klicken Sie links in der URL-Leiste auf das Schloss-Symbol.**
{% endstep %}

{% step %}
**Klicken Sie auf Cookies und Websitedaten löschen > command.verkada.com.**
{% endstep %}

{% step %}
**Klicken Sie auf Entfernen.**
{% endstep %}
{% endstepper %}

## Safari

{% stepper %}
{% step %}
**Klicken Sie auf Safari > Einstellungen > Datenschutz.**
{% endstep %}

{% step %}
**Klicken Sie auf Websitedaten verwalten.**
{% endstep %}

{% step %}
**Scrollen Sie nach unten und wählen Sie verkada.com aus.**
{% endstep %}

{% step %}
**Klicken Sie auf Entfernen.**
{% endstep %}
{% endstepper %}

## Edge

{% hint style="warning" %}
Bitte stellen Sie sicher, dass Sie die [neueste Version](https://www.microsoft.com/en-us/edge).
{% endhint %}

{% stepper %}
{% step %}
**Gehen Sie zu** [**https://command.verkada.com**](https://command.verkada.com)**.**
{% endstep %}

{% step %}
**Klicken Sie links in der URL-Leiste auf das Schloss-Symbol.**
{% endstep %}

{% step %}
**Klicken Sie auf Cookies.**
{% endstep %}

{% step %}
**Klicken Sie auf Entfernen, bis alle Cookies gelöscht wurden.**
{% 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/de/brauchen-sie-hilfe/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.
