> For the complete documentation index, see [llms.txt](https://wiki.themeware.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.themeware.design/wissensdatenbank/shopware/shopware-account/shop-im-shopware-account-einrichten.md).

# Shop im Shopware Account einrichten

Lizenzpflichtige Erweiterungen sind an deine Shop-Domain und deinen Shopware Account geknüpft. Daher musst du nach der Erstellung des Accounts und ggf. der Installation deines Shops noch die entsprechende Shop-Domain verknüpft werden.

## Vorbereitung

1. Logge dich in deinen [Shopware Account](https://account.shopware.com/) ein
2. Wechsel in den "**Shopbetreiberbereich**" (1)
3. Klicke links in der Navigation auf "**Shops**" (2)
4. Starte den Einrichtungs-Assistenten mit dem Button "**Neuen Shop erstellen**" (3)\
   ![](/files/sjNbCks6nRyT3vFHrEFu)
5. Es öffnet sich ein Pop-up mit dem Einrichtungs-Assistenten

## Schritt 1: Variante auswählen

1. Wähle "**Einen bestehenden self-hosted Shop registrieren**" (4) aus
2. Klicke auf den Button "**Nächster Schritt**" (5)

## Schritt 2: Shop Grundinformationen

1. Gebe nun die "**Shop-Domain**" (6) ein
2. Wähle die "**Eingesetzte Shopware Version**" (7) aus
3. Wähle bei "**Wofür wird die Domain genutzt?**" (8) "**Produktivumgebung**" aus
4. Klicke auf den Button "**Nächster Schritt**" (9)

## Schritt 3: Domainverifizierung vorbereiten

1. Erstelle eine TXT-Datei mit dem Namen "sw-domain-hash.txt"
2. Öffne die Datei mit einem Texteditor (z.B. Editor oder Notepad++)
3. Trage einfach den Key (Verifikationscode) ein
4. Speicher und Schließe die TXT-Datei
5. Benenne die Endung ".txt" in ".html" um
6. Lade die Datei "sw-domain-hash.html" auf deinen Server in den public-Ordner deiner Shopware 6 Installation
7. Du kannst die Datei nun wie folgt aufrufen und überprüfen: `DEINE-SHOPDOMAIN/sw-domain-hash.html`
8. Zeigt dein Browser nun eine weiße Seite mit dem Key an, hast du alles richtig gemacht
9. Klicke auf den Button "**Nächster Schritt**" (10)

## Schritt 4: Domain verifizieren

1. Klick auf den Button "**Domain verifizieren**" (11)\
   ![](/files/3yZ2HSwLJ5JfYWd89PQm)
2. Lese und bestätige die "**AGB**" (12)
3. Schließe die Einrichtung nun ab "**Neuen Shop erstellen**" (13)

Du hast deinen Shop nun erfolgreich in deinem Shopware Account eingerichtet.

#### Screenshots

![Shopbetreiberbereich => Shops](/files/OPG3vRUl6wZG7vtbMbIP) ![Schritt 1](/files/4w3KRFcbClAgVHMENr9T) ![Schritt 2](/files/dtCsagdcwNcpcmDPS0Nv) ![Schritt 3](/files/68FKPsRy0rq7cEAIQ0QF) ![Schritt 4](/files/C87spdZZMplKyg8WxVdd)

#### Weiterführende Informationen

{% hint style="success" %}
**Tipp**: Verknüpfe nun deinen Shopware Account mit deinem Shop: [Shopware Account mit Shop verknüpfen](/wissensdatenbank/shopware/shopware-account/shopware-account-mit-shop-verknuepfen.md)
{% endhint %}


---

# 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://wiki.themeware.design/wissensdatenbank/shopware/shopware-account/shop-im-shopware-account-einrichten.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.
