# Main GUI

A feature of the Virtual Shop that provides a customizable GUI for players to quickly access all or specific GUI shops.

!!!
You can toggle the feature in the `settings.yml` -> `Main_Menu` -> `Enabled`.
!!!

## Configuration

Main GUI configuration file path: `/virtual_shop/main.menu.yml`.

### Adding Shop

1. Open the editor: `/vshop editor`.
2. Click the desired shop.
3. Left-click the **Menu Slot** button.
4. Enter a desired slot number.

### Removing Shop

1. Open the editor: `/vshop editor`.
2. Click the desired shop.
3. Right-click the **Menu Slot** button.

### Placeholders

You can use the following placeholders inside the menu configuration:

- `%balance%` - Displays player's balance of the [default currency](/features/multi-currency/#configuration).
- `%sell_multiplier%` - Displays player's [Sell Multiplier](/virtual/sell-multipliers/).
- Internal [Shop Placeholders](/internal-placeholders/).
