# Introduction

{% hint style="success" %}

### Getting Started with Game Launcher

Before you begin, you'll need to get access to **Game Launcher Edition**. There are two ways to do this:

* Purchase it through the **Unity Asset Store**
* Or get it directly via **Discord** by contacting **@Legend**

👉 See the comparison between editions here: [Features comparison](/documentation/features-comparison.md)
{% endhint %}

#### How it works?

We invite you to see [how it works](#how-it-works) before starting.\
Also good to know: [App Signing](/documentation/publishing-essentials/app-signing.md) and [Hosting](/documentation/publishing-essentials/hosting.md)

#### Setup Steps

Don't worry — getting started is simple! Just follow these steps:

1. **Download the Patch Manager** *(one-time download)*\
   [Click here to download](https://discord.com/channels/1050526244556517456/1112709296422146142)
2. [**Install the Game Launcher**](/documentation/getting-started/installation.md) *(one-time setup)*\
   This only needs to be done once on your development machine.
3. [**Create your first Launcher Patch**](/documentation/creating-launcher-version/1.-deploy-your-launcher.md)\
   This is the patch for your launcher itself. Use it whatever it's needed.
4. [**Create your first App Patch**](/documentation/creating-app-version/1-and-2.-build-your-app.md)\
   This is the patch for your actual game content.

#### Next Steps

Once your patches are ready, you can deploy the launcher to your users!

✅ Be sure to **test everything thoroughly** before going live.\
✅ From here on out, the patching process will always follow the same structure.


---

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