# Size

The `PlayerUI.Size` option determines the size of the UI for the PlayerUI feature.

#### Usage

You can configure the `PlayerUI.Size` by editing the "prompt-config.yml" file as follows:

```yaml
PlayerUI:
  Size: 54
```

In this example, the size of the UI is set to 54.

{% hint style="info" %}
This can only be multiples of 9 with 18 being the minimum and 54 being the max.
{% endhint %}

#### Explanation

The `PlayerUI.Size` option allows you to specify the size of the UI for displaying player heads. Adjusting this value determines the number of slots available in the UI layout.

#### Example

To set the size of the UI to 36, use the following configuration:

```yaml
PlayerUI:
  Size: 36
```

This will adjust the size of the UI to have 36 slots.

***

Feel free to adjust the content as needed to fit your documentation style and requirements.
