# Add a size chart to your product page

{% embed url="<https://youtu.be/3qaOToVdYNU/>" %}

The **Size chart** feature lets you easily create different size charts for different product types, such as tops, bottoms, shoes, bags, etc.

A sizing chart helps shoppers find their suitable size, hence lowering the chance that the products will be returned. It also improves the user experience (UX) of the website and increases customer satisfaction.&#x20;

In this article, we will guide you on how to add a size chart to your product page.

{% hint style="success" %}
Steps:

1. From your Shopify admin > **Online store**, click **Customize** on the theme you want to make changes.
2. In the theme editor, navigate to the product template.
3. In the section **Product information**, select **Variant picker** block.&#x20;
   {% endhint %}

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

{% hint style="success" %}
4\. In the **Size chart settings** > **Size option title,** insert the **product option name** you want to add your size chart button.
5\. Select a page in your Shopify Pages to get your size chart from. This means you've created a page containing a sizing chart beforehand.&#x20;
{% endhint %}

{% hint style="info" %}
You can also show different size charts to specific collections/ products by creating a custom metafield for product with namespace and key as "**foxtheme.size\_chart**".&#x20;

Learn how to [add metafield.](https://help.shopify.com/en/manual/custom-data/metafields)
{% endhint %}

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


---

# 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://docs.foxecom.com/zest-theme/faqs/product-page/add-a-size-chart-to-your-product-page.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.
