> For the complete documentation index, see [llms.txt](https://docs.hubyte.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hubyte.de/artikel-konfigurator/english-documentation/installation.md).

# Installation & activation

## Installation via the Shopware Store

<figure><img src="/files/V8QWZbwkU2LKSZ7eZmSG" alt="" width="375"><figcaption></figcaption></figure>

Normally you obtain the plugin directly from the Shopware Store. In that case the installation is done entirely in the administration – no console commands are required.

1. Purchase or subscribe to the plugin in the Shopware Store: [Article Configurator for Own/Additional Fields](https://store.shopware.com/de/huebe59281510521m/artikel-konfigurator-fuer-eigene-zusaetzliche-felder.html).
2. In the administration, open **Extensions > My extensions**.
3. Click **Install** next to "Article Configurator for Own/Additional Fields".
4. Then activate the plugin using the toggle.

> **Tip:** If the plugin does not appear in the list yet, click **Refresh** at the top right so that the purchased extensions are loaded.

## Alternative: installation via ZIP upload

If you have the plugin as a ZIP file, you can also upload it manually:

1. Open **Extensions > My extensions**.
2. Click **Upload extension** and select the file `HuebertAddOrderAttributes.zip`.
3. After the upload, click **Install** next to "Article Configurator for Own/Additional Fields" and activate the plugin.

## After activation

During installation the plugin creates the required database tables for the fields, translations, assignments (product, category, dynamic product group) and dependencies. It also extends the storefront, the product and order views in the administration as well as the document template.

After activation you will find the configurator in the administration under:

**Catalogues > Article Configurator**

## Uninstallation

When uninstalling you will be asked whether the user data should be kept:

* **Keep data:** Your created fields, assignments and dependencies remain in the database. They will be available again after a reinstall.
* **Remove data:** The tables created by the plugin are deleted and all fields, assignments and dependencies are irrevocably removed.


---

# 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.hubyte.de/artikel-konfigurator/english-documentation/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.
