> For the complete documentation index, see [llms.txt](https://knowledge.themeware.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.themeware.design/knowledge-base/profi-knowledge/themeware-in-the-database.md).

# ThemeWare® in the database

In this article you will find out where Shopware 6 stores the theme configuration in the database.

{% hint style="info" %}
**Note**: This article is intended for professionals and experts. If you are not absolutely sure, we will be happy to support you: [ThemeWare® Services at a glance](https://service.themeware.design/en/service)
{% endhint %}

***

The configured values of the themes are saved in Shopware 6 in the database table "**theme**" (2) in the column "**config\_values**" (4) for each theme or theme duplicate separately.

![](/files/LAJFExbtGhQN3MGuJgfm) ![](/files/hrI2oXHo53vU3Hjs0wPx)

However, this column does not contain the complete set of configuration values, but only those that differ from the default configuration in the column "base\_config".

{% hint style="warning" %}
**Important:** In the Shopware 6 Cloud currently is no possibility to reach the configuration via the database.
{% endhint %}

#### Examples of applications

You can save the content of the column "**config\_values**" (4) and/or transfer it to another theme, to a theme duplicate in the same table or even to other Shopware installations.

{% hint style="success" %}
**Tip**: For a quick access to the database we gladly use the extension [Adminer for the Admin](/knowledge-base/profi-knowledge/editing-the-database-with-the-adminer.md) from Friends of Shopware.
{% endhint %}

> #### Backup for safety
>
> Manual editing of the database is suitable for experienced users who are familiar with the database. Get help if this does not apply to you.

{% hint style="danger" %}
**Attention**: Make sure you create a backup of your database before you make any changes here!
{% 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://knowledge.themeware.design/knowledge-base/profi-knowledge/themeware-in-the-database.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.
