# Creating Launcher Version

- [1. Deploy your Launcher](https://gamelauncher.gitbook.io/documentation/creating-launcher-version/1.-deploy-your-launcher.md): Build and Deploy your Launcher file
- [2. Move your Launcher](https://gamelauncher.gitbook.io/documentation/creating-launcher-version/2.-move-your-launcher.md): Move your launcher files to let Game Launcher work with it.
- [3. Create your patch](https://gamelauncher.gitbook.io/documentation/creating-launcher-version/3.-create-your-patch.md): Create your Launcher patch
- [4. Upload your files to your server](https://gamelauncher.gitbook.io/documentation/creating-launcher-version/4.-upload-your-files-to-your-server.md): Upload Launcher version to server
- [Testing and Deploying to your users](https://gamelauncher.gitbook.io/documentation/creating-launcher-version/testing-and-deploying-to-your-users.md): Learn how to test the Launcher as user, and how to deploy it


---

# 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.gitbook.io/documentation/creating-launcher-version.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.
