# Fix outdated live website

If you've updated your website, but the new changes aren't displaying when you visit your domain, this may be because the Linguana cache is storing old content. You can easily fix this from your project page.

Simply navigate to [https://app.linguana.io](https://app.linguana.io/), select your project, and click the *Clear cache* button.

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

It make take some time for the process to complete. You can view status updates in the *Notifications* menu.

**Please note:** the *Clear cache* button will only be visible once you have [added a custom domain](/translating-your-website/custom-domains.md). **Content served from staging domains is never cached.**

## Disable caching

If you want to permanently disable caching for all pages on your website, add the following meta tag to your website's header code:

```
<meta name="linguana-no-cache" content="true"/>
```

Once you've added the meta tag, you will need to sync and publish your website pages for the cache disable to take effect.

**Please note:** Disabling caching will reduce your website's performance.

If clearing your website's cache doesn't fix your issue, it may be because you haven't translated the new changes into your languages yet. Follow the [translation process instructions](/getting-started/how-to-publish-translations.md) to fix this.


---

# 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.linguana.io/translating-your-website/fix-outdated-live-website.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.
