# Alternate templates

{% hint style="info" %}
These templates were added in v3.2.4 on Nov 25, 2024. See our [Changelog](/stiletto/readme/changelog.md) and [theme update guide](/stiletto/general/theme-updates.md) to learn more.
{% endhint %}

Stiletto include 3 alternate templates for product pages. These templates use preset layouts that demonstrate the flexibility of the product page.

These templates are starting points for customization. You can modify the template settings and add different sections to create custom layouts.

> The default product template uses the product tabs section to display the description and details. [Learn more about using product tabs](/stiletto/product-pages/layout-and-style/product-with-tabs.md).

<table><thead><tr><th width="178">Template</th><th width="162">Demo</th><th>Layout</th></tr></thead><tbody><tr><td>alternate-1</td><td>Chic</td><td><strong>Media gallery</strong>: Grid<br><strong>Details:</strong> Right column</td></tr><tr><td>alternate-2</td><td>Organic</td><td><strong>Media gallery</strong>: Thumbnails<br><strong>Details:</strong> Left column</td></tr><tr><td>alternate-3</td><td>Craft</td><td><strong>Media gallery</strong>: List<br><strong>Details:</strong> Right column</td></tr></tbody></table>

## Use alternate templates

***

To apply the alternate templates to your products, you must assign the templates in your Shopify admin. Follow the steps when you're done customizing the template.

{% hint style="info" %}
If your theme isn't published yet, learn how to [assign templates from unpublished themes](/stiletto/general/editing-themes/using-templates.md#assign-templates-from-unpublished-theme)
{% endhint %}

<details>

<summary><mark style="color:blue;"><strong>STEPS</strong></mark></summary>

In your **Shopify admin**:

1. Click **Products**.
2. Click to open the product that you want to use the alternate template.
3. Click the **Theme template** menu and select the alternate template you want to assign to your product page.

   > **Note**: Templates can't be assigned on unpublished themes. Your changes to templates will be saved and can be assigned when you buy and publish the theme.
4. Click **Save**.

</details>


---

# 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://help.fluorescent.co/stiletto/product-pages/product-template/alternate-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.
