> For the complete documentation index, see [llms.txt](https://help.inspiredtheme.com/articles/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.inspiredtheme.com/articles/sections/sections-available-in-inspiredtheme/custom-liquid.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.inspiredtheme.com/articles/sections/sections-available-in-inspiredtheme/custom-liquid.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
