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

# Configuration

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

```lua
STG = {}

STG.Fee = 100
STG.lateFee = true

STG.Jobs = {
    police = {
        Label = "LSPD",
    }
}

STG.Command = "invoice"
```
