# Quick Start Guide

***

<a href="https://discord.com/invite/FpWvUQ2CJP" class="button primary" data-icon="discord">Join Discord Community</a>

## QUICK START VIDEO

{% embed url="<https://www.youtube.com/watch?v=oSpKLjW4FZI>" %}

***

## What is a Game Launcher?

<div data-full-width="true"><figure><img src="/files/Ti6woEKnBp0mQ415Drzw" alt=""><figcaption><p>Game Launcher created with Gamer Launcher Cloud</p></figcaption></figure></div>

A **game launcher** is the desktop app your players use to **install**, **update**, and **play** your game.

**Game Launcher Cloud** is the platform that lets you create, customize, and deploy your own game launcher — no coding needed. You focus on your game, we handle the launcher.

## How Game Launcher Cloud Works

**Game Launcher Cloud** is a complete platform for creating your custom [Game Launcher](#user-content-fn-1)[^1] and help you distributing and managing your games

Here's how it works:

**The Platform:**

1. **Create a launcher** - Build a custom launcher with your game's branding and style
2. **You upload your game** - Upload your game builds for Windows, macOS, or Linux
3. **Distribute to players** - Players download your launcher
4. **Automatic updates** - Players receive updates automatically through the launcher
5. **Engage with news** - Push announcements, patch notes, and events directly to players
6. **Track everything** - Monitor downloads, active users, playtime, and more

{% hint style="info" %}
**Think of it as**: Your own Steam or Epic Games Launcher, but fully customized for your game(s) and under your control.
{% endhint %}

***

### 1️⃣ Understand the Basics

Familiarize yourself with the three core concepts of Game Launcher Cloud:

<table data-full-width="true"><thead><tr><th>Concept</th><th>What is it?</th><th>Learn More</th></tr></thead><tbody><tr><td><strong>Applications</strong></td><td>The games or software you distribute through your launcher. Each app manages builds, environments, and deployments.</td><td><a href="/pages/L33EWV9EzUaVVP4rKORk">Complete Guide →</a></td></tr><tr><td><strong>Launchers</strong></td><td>The branded application your players use to download, update, and play your games. Think of it as your own Steam or Epic Games Launcher!</td><td><a href="/pages/0UnOGnmgMapYyHJsyRhz">Complete Guide →</a></td></tr><tr><td><strong>News</strong></td><td>Keep players informed and engaged with announcements directly in your launcher.</td><td><a href="/pages/syW7BGFk1QYf5wnWmUGb">Complete Guide →</a></td></tr></tbody></table>

***

### 2️⃣ First Steps

Complete these steps in order to get started:

<table data-full-width="true"><thead><tr><th>Step</th><th>Action</th><th>Description</th><th>Guide</th></tr></thead><tbody><tr><td><strong>1</strong></td><td>Create an App</td><td>Set up your first game app with basic information</td><td><a href="/pages/saLvkmeEVgBpguXqsr2k">Create Application →</a></td></tr><tr><td><strong>2</strong></td><td>Create a Launcher</td><td>Build your custom game launcher interface</td><td><a href="/pages/1cNgvv5uy79qCeQbdGPa">Create Launcher →</a></td></tr><tr><td><strong>3</strong></td><td>Assign App to Launcher</td><td>Connect your app with the launcher</td><td><a href="/pages/1cNgvv5uy79qCeQbdGPa#linking-apps-to-launcher">Link Apps to Launcher →</a></td></tr><tr><td><strong>4</strong></td><td>Create Your First News</td><td>Add news content to engage your players</td><td><a href="/pages/uquAxcCnbM4zORBOKUyW">Create News →</a></td></tr></tbody></table>

***

### 3️⃣ Explore Advanced Features

Once you're comfortable with the basics:

* **Push news and updates** - [Create News](/help/news-and-announcements/create-news.md)
* **Track analytics** - [News Analytics](broken://pages/J91d7dIPMuIWghUgFOzl)
* **Customize launcher appearance** - [Customize Appearance](broken://pages/jW4jBajP5V0z6QhqdOJw)
* **Build and deploy launchers** - [Launcher Builds](/help/launchers/launcher-builds.md)

***

## Need Help?

{% hint style="success" %}
**Support Resources**:

* Email: <support@gamelauncher.cloud>
* Discord: [Join our community](https://discord.com/invite/FpWvUQ2CJP)
* API Reference: [Complete API docs](/help/reference/api-reference.md)
  {% endhint %}

***

## Quick Tips

{% hint style="info" %}
**Recommendations**:

* ✅ Start with a **Single Launcher** for simplicity
* ✅ Test everything in **Development** environment first
* ✅ Read the overview pages before diving into features
* ✅ Upload your first build using our [CLI Tool](/help/extensions/cli-releases/cli-builds.md) for large files
  {% endhint %}

[^1]: A **Launcher** is the desktop application your players use to install, update, and play your games!


---

# 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/getting-started/readme.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.
