> For the complete documentation index, see [llms.txt](https://docs.premsoft.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.premsoft.de/en/plugins/manufacturer-list-and-detailpage/advanced-version.md).

# Advanced version

PremsManufacturer ships in a free variant and an Advanced variant. Both versions are delivered through the same plugin; the feature set is controlled via an in-app purchase from the Shopware Store.

## Free Version

The free version includes:

* Manufacturer detail page with configurable shopping experience
* CMS blocks "Manufacturer name", "Manufacturer image and description", and "Manufacturer product list"
* CMS block "Manufacturer list" (overview), assigned to a category of your choice
* Sorting, pagination, and filters on the manufacturer product listing
* SEO URLs for manufacturer detail pages with automatic sitemap entries
* Manufacturer linking on the product detail page
* Per-sales-channel activation
* Headless-ready via store-api routes

{% hint style="warning" %}
The free version displays a maximum of 5 manufacturers in the manufacturer list. The A-Z navigation and the search suggest integration are not active.
{% endhint %}

## Advanced Version

The Advanced version adds:

* A-Z navigation block on the manufacturer overview
* Manufacturer list without manufacturer count limitation
* Matching manufacturers in the storefront search suggest dropdown

## How to Upgrade

The upgrade is purchased through the Shopware Store. Once the Advanced version is booked, all extended features are immediately available; the plugin does not need to be reinstalled or reconfigured.

After the upgrade, the extended limits apply right away: a cache clear is enough for the storefront to display all manufacturers, the A-Z navigation, and the search suggest integration.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.premsoft.de/en/plugins/manufacturer-list-and-detailpage/advanced-version.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
