> For the complete documentation index, see [llms.txt](https://stg-store.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stg-store.gitbook.io/documentation/scripts/hand-console-2/configuration.md).

# Configuration

## Step 1: <mark style="color:yellow;">Add Games</mark>

You can add games in this format to the <mark style="color:blue;">STG.Games</mark> table in <mark style="color:blue;">config.lua</mark>, games work with url

```
[15] = {
        gameName = "gameName",
        gameLabel = "Game Label",
        gameThumbnail = "Game Thumnail.jpeg", -- you can add images from stg-handconsole/html/images/gameThumbnails
        gameURL = "game url here",
        favoriteGames = false,
        multiplayerGames = true
    },
```

<div align="left"><figure><img src="/files/ZYRCRTTW39adkovcdj5h" alt=""><figcaption></figcaption></figure></div>
