# Adding games

{% hint style="info" %}
Learn how the Launcher Enterprise works: [how-it-works](https://gamelauncher.gitbook.io/documentation/game-launcher/enterprise-edition-or-multi-games/how-it-works "mention")&#x20;
{% endhint %}

The Launcher downloads the file *<mark style="color:red;">**GameList.txt**</mark>* which contains the data of every game.

This file is located under *<mark style="color:yellow;">**YourHost/GameLauncher/Config**</mark>* folder

<figure><img src="https://4090346021-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOQCKadC4SNL7ML9xwPi2%2Fuploads%2F8ahBqF9kmfkUSP1jCd0n%2Fimage.png?alt=media&#x26;token=a7413f93-3cad-4ba9-9e0c-bde914771393" alt=""><figcaption><p>Config folder in Host</p></figcaption></figure>

### Game List file

*<mark style="color:red;">**GameList.txt**</mark>* contains the data of every game.

{% hint style="success" %}
To Add a Game to the Library just copy and add another bunch of fields below the last game.

Save the file and Upload it again to the Host.
{% endhint %}

<figure><img src="https://4090346021-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOQCKadC4SNL7ML9xwPi2%2Fuploads%2Fr7Pi1xvhrx8hIELNa9eq%2Fimage.png?alt=media&#x26;token=9f4443d0-f425-49c0-b0fc-31aa5990c191" alt=""><figcaption><p>GameList.txt file content. 2 Games added.</p></figcaption></figure>

**Variables Explanation**

* **Title:** Title of your game *(Root folder name).*
* **Subtitle:** Subtitle of your game.
* **Show**: If true, the launcher will display this game in the Library. If not the game will disappear.
* **CoverURL:** Cover URL image of your game.
* **IconURL:** Icon URL image of your game.
* **LogoURL:** Logo URL image of your game.
* **ColorHEX:** Background color for the Launcher.
* **DefaultLaunchArgs:** Default Launch Arguments when the user starts this game.
* **Link Only:** If true, the Play Button now opens a Link. *(Use for non-downloadable games, or to link games from another store like Steam).*

![](https://4090346021-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOQCKadC4SNL7ML9xwPi2%2Fuploads%2Fkvi27EzcInuy8toawbAn%2Fimage.png?alt=media\&token=243bf5fc-afcb-4d4a-ac79-0bc9624554f9)

* **IsMultiplayer, isMobile, IsWindows,IsMacOS, isFreeToPlay:** Indicates the category of the game. Use it to indicate where your game is going to be located.

![](https://4090346021-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOQCKadC4SNL7ML9xwPi2%2Fuploads%2FUvYOrmKBzTfFJybhbl4m%2Fimage.png?alt=media\&token=41574fba-8623-4c25-8d11-8d073562df70)


---

# 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/game-launcher/enterprise-edition-or-multi-games/adding-games.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.
