> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/rcore_dealership/configuration/ui.md).

# UI

Edit `rcore_dealership/configs/config.ui.lua` for menu placement and the on-screen help keys used by the editor tools.

## 📐 Menu Position

```lua
Config.UI.Menu.Position = 'top-left'
```

Sets where the main menu is anchored on screen.

## ⌨️ Help Keys

`Config.UI.HelpKeys` defines the key prompts shown while using the admin editor tools. There are two groups:

| Group          | Used in                                                               |
| -------------- | --------------------------------------------------------------------- |
| `ZoneEditor`   | Placing and editing dealership zones (move, rotate, confirm, cancel). |
| `CameraEditor` | Placing and aiming dealership cameras.                                |

Each group has an `Align` (screen corner) and a list of `Keys`, where each key is a pair of a key name and a label. Labels are pulled from the locale file, so translating the [locale](/paid-resources/rcore_dealership/configuration/locale.md) also translates these prompts.
