# Support

## Preparation

If you check a few things before creating a ticket, we can address your concern more specifically in the first response. This way you will get a qualified answer to your request faster.

## Read error message

In production mode, for security reasons, only general error messages are output, from which support cannot filter out any information either. So you have to make the real error message readable.

{% content-ref url="/pages/0DxJmcjnCDPu8hcf5jp6" %}
[Read errors](/en/support/read-errors.md)
{% endcontent-ref %}

## Identify theme as cause

**You will effectively save your time** if you make sure whether the problem is caused by the theme or another extension before creating a ticket.

{% content-ref url="/pages/QEauWhKlTnujcDoL9CTu" %}
[Find cause](/en/support/find-cause.md)
{% endcontent-ref %}

## Check documentation

Before you send a ticket to our support, you should check if your concern is not already explained in our documentation. In the [FAQ](/en/faq/overview.md) you can find help to frequently asked questions.

## Support request

To open a support ticket, please visit your [Shopware Account](https://account.shopware.com). You can create a support ticket via **Merchant area > Support**. Here you will find the button "Request Support" in the upper right corner.

We often need additional information to process your request, such as the store or app version used, which we can view via the ticket system.

You can find out how to create a support ticket here:

<https://docs.shopware.com/de/account-de/merchant/support?category=account-de/merchant>


---

# 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/support.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.
