# Individual customizations

In this section you will find many useful instructions concerning the topic "**individual customizations**".

Customisations are individual programmings (= individual code) that go beyond the scope of the features and CSS classes provided by ThemeWare®. These include, for example:

* **CSS customisations**
  * Writing and/or adding of individual CSS/SCSS code
  * e.g. `.my-shop { color: red; }`
* **JavaScript customisations**
  * Writing and/or adding of individual JavaScript code
  * e.g. `<script src="myScript.js">...`
  * e.g. `function myFunction() { ...`
* **Template customisations**
  * Writing and/or adding of individual HTML/Twig code

{% hint style="success" %}
**Tip**: If you need support with customisations, we will be happy to help you design your shop exactly the way you want it: [ThemeWare® Services at a glance](https://service.themeware.design/en/service)
{% endhint %}

***

ThemeWare® offers you with the **tutorials** in this section, the **expert configuration** or the free **customising plugin**, ThemeWare® offers you various options for adding your own code to the Storefront. However, this is primarily intended for professionals and experts who know exactly what they are doing, because customised code can cause various problems in the Storefront or open up potential vulnerabilities!

{% hint style="info" %}
**Note**: Please note that we cannot offer support **for the creation** of customisations or custom code or **for solving problems** with your customisations or custom code.
{% endhint %}

If you are not absolutely sure, you can request support in creating your desired customisation via the ThemeWare® Service Portal:

{% embed url="<https://service.themeware.design/en/service>" %}
ThemeWare® Services at a glance
{% endembed %}


---

# 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/individual-customizations.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.
