# How the Launcher Self-Updates

Learn how different types of updates are delivered to your players and when a launcher rebuild is required.

***

## How Updates Work

**When you save your launcher configuration:**

* When you save your launcher configuration, every user gets the new changes as soon as they **open the launcher** or press the **Refresh** button.
* When the launcher starts, it automatically **checks for updates**. If a new version is available, a button appears at the top so the user can download it.

**About forced updates:**

* The platform enforces a **global minimum launcher version** for security and compatibility.
* If a player's launcher version is older than the minimum required version, they must update before accessing the platform.
* This ensures all users benefit from the latest performance improvements, security patches, and bug fixes.
* Future versions will allow developers to set custom minimum version requirements for their launchers.

***

## Understanding "Launcher Deploy" vs. Regular Customization Updates

It's important to clarify what requires a **Launcher Deploy** and what doesn't:

**A Launcher Deploy is ONLY needed when:**

* You change the **Launcher Icon**
* You change the **Launcher Splash Art**
* Game Launcher Cloud releases a **new internal update of the launcher**

**A Launcher Deploy is NOT needed when:**

* ✅ You update **App customization**
* ✅ You update **Launcher customization**
* ✅ All these changes are applied instantly and the launcher fetches them automatically

{% hint style="success" %}
**Remember**: Most changes you make are delivered instantly to players. Only icon and splash art changes require a full launcher rebuild!
{% endhint %}

***

## Next Steps

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Launcher Builds</strong></td><td>Build and distribute your launcher</td><td><a href="/pages/pbFGakeaizVH50c9UQJB">/pages/pbFGakeaizVH50c9UQJB</a></td></tr><tr><td><strong>Customize Appearance</strong></td><td>Personalize your launcher</td><td><a href="/pages/jW4jBajP5V0z6QhqdOJw">/pages/jW4jBajP5V0z6QhqdOJw</a></td></tr><tr><td><strong>Launcher Settings</strong></td><td>Configure launcher behavior</td><td><a href="/pages/7FP3uv5vVxFOSvubVkeH">/pages/7FP3uv5vVxFOSvubVkeH</a></td></tr></tbody></table>

***

{% hint style="success" %}
**Questions?** Visit our [documentation](https://help.gamelauncher.cloud) or join [Discord](https://discord.com/invite/FpWvUQ2CJP)!
{% 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://gamelauncher.cloud/help/launchers/how-updates-work.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.
