> For the complete documentation index, see [llms.txt](https://docs.rh-webdesign.com/shopware-theme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rh-webdesign.com/shopware-theme/en/preparation/theme-duplicates.md).

# Theme Duplicates

If you are using multiple sales channels with one theme, it makes sense to create theme duplicates for each respective sales channel. This way, you can inherit theme settings specific to each sales channel from the main theme, providing you with maximum flexibility.

{% hint style="info" %}

#### Theme Duplicate is not a Child-Theme

A theme duplicate should not be confused with a child theme, as a theme duplicate only creates a database entry and does not have its own folder structure for programming. I will explain how to create a child theme for programming in another post.
{% endhint %}

{% content-ref url="/pages/JVeabY5N7YHXYtyDkElx" %}
[Child-Theme](/shopware-theme/en/for-developers/child-theme.md)
{% endcontent-ref %}

### Create Theme Duplicate

To do this, go to your themes overview, select the relevant main theme, and click on **Create Duplicate**:

<figure><img src="/files/9LDNbsuHKA0s489ThSnZ" alt=""><figcaption><p>Create Theme Duplicate - Shopware 6</p></figcaption></figure>


---

# 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.rh-webdesign.com/shopware-theme/en/preparation/theme-duplicates.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.
