# Custom Liquid

***

With Custom Liquid sections, you can design and structure your store's layout according to your brand's specific needs, enhancing the overall shopping experience for your customers.

### 1. Our guide to set up a Custom Liquid section:

{% hint style="info" %}
**Steps:**

* In the theme editor, click **Add section.**
* Locate **Custom Liquid.**
* Click **Save.**
  {% endhint %}

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/a5bb99bd-234b-488f-a637-c78fad8d09ad/Screenshot%202023-11-23%20at%204.38.23%20PM.png" alt=""><figcaption></figcaption></figure>

> ***Note**: Add app snippets provided in the instructions from your downloaded apps to easily introduce apps to your pages.*

### **2. Custom Liquid section settings:**

* Click on the **Custom Liquid** section to open the section settings.

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/0395ba8c-c9a0-4515-8719-0b2a01abb55b/Screenshot%202023-11-23%20at%204.42.07%20PM.png" alt=""><figcaption></figcaption></figure>

* Enter your HTML or Liquid code into the **Custom Liquid field**.

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/cdb1e82a-4b93-45e3-ac78-61b3835fd6ff/Screenshot%202023-11-23%20at%204.55.24%20PM.png" alt=""><figcaption></figcaption></figure>

> ***Note**: In many cases, after you install a 3rd-party app, you might receive onboarding instructions that include editing your own code to add app functionality where you want it to appear in your theme. You might be able to add your app code into a **Custom Liquid section** in the theme editor instead of editing your theme code directly.*


---

# 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://help.inspiredtheme.com/articles/sections/sections-available-in-inspiredtheme/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.
