# Custom liquid

The custom liquid section allows developers to insert Liquid code directly into a page, enabling advanced customization and dynamic content beyond standard theme settings. It is typically used for highly specific layouts, integrations, or conditional logic.

#### Liquid content

Provides an editor where custom Liquid code can be added. This allows for advanced rendering of dynamic content, Shopify objects, or custom logic within the theme.

Use with caution, as invalid code may affect layout or functionality.

#### Vertical spacing

Controls the spacing around the section to adjust its separation from surrounding content.

#### Vertical spacing (desktop)

Sets the vertical spacing applied on desktop devices. Default is Large.

#### Vertical spacing (mobile)

Sets the vertical spacing applied on mobile devices to ensure consistent spacing across screen sizes.


---

# 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://gatame.gitbook.io/highstreet/dynamic-sections/code/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.
