> 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/pipeline-5/products/custom-content.md).

# Custom content sections

{% hint style="success" %}
New in Pipeline 5.2
{% endhint %}

The new product template in Pipeline allows you to add rich custom content below the featured image:

![](/files/-Me7jhK7CcMFn80WvuRg)

#### Content types

Add blocks on rich content including video, images, text, newsletter sign-up and more:

![](/files/-Me7kaVxxMEnVFNvDqKO)

Custom content allows you to add upto two columns/blocks of content. You can choose from any type that's available. These content blocks will appear on all your producd pages with the same content. It's ideal to promote your brand, current promotions, customer engagement, featured items and more.&#x20;

#### Newsletter sign-up example

We can have one or two blocks in each custom content section. Here's a sample of a single block used with just and image. Then a second is added to create a rich newsletter sign-up form:

![](/files/-Me7oqrK5v9lNH2enlt7)

#### Height settings

Choose the section to view section setting options including height and spacing:

![](/files/-Me7ngnXd3QJo_XgNKyy)

#### Hiding and removing blocks

Hiding or removing a block will change the section from two columns to one column:

![](/files/-Me7rV6Zgc4kQJBkGXth)

If you wish to replace the content with another type of content, then remove the unwanted block and replace with a new one:

![](/files/-Me7srTfK3MYj2xACgmj)

#### Removing sections

Pipeline's product template includes two sections of custom content to get you started with building rich and creative product pages. You can easily remove one or both sections by removing each of the blocks within the section or hiding them. Removing or hiding blocks and sections removes or hides them from all product pages.&#x20;

![How to remove all custom content](/files/-Me7uZUWK0I-pUBiBfiv)

{% hint style="success" %}
Easiest option is to simply hide each block:
{% endhint %}

![Hides all custom content on your product pages](/files/-MeWjOHII7S49jtbMiCn)


---

# 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/pipeline-5/products/custom-content.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.
