# How do I hard refresh my browser?

Our support team might ask you to ***hard*** refresh your browser as part of the troubleshooting process. This is different from a normal refresh.&#x20;

{% tabs %}
{% tab title="Chrome" %}
If you use **Windows**, hold the CTRL key and press F5. If you use **Mac**, hold the CMD and SHIFT keys and press R.
{% endtab %}

{% tab title="Firefox" %}
If you use **Windows**, hold the CTRL key and press F5. If you use **Mac**, hold the CMD and SHIFT keys and press R.
{% endtab %}

{% tab title="Safari" %}

* First, empty the cache: hold the OPT and CMD keys and press E.
* Then, refresh the current page: hold the CMD key and press R.
  {% endtab %}

{% tab title="Edge" %}
Hold the CTRL key and press F5.
{% endtab %}
{% endtabs %}


---

# 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://gitbook.com/docs/help-center/further-help/how-do-i-hard-refresh-my-browser.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.
