# Customer liquid

### Customer liquid

The Custom Liquid section allows you to add your own Liquid code directly into your storefront. This is especially useful for advanced customizations, embedding third-party widgets, or inserting dynamic content that isn’t available through standard sections.

To add and customize your slideshow section:

1. Go to the theme editor (**Customize**), click **Add section > Customer Liquid.**
2. Customize the following settings:<br>

### Contact form Settings Reference

| Setting                       | Description                                                                                                                                            |
| ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <p>Liquid code</p><p><br></p> | Enter your Liquid code here. Liquid is Shopify’s templating language used to display dynamic store data (e.g., product titles, prices, customer info). |
| Color scheme                  | Apply a predefined color scheme to match the rest of your store’s design.                                                                              |
| Position on desktop           | Defines where the block appears on large screens (Left, Center, Right).                                                                                |
| Text alignment on desktop     | Aligns the text inside the block on desktop view.                                                                                                      |
| Position on mobile            | Defines where the block appears on small screens.                                                                                                      |
| Text alignment on mobile      | Aligns the text inside the block on mobile view.                                                                                                       |
| Custom CSS                    | Add custom styles to further personalize this section.                                                                                                 |

{% hint style="info" %}
This section is intended for users comfortable with code. Incorrect Liquid can break layouts, so test your changes carefully. For official reference, see [Shopify’s Liquid documentation](https://shopify.dev/docs/api/liquid?utm_source=chatgpt.com).
{% endhint %}

<br>


---

# 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://raidho.gitbook.io/monterrey-theme/sections/editor/page-sections/customer-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.
