# Find cause

{% hint style="info" %}
You effectively **save your time** if you make sure before creating a ticket whether the problem is caused by the theme or another extension.
{% endhint %}

## Identify theme as the cause of an error

Researching the cause is the first step in fixing the error. Often it is not clear whether a theme, a extension or the Shopware core itself is triggering an error. The following guide is therefore often queried in the first step of the support response. **If you have already checked this before creating a ticket, we can already address your concern more specifically in the first response.**

You can therefore easily identify or exclude the theme as the cause of a problem. Proceed as follows:

* Select the sales channel in which the theme is assigned
* Select the default theme in the "Theme" tab via the "Change Theme" button
* Click on "Save"
* Check the affected function in the storefront with the default theme
  * If a misrepresentation or malfunction is caused by a theme, the problem should disappear when the system's default theme is activated.
  * If the misrepresentation or malfunction is still present, the cause may be elsewhere.
* After testing, activate the original theme for the sales channel again

If the theme was successfully identified as the cause, create a ticket via your Shopware account.


---

# 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/find-cause.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.
