# Refresh

The **Refresh** button keeps your bot experience up to date. Use it to reload the menu, update your wallet balance, and fetch the latest data, ensuring everything is current. This feature helps you stay in sync with real-time updates for smooth and accurate trading.

<figure><img src="/files/XgbDICT0VLPjLCtC3HYv" alt="" width="305"><figcaption></figcaption></figure>

{% hint style="warning" %}
Check the **Last Updated** status at the bottom of the menu to ensure your data is current. If it looks outdated, just hit **Refresh** to update.
{% endhint %}


---

# 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.leap-blockchain.com/leap-telegram-bot/leap-telegram-setup/refresh.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.
