# Config file

```lua
Config = {}

Config.CommandName = "noticonfig" -- Name of the command for the player to open the settings

--Translation
Config.Language = "EN" --EN/PT
Config.Align = "left" -- Default Alignment left/right

Config.Translation = {
    EN = {
        NotificationTitle = 'Notification',
        NotificationTest = 'Test Notification',
        NotificationSave = 'Change saved successfully',
        NUITitle = 'Settings',
        NUIDark = 'Dark Mode:',
        NUIBar = 'Time Bar:',
        NUIAlign = 'Alignment:',
        NUISound = 'Sound:',
        NUIRight = 'Right',
        NUILeft = 'Left',
        NUIVol = 'Volume'
    },
    PT = {
        NotificationTitle = 'Notificação',
        NotificationTest = 'Notificação de Teste',
        NotificationSave ='Alteração guardadas com sucesso',
        NUITitle = 'Configurações',
        NUIDark = 'Modo Escuro:',
        NUIBar = 'Barra de Tempo:',
        NUIAlign = 'Alinhamento:',
        NUISound = 'Son de Alerta:',
        NUIRight = 'Direita',
        NUILeft = 'Esquerda',
        NUIVol = 'Volume'
    },
}
```


---

# 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://esx-developer-portugal.gitbook.io/esx-developer-portugal-docs/zcmg_advanced-notify/config-file.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.
