# 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/oKwn2lxQh60W67mSOV9R)


---

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