# Configuration

***

### Individual CSS code (Snippet)

**Field type**:\
Select

**Available values**:\
• no\
• yes

**Example value**:\
`no`

**Path to the configuration**:\
Tab "Others" => Block "Deprecated"

**Technical name**:\
`twt-custom-css`

{% hint style="info" %}
Store individual CSS code in the snippet twt.custom.css.

These CSS code is loaded directly in the head area and has to be minimized with a CSS minifier tool.

**Example:**\
h1{font-size:50px}.my-class{color:#777}
{% endhint %}

***

### Load deprecated CSS classes (optional)

**Field type**:\
Select

**Available values**:\
• no\
• yes

**Example value**:\
`no`

**Path to the configuration**:\
Tab "Others" => Block "Deprecated"

**Technical name**:\
`twt-custom-css-deprecated-classes`

{% hint style="info" %}
Adds some deprecated CSS classes for manual use in Shopping Experiences.

These classes will be removed soon. You can find the current classes in the documentation.

**Example**:\
twt-custom-cms-col-padding-0 or twt-custom-cms-headline-bath
{% endhint %}


---

# 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://docs.themeware.design/manual/others/deprecated/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.
