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

# Installation

## Install the plugin

1. In the Administration, open **Extensions → My extensions**.
2. Find **PremSoft SEO Tools** in the list (after purchasing in the Shopware Store it appears there automatically) or upload the plugin via **Upload extension**.
3. Click **Install** and then **Activate**.

On activation the plugin sets up everything needed automatically:

* the additional SEO fields on products, categories and landing pages,
* the database tables for redirects, 404 log, link check, templates and Search Console data,
* the scheduled background tasks (404 cleanup, link check, Search Console sync),
* the dedicated permissions.

## Unlock Premium

Some features are free (**Basic**). The advanced tools are unlocked via an **In-App purchase**:

1. Open **Settings → SEO Tools** and switch to the **Plans** tab.
2. There you see the free Basic plan and the **Premium plan** with all add-on features.
3. Click **Subscribe** on the Premium plan and follow the Shopware Store dialog.

After the purchase all premium features are active immediately – the "Premium feature" notice with the **Explore plans** button then no longer appears.

{% hint style="info" %}
**Tip:** The premium status applies to the whole shop. You do not have to unlock it per sales channel.
{% endhint %}

## Message queue worker

For background jobs to be processed, the Shopware worker must be running. In most hosting environments this is already the case. If bulk actions get "stuck" (the progress bar does not move), ask your hoster or administrator about the `messenger:consume` worker or the admin worker.

## After installation

Continue with the [Configuration](/en/plugins/seo-tools/configuration.md). There you set the basic options before using the individual features.


---

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