# Child theme vs theme duplicate

## Child theme vs theme duplicate

Compared to a child theme, a theme duplicate is just another entry in the database. Thus, no files and folders of a theme are copied. This means that theme duplicates cannot be used to make customizations at the file level.

<table><thead><tr><th></th><th>Theme duplicate</th><th>Child theme</th><th data-hidden></th></tr></thead><tbody><tr><td>Individual programming</td><td><strong>No</strong>, a duplicate theme exists only in the database. It cannot be used as a starting point for custom programming.</td><td><strong>Yes</strong>, a child theme serves as a general entry point for customization away from configuration.</td><td></td></tr><tr><td>Takeover of already set values</td><td><strong>Yes</strong>, settings that have already been made will be applied.</td><td><strong>Nein</strong>, bereits getätigte Werte sind nicht in einem anderen Child-Theme vorhanden. Es ist als weiteres Theme zu verstehen.</td><td></td></tr><tr><td>Automatic update of the theme configuration</td><td><strong>Yes</strong>, if the parent theme receives new configurations, the duplicate theme inherits them automatically.</td><td><strong>Yes</strong>, if the parent theme receives new configurations, the duplicate theme inherits them automatically.</td><td></td></tr><tr><td>Known bugs</td><td>Theme configuration sorting is arbitrary as a result of a Shopware bug in theme duplicates.</td><td>-</td><td></td></tr></tbody></table>


---

# 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://themedocs.zenit.design/en/faq/derivations/child-theme-vs-theme-duplicate.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.
