# Custom Liquid

The **Custom Liquid** section allows advanced users to inject their own Liquid code directly into the theme.

* Add custom HTML or Liquid code. Useful for app snippets or advanced customization.
* One of its biggest advantages is **preservation across theme updates** — custom Liquid code remains intact during migrations, making it a safe way for merchants to customize without disrupting the upgrade path.
* Perfect for small enhancements without developer intervention.

Go to **Online Store > Themes > Customize**

1. Choose a page (or create a new one)
2. Click **Add Section** > **Custom Liquid**

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

<table><thead><tr><th width="308"></th><th></th></tr></thead><tbody><tr><td>Expand to full width</td><td>Enable for full width view. (Controls the container width)</td></tr><tr><td>Color scheme</td><td>Select any color scheme defined in the theme settings > Colors > Schemes.</td></tr><tr><td>Liquid</td><td>Add app snippets or custom liquid code for advanced customization.</td></tr><tr><td><strong>Section space</strong></td><td></td></tr><tr><td>Top space</td><td>Adjust top spacing for the section.</td></tr><tr><td>Bottom space</td><td>Adjust bottom spacing for the section.</td></tr></tbody></table>


---

# 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://wedesigntech-1.gitbook.io/elegance/section/custom-liquid.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.
