# Setting up the shop in the Shopware Account

Licensed extensions are linked to your Shop Domain and your Shopware Account. Therefore, after you have created the account and probably installed your shop, you still need to link the corresponding Shop Domain.

## Preparation

1. Log in to your [Shopware Account](https://account.shopware.com/)
2. Switch to the "**Merchant area**". (1)
3. Click onto "**Shops**" in the navigation on the left. (2)
4. Start the setup assistant by clicking onto the button "**Create new shop**". (3)\
   ![](/files/uyhBFebdUlJgvMtHZYgg)
5. A pop-up with the setup assistant will open

## Step 1: Basic Store Information

1. Now insert the "**Domain**" (4)
2. Choose the "**Shopware version in use**" (5)
3. Select "**live environment**" at "**Used as:**" (6)
4. Click onto the button "**Next Step**" (7)

## Step 2: Preparing the Domain Verification

1. Create a TXT file named "sw-domain-hash.txt"
2. Open the file with a text editor (e.g. Editor or Notepad++)
3. Just enter the key (Verification Code)
4. Save and close the TXT file
5. Rename the extension ".txt" to ".html".
6. Upload the file "sw-domain-hash.html" to your server into the public folder of your Shopware 6 installation
7. Now you may call and check the file as follows: `YOUR-SHOPDOMAIN/sw-domain-hash.html`
8. When your browser shows a white page with the key, you have done everything correctly
9. Click onto the button "**Next step**" (8)

## Step 3: Verifying the Domain

1. Click onto the button "**Verify domain**" (9)\
   ![](/files/n1tb9fSN61SgmNoOoafc)
2. Read and confirm the "**Terms and conditions**" (10)
3. Now complete the setup "**Create new shop**" (11)

The shop has successfully been set up in your Shopware Account now.

#### Screenshots

![Shop Merchant Area => Shops](/files/MW6pKqCcBTlrInIPfpBj) ![Schritt 1](/files/WIOJkwhbON0hN9N6tCD1) ![Schritt 2](/files/fMlHtUhYAfJ4sKy9rAD5) ![Schritt 3](/files/K36AKJdkSFpdxXQEXL3M)

#### Further information

{% hint style="success" %}
**Tip**: Now link up your Shopware Account with your shop: [Linking up the Shopware Account with the shop](/knowledge-base/shopware/shopware-account/linking-up-the-shopware-account-with-the-shop.md)
{% endhint %}


---

# Agent Instructions: 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://knowledge.themeware.design/knowledge-base/shopware/shopware-account/setting-up-the-shop-in-the-shopware-account.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.
