> 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/pages/faq-page-template.md).

# FAQ page template

The FAQ page template in Pipeline allows you to build a Frequently Asked Questions page with accordion style drop-down options:

![](https://s3.amazonaws.com/helpscout.net/docs/assets/591c8a010428634b4a33375c/images/5f9b66224cedfd0016107f7c/file-HXgN0iJnGA.gif)

#### How to

Choose page.faq as your page template in the Shopify Admin for pages:

![When Pipeline is published, these page templates become available](https://s3.amazonaws.com/helpscout.net/docs/assets/591c8a010428634b4a33375c/images/5f9b65004cedfd00165ab726/file-3sChBKzvIL.gif)

In the Theme Editor, navigate to the page the template:

![Choose the page with the assigned template](https://s3.amazonaws.com/helpscout.net/docs/assets/591c8a010428634b4a33375c/images/5f9b6c59cff47e0017d2cd56/file-HfSn2sw4pS.gif)

Add ***Text blocks*** for each FAQ item:

![Heading is used as the main title and link. Text is used as the content which is shown when expanded](https://s3.amazonaws.com/helpscout.net/docs/assets/591c8a010428634b4a33375c/images/5f9b6f81cff47e00160b4fd1/file-2HFHRsly6m.gif)

Use ***Page images*** to add a banner image at the top of your FAQ.\
\
Return to the Custom page template and choose Page images. Then, choose Add page:

![Each page can have a unique banner image when using Page images in Pipeline](https://s3.amazonaws.com/helpscout.net/docs/assets/591c8a010428634b4a33375c/images/5f9b7693cff47e0017d2cd71/file-SuiFRaOcDl.gif)

With ***Page images***, you can associate a unique image to any of your Shopify Pages. Manage each image and page associate in ***Page images***. &#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/pipeline-5/pages/faq-page-template.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.
