> 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/2.-installation.md).

# 2. Installation

## Installing the Plugin

### Via the Shopware Store

1. Log in to the Shopware admin.
2. Navigate to **Extensions → Store**.
3. Search for "Admin Category Tree Memory" and click **Buy** or **Download for free**.
4. After the download, click **Install**.
5. Activate the plugin using the toggle in the extension list.

### Via ZIP upload

1. Navigate to **Extensions → My Extensions**.
2. Click **Upload plugin** and select the ZIP file.
3. Install and activate the plugin.

## Getting Started

The plugin is active immediately after installation. The category tree will start collapsed by default (depth 0).

To adjust the starting depth:

1. Navigate to **Extensions → My Extensions**.
2. Click the three-dot menu on the plugin and select **Configuration**.
3. Set your preferred **Default Start Depth**.
4. Click **Save**.

## Notes

* The saved tree state is browser- and device-specific. Different browsers or devices maintain independent states.
* After uninstalling the plugin, the category tree returns to Shopware's default behavior. Any state data remaining in the browser's localStorage becomes inactive.
* Compatible with Shopware 6.6 (version 1.x) and Shopware 6.7 (version 2.x).

## Support

For questions or issues, please use the Shopware support tool or contact us at <moritz@momocode.de>.


---

# 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/2.-installation.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.
