> 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/pause-menu/configuration.md).

# Configuration

<mark style="color:$success;">Config.lua</mark>

```lua
STG = {}

STG.Language = "en" -- en, de, fr, es, pt, it, nl, pl, sv, ar, jp, zh, he, fi

STG.Links = {
    discord = "https://discord.gg/stg",
    instagram = "https://instagram.com",
    youtube = "https://youtube.com"
}
```
