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

# Custom Liquid

When your theme requires some custom Liquid code to be added like an App Snippet, or custom-written functionality, this section allows you to inject the Liquid code right into your theme.&#x20;

This section will accept HTML and CSS as well:

<figure><img src="/files/GPXVomLbpzrt2hotJdWG" alt=""><figcaption></figcaption></figure>

> ***Tip***: If you are adding custom CSS, these can be used as overrides for the current page only.&#x20;
>
> Ideal if you want certain headers or text changed for the homepage only or a certain page template

### How to use

If you have an App that requires custom code including Liquid, add the section to the homepage or the suggested page/template by the App developer:

<figure><img src="/files/2vf9F2ojq7P6fOc6N0pb" alt=""><figcaption><p><strong>Example on homepage</strong></p></figcaption></figure>

Add the custom code block into the Section settings:

<figure><img src="/files/wDQv6AF1JJRDle5AgK5M" alt=""><figcaption><p><strong>Example of Product Page template</strong></p></figcaption></figure>

&#x20;


---

# 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:

```
GET https://pipeline.groupthought.com/sections/list-of-sections/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.
