# Validate the theme configuration

Before reporting an issue, you can easily check whether your individual configuration has an error.

**Just use the "Validate" feature in Shopware.**

This is useful if you receive an error message such as `Invalid configuration – The configuration is faulty. The theme cannot be saved.` or the theme could not be saved.

To validate your configuration, open the theme configuration and click on the arrow next to the Save button. There you will find the "Validate" option.

<figure><img src="/files/Ztb6UmAYMQUMN7y4bFbf" alt=""><figcaption></figcaption></figure>

The validation should give you an indication of which value is incorrect.

{% hint style="info" %}
**Note**: In the cases known to date, the error was always due to an incorrectly filled colour configuration.
{% endhint %}

{% hint style="success" %}
**Tip**: Use Shopware's colour picker to obtain a valid colour value.
{% endhint %}

Learn how to find/fix invalid fields in the following instructions:

{% content-ref url="/pages/nsG3fZY3asaeY3N59hUI" %}
[Fixing invalid configuration fields](/knowledge-base/tutorials/solving-errors/fixing-invalid-configuration-fields.md)
{% endcontent-ref %}


---

# 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://knowledge.themeware.design/knowledge-base/tutorials/debugging/validate-the-theme-configuration.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.
