> For the complete documentation index, see [llms.txt](https://docs.vespr.xyz/vespr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vespr.xyz/vespr/user-guide/the-basics/updating-vespr.md).

# Updating VESPR

{% tabs %}
{% tab title="iOS" %}
To manually update VESPR to latest version, follow these steps:

1. Open the **App Store** application on your mobile device
2. Search for **VESPR Wallet** and open it
3. Click the **"Update"** button\*

*Note: If you see an "Open" button and no "Update" button, it means you are already on the latest version of VESPR.*
{% endtab %}

{% tab title="Android" %}
To manually update VESPR to latest version, follow these steps:

1. Open the **Play Store** application on your mobile device
2. Search for **VESPR Wallet** and open it
3. Click the **"Update"** button\*

*Note: If you see an "Open" button and no "Update" button, it means you are already on the latest version of VESPR.*
{% endtab %}

{% tab title="Chrome/Brave/Edge/Arc Browser" %}
To manually update VESPR to latest version, follow these steps:

1. **Open Extensions Page:** In your Chrome, Brave, Edge, or Arc browser, navigate to <mark style="color:blue;">chrome://extensions</mark>.&#x20;
2. **Enable Developer Mode**: Toggle the "Developer mode" option to enable it. This will make an "Update" button appear.
3. **Click Update**: Click the "Update" button on the page.
4. **Wait**: Wait for 1-2 minutes for the update to finish.
5. **Optional**: You can now disable "Developer mode" and close the extension page.

<figure><img src="/files/46CX8ydn61pPizQFBBSi" alt=""><figcaption></figcaption></figure>

<br>
{% endtab %}
{% endtabs %}


---

# 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:

```
GET https://docs.vespr.xyz/vespr/user-guide/the-basics/updating-vespr.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.
