> For the complete documentation index, see [llms.txt](https://docs.metaproprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metaproprotocol.com/metapro-launcher/games/update-game-on-launcher.md).

# Update game on launcher

This is the option on the launcher that allows you to update a downloaded game. This functionality ensures that you have the latest version of the game with bug fixes, improvements, and new content.

When an update is available for a game you have downloaded, the launcher will notify you automatically. You will typically see an indication next to the game's icon.&#x20;

Selecting the update option initiates the process of downloading and installing the latest update for the game. The launcher will connect to the server and retrieve the necessary files to update the game to its most recent version.

During the update process, you will see a progress bar and percentage indicator indicating the download progress and installation status. The launcher will also provide additional information about the changes included in the update.

Once the update is successfully downloaded and installed, you can launch the game with the latest improvements and changes. These updates can address performance issues, introduce new features, fix bugs, and provide an overall enhanced gaming experience.

The update option on the launcher ensures that you can keep your games up to date easily, without the need to manually search for patches or updates. It simplifies the process of maintaining your games and ensures that you can enjoy the latest enhancements and fixes for an optimal gaming experience.

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


---

# 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://docs.metaproprotocol.com/metapro-launcher/games/update-game-on-launcher.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.
