# Force Update Your App

Most modern browsers will cache applications. When Limio makes a new release or a hotfix, it can happen that the browser caches an older version of Limio for a few days. Here are a couple of ways to force a refresh:

{% embed url="<https://www.loom.com/share/da57b30388934f0990461a6e084e7206>" %}

*Note: This only updates the browser it was performed on. So after an environment upgrade, this will need to be performed by **each individual user** that enters the app.*

**Hard refresh step by step:**

* *Windows users:* hold down Ctrl and then press F5 on your keyboard
* *Mac users:* hold down CMD and Shift and then press R on your keyboard

**Clear cache steps by step:**

* Right click > Inspect
* Click on Network > Check the Disable Cache checkbox
* Click on Application > Clear site data button


---

# 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://docs.limio.com/support/troubleshooting/how-to-force-update-your-app.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.
