> 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/expert-settings-in-the-theme-configuration.md).

# Expert settings in the theme configuration

In this section, you can add your own CSS and/or JavaScript code. As this are **"individual customisations"**, we can only provide limited support here as part of the plugin support.

> Tab "Others" => Block "Expert settings"

The **"Expert settings"** in the theme configuration are – as the name implies – aimed at experts or professionals who are experienced in dealing with individual customisations.

{% hint style="danger" %}
**Attention**: Please note that custom code can cause considerable issues or potentially dangerous vulnerabilities!
{% endhint %}

You can find out how to use these configuration fields in the ‘Individual customisations’ section:

{% content-ref url="/pages/LCCcbuJnEQ6bLiaZuVjK" %}
[Individual customizations](/knowledge-base/tutorials/individual-customizations.md)
{% endcontent-ref %}

<figure><img src="/files/0KpIy4mAQVrctghab1fp" alt=""><figcaption><p>ThemeWare® "Expert settings"</p></figcaption></figure>

{% hint style="success" %}
**Tip**: To apply the "Expert settings" in the storefront, please activate "Expert mode" and deactivate the "Debug mode" of ThemeWare®:

* Tab "Others" => Block "Expert settings" => Expert mode
* [Expert mode](/knowledge-base/profi-knowledge/expert-mode.md)
* [Debug mode](/knowledge-base/profi-knowledge/debug-mode.md)
  {% endhint %}

{% hint style="info" %}
**Note**: The "Expert settings" are individual customisations. As part of the plugin support, we can provide support here only to a very limited extent.
{% endhint %}

***

## Further information

{% content-ref url="/pages/LDTYP9F1CmUWn3WGroaP" %}
[Expert mode](/knowledge-base/profi-knowledge/expert-mode.md)
{% endcontent-ref %}

{% content-ref url="/pages/eSsbXbfv1DmfgXOQK0tD" %}
[Debug mode](/knowledge-base/profi-knowledge/debug-mode.md)
{% endcontent-ref %}


---

# 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/expert-settings-in-the-theme-configuration.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.
