# How to Clear Browser Cache

### Chrome

1. Select the lock icon on the left in the Chrome URL bar.<br>

   <figure><img src="/files/of56Blx6BXEHZNcJztsU" alt=""><figcaption></figcaption></figure>
2. Select "Cookies" from the popup.<br>

   <figure><img src="/files/Itgk6v89dFP5hfyPl7KX" alt=""><figcaption></figcaption></figure>
3. Remove all of the items in the cookies popup by selecting them and clicking the "Remove" button.<br>

   <figure><img src="/files/jWjatidSnktPbnfEO2DB" alt=""><figcaption></figcaption></figure>
4. Click on "Done" and refresh the page.

### Firefox

1. Select the lock icon in the URL bar.
2. Select the "Clear cookies and site data..." button.<br>

   <figure><img src="/files/NwCTQSFhUx8Rfc4Y8Vpv" alt=""><figcaption></figcaption></figure>
3. Select the "Remove" button from the "Removing Cookies and Site Data" popup.<br>

   <figure><img src="/files/dKeSUMvnjlJVWkFb63Ws" alt=""><figcaption></figcaption></figure>
4. Finally, refresh the page.


---

# 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://reach-cloud.gitbook.io/reach-explorer-documentation/reach-explorer/support/how-to-clear-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.
