# 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): Upload and manage game builds to distribute updates to your players
- [Downloadable Content (DLC)](https://gamelauncher.cloud/help/applications/dlc.md): Create, manage, and deploy Downloadable Content (DLC) for your games
- [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: 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/applications.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.
