> For the complete documentation index, see [llms.txt](https://story.groupthought.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://story.groupthought.com/story-theme-v1/pages/how-to-use-page-templates.md).

# How to use page templates

To use the custom page templates in Story, start by creating a new Shopify page or use an existing page.&#x20;

![Shopify Admin](/files/-MVOq_8RknQIdYGdyUV2)

From the Template area, use the Template suffix drop-down and choose the page template style:

![](/files/-MVOfmAgALF7yYOPbMDh)

{% hint style="success" %}
When Story theme is published, you'll be able to find the built-in custom Story page templates like:

page.contact\
page.lookbook\
page.team\
page.timeline
{% endhint %}

{% hint style="warning" %}
If Story is not published, these custom templates will not appear in your template drop-down list.&#x20;

This occurs when you are working in the non-published theme. To solve this problem create a page template of same name in the currently active, published theme. Then the page template will appear in the non-active theme.
{% endhint %}

After selecting the page template style and saving the page settings. Return to the Online **Theme Editor** and navigate to page which has the assigned template.&#x20;

![Use the Customize button to start the Theme Editor](/files/-MVSyNx7rC3tw3LANBMN)

![Scroll down to pages section to find your page](/files/-MVSxjgjq6NRlVbRtp0R)


---

# 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://story.groupthought.com/story-theme-v1/pages/how-to-use-page-templates.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.
