# Stuck on Old Version

We're a team that ships product updates almost *every single day*. This means that on occasion you may be running an older version of yada.

If you ever see a popup that asks you to update or hard reload the site to ensure you're getting the most up-to-date version, please follow these steps.

### **First, try and hard-reload the page using keyboard commands. The Steps/Article below include tutorial for every Operating System and Browser.**

[**Click here for the article**](https://www.gavel.io/resources/what-is-a-hard-refresh-how-to-do-a-hard-refresh-in-any-browser)

**Chrome, Firefox, Edge, and related browsers:**

A quick hard reload can be done by using the following shortcut keys

On Windows/Linux:

1. Hold down Ctrl and click the Reload button.
2. Or, Hold down Ctrl and press F5.
   1. If that **does not** immediately reload the page, hold Ctrl, Fn, and then press F5
3. Or just open the Chrome Dev Tools by pressing F12. Once the Chrome dev tools are open, right-click on the reload button, and a menu will drop down. Click on “Empty Cache and Hard Reload

<figure><img src="/files/renFRH7Kdsig4Lae4Ejr" alt=""><figcaption></figcaption></figure>

On Mac

1. Hold ⇧ Shift and click the Reload button.
2. Or, hold down the ⌘ Command and ⇧ Shift key and then press R.

If this still does not work and you're not seeing at least v1.33, please contact <team@yada.ai> for further support


---

# 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.yada.ai/bug-fix-tutorials/stuck-on-old-version.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.
