> For the complete documentation index, see [llms.txt](https://docs.momocode.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.momocode.de/en/shopware-6/admin-category-tree-memory-en/3.-configuration.md).

# 3. Configuration

The plugin configuration is available under **Extensions → My Extensions → Admin Category Tree Memory → Configuration**.

![Plugin configuration page with default start depth setting](/files/pWDD7QhxikzK0jMqiypM)

## Settings

### Default Start Depth

| Setting | Value          |
| ------- | -------------- |
| Type    | Integer (0–99) |
| Default | 0              |

Defines how deep the category tree is expanded on initial load.

| Value | Behavior                                                                     |
| ----- | ---------------------------------------------------------------------------- |
| `0`   | All collapsed — only root categories visible (default)                       |
| `1`   | First level expanded (native Shopware behaviour)                             |
| `2`   | First two levels expanded                                                    |
| `99`  | Fully expanded (can lead to performance issues if there are many categories) |

This setting acts as the starting point when no saved state exists in the browser yet. Once you manually adjust the tree, your personal state takes over.
