> 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/editing-the-database-with-the-adminer.md).

# Editing the database with the Adminer

In this article you will learn how to edit the database with the Adminer extension for Shopware 6.

{% 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 %}

## Editing the database

We recommend the free extension "Adminer for the Admin" for easy access to the database.

{% hint style="warning" %}
**Important:** In the Shopware 6 Cloud currently is no possibility to reach the configuration via the database.
{% 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 %}

## 1. Installing an extension

{% hint style="info" %}
**Note**: You may also get the extension via the Shopware Store. In case this is not listed there, just use the GitHub version.
{% endhint %}

1. Download the [latest Release](https://github.com/FriendsOfShopware/FroshPlatformAdminer/releases/latest) as a zip file\
   ![](/files/vOUiD1V0n7Hf5QQZEopP)
2. Upload the zip file into your shop
3. Install and activate the extension thereafter

![Installing Adminer for the Admin manually](/files/O29ODz4mtst1jIDBmEc5)

## 2. Editing the database

{% hint style="warning" %}
**Important**: Make sure to backup your database before you make any changes here!
{% endhint %}

1. Once the extension has been successfully activated, you can access your database via the Shopware settings ("Settings" => "Extensions" => "Adminer")\
   ![](/files/46AkZOZZ7rakXVmf842d)
2. Now you are ready to make changes in the database\
   ![](/files/ZzKf4CIckwDUTVn1Qf9e)


---

# 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://knowledge.themeware.design/knowledge-base/profi-knowledge/editing-the-database-with-the-adminer.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.
