# Custom liquid

***

### 1. Our guide to set up a Custom liquid block:

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

* In the theme editor, under the Product information section, click **Add block.**
* Select **Custom liquid.**
* Click **Save.**
  {% endhint %}

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/49589f63-5479-4e24-9b24-f8d236adf883/Screenshot%202023-12-05%20at%204.47.57%20PM.png" alt=""><figcaption></figcaption></figure>

### **2. Custom liquid block setting:**

* Click on the **Custom liquid** block, the settings sidebar will open and you can configure the option below:

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/5da75929-26b7-401d-b5b6-40cf100ebb4e/Screenshot%202023-12-05%20at%204.55.01%20PM.png" alt=""><figcaption></figcaption></figure>

* **Custom liquid** box will allow you to add liquid code for your product page. So, you can extend the information for your product page.

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/00a20b73-2022-418d-8852-455489b44486/Screenshot%202023-12-05%20at%205.17.32%20PM.png" alt=""><figcaption></figcaption></figure>


---

# 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/product-pages/product-information/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.
