> For the complete documentation index, see [llms.txt](https://epicbackpacks.devs.beer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://epicbackpacks.devs.beer/configurations/size.md).

# 📏Size

## Specifying the backpack size

You have to use the `size` attribute, it's the number of rows.

For example this backpack has **2 rows**.

```yaml
example_2:
  display_name: '&fExample custom texture'
  item:
    type: ITEM
    material: DIAMOND
  size: 2
```

{% hint style="warning" %}

## Max number of rows is 6 (Minecraft chest)

{% endhint %}
