> For the complete documentation index, see [llms.txt](https://staylime.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://staylime.com/docs/avante-themes/faq/theme-setup/a-page-template-isnt-showing-in-the-shopify-admin-dropdown.md).

# A page template isn't showing in the Shopify Admin dropdown

If you created a new page template in the Theme Editor but can't find it when assigning it to a page in Shopify Admin, this is standard Shopify behavior.

{% hint style="success" icon="sparkles" %}
The template dropdown in Shopify Admin only shows templates that exist in your currently **published (Live) theme**. Templates created in a draft theme are not visible there.
{% endhint %}

### How to fix this:

1. Go to **Shopify Admin → Online Store → Themes**
2. Click **Edit theme** on your **Live theme**
3. Open the top dropdown → go to **Pages** → click **Create template**
4. Name it exactly as needed (e.g. `FAQ`)

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

5. Exit the Theme Editor and go to **Shopify Admin → Online Store → Pages**
6. Open your page and assign it to the new template in the **Template** dropdown on the right

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

7. Go back to your **draft Avante theme** and create the same template there — it will now be properly linked

{% hint style="warning" icon="triangle-exclamation" %}
**Important:** Always create new templates in your Live theme first.

That's the only way they appear in the Shopify Admin dropdown.
{% endhint %}


---

# 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://staylime.com/docs/avante-themes/faq/theme-setup/a-page-template-isnt-showing-in-the-shopify-admin-dropdown.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.
