> For the complete documentation index, see [llms.txt](https://gamelauncher.cloud/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gamelauncher.cloud/help/launchers.md).

# Launchers

- [Overview](https://gamelauncher.cloud/help/launchers/overview.md): Understanding Launchers in Game Launcher Cloud
- [Create Launcher](https://gamelauncher.cloud/help/launchers/create-launcher.md): Build and customize your own game launcher
- [Launcher Builds](https://gamelauncher.cloud/help/launchers/launcher-builds.md): Manage launcher versions and distribution
- [How the Launcher Self-Updates](https://gamelauncher.cloud/help/launchers/how-updates-work.md): Understanding how launcher and configuration updates work
- [Publish to the Microsoft Store](https://gamelauncher.cloud/help/launchers/microsoft-store.md): Distribute your launcher through the Microsoft Store
- [Store Requirements](https://gamelauncher.cloud/help/launchers/microsoft-store/store-requirements.md): The five things your launcher needs before the Store accepts it
- [Set Up Your Partner Center Account](https://gamelauncher.cloud/help/launchers/microsoft-store/partner-center-setup.md): Create your Partner Center account and connect it to a Microsoft Entra tenant
- [Publish Store Package (MSIX)](https://gamelauncher.cloud/help/launchers/microsoft-store/msix-package.md): Submit your launcher as a Store package that Microsoft signs for you
- [Publish Store Package (EXE)](https://gamelauncher.cloud/help/launchers/microsoft-store/installer-package.md): Submit your launcher as a Win32 installer you host and sign yourself
- [Installer Exit Codes](https://gamelauncher.cloud/help/launchers/installer-exit-codes.md): Return codes reported by the Windows launcher installer
- [Launcher Settings](https://gamelauncher.cloud/help/launchers/launcher-settings.md): Configure launcher behavior and advanced options


---

# 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://gamelauncher.cloud/help/launchers.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.
