> 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/applications.md).

# Applications

- [Overview](https://gamelauncher.cloud/help/applications/overview.md): Understanding Applications in Game Launcher Cloud
- [Create Application](https://gamelauncher.cloud/help/applications/create-app.md): Create your first application (game) in less than 1 minute.
- [Upload Builds and Patches](https://gamelauncher.cloud/help/applications/upload-builds.md): Get your game to your players, from the dashboard or from the CLI
- [Upload from the Dashboard](https://gamelauncher.cloud/help/applications/upload-builds/upload-builds-dashboard.md): Upload a build up to 5 GB straight from your browser
- [Upload with the CLI Tool](https://gamelauncher.cloud/help/applications/upload-builds/upload-builds-cli.md): Upload large builds and automate releases from the command line
- [How Patching Works](https://gamelauncher.cloud/help/applications/upload-builds/build-patching.md): What happens to your build after you upload it, and why updates are small
- [Downloadable Content (DLC)](https://gamelauncher.cloud/help/applications/dlc.md): Create, manage, and deploy Downloadable Content (DLC) for your games
- [License Keys (Buy to Play)](https://gamelauncher.cloud/help/applications/license-keys.md): Sell your games and DLC as buy-to-play with license keys and player entitlements
- [Mods (mod.io)](https://gamelauncher.cloud/help/applications/modio-mods.md): Offer mods for your game with the mod.io Embed Hub and one-click installs in the launcher
- [Environments](https://gamelauncher.cloud/help/applications/environments.md): Configure and manage deployment environments
- [Application Settings](https://gamelauncher.cloud/help/applications/app-settings.md): Configure and customize your application settings


---

# 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/applications.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.
