> For the complete documentation index, see [llms.txt](https://guide.tiledesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.tiledesk.com/ensure-you-have-the-latest-tiledesk-version.md).

# Ensure you have the latest Tiledesk version

#### How do I know my version of Tiledesk is the latest? <a href="#how-do-i-know-my-version-of-tiledesk-is-the-latest" id="how-do-i-know-my-version-of-tiledesk-is-the-latest"></a>

Easy peasy.&#x20;

**STEP 1** Scroll down to the bottom of your Dashboard to see what is the current version of Tiledesk you're using.

<figure><img src="/files/6gHIedYIYhPo6MhdzSYA" alt=""><figcaption></figcaption></figure>

**STEP 2** Right-click > choose the last option “Inspection”, as below

<figure><img src="/files/02BNl8i6ii5BZv0IX3FV" alt=""><figcaption></figcaption></figure>

**STEP 3** Right-click on the button. From the popped up context-menu, choose the third option to empty the cache and refresh (see below):

<figure><img src="/files/5ot58YAW5RTmeioVi0Ar" alt=""><figcaption></figcaption></figure>

**And you're refreshed!**

For any feedback or issue, feel free to write to <info@tiledesk.com>

For more info on who we are, what we do, or what our shtick is, visit[ Tiledesk.com](https://tiledesk.com/) 👩‍🚀


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guide.tiledesk.com/ensure-you-have-the-latest-tiledesk-version.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
