> 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.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.momocode.de/en/shopware-6/admin-category-tree-memory-en/3.-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
