> 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-html.md).

# Custom HTML

This section allows you to add HTML code as a section to any page or template. Ideal for embedding HTML code from sites like Google Forms, surveys, newsletters, and much more. This can also be used for certain Shopify Apps that require a block of HTML to be added to the store.&#x20;

### How to use

Start by adding the section to your homepage, page, blog, or any template:

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

In the Section settings, add your HTML code in the Custom HTML area:

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

### Section settings

Use the Section Spacing options to configure the width of the section and padding above and below.&#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, and the optional `goal` query parameter:

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