> 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/volume-themes/products/size-guide.md).

# Size Guide

To display the **Size Guide** in the **Variant Picker** block of the **Product Overview** section, you need to add a dynamic information source for size details.

You have two options to achieve this (expand preferred option below):

<details open>

<summary><strong>Content from Rich Text:</strong> Size information is added individually for each product.</summary>

1. **Create a metafield:**

* Navigate to **Settings → Metafields and metaobjects → Products**, then click **Add definition** in the upper-right corner.
* Create a new metafield:
  * **Name:** Size guide
  * **Namespace and key:** custom.size\_guide
  * **Type:** Rich text
  * **Save**

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

2. Go to the product editing page and fill in the newly created metafield.

<figure><img src="/files/7GDvwXOvkKSUmExrQtME" alt=""><figcaption></figcaption></figure>

3. **Connect the dynamic source to the product template:**

* Navigate to the **Variant Picker** block in the **Product Overview** section.
* Click the **Connect dynamic source** icon for the **Content from rich text** field.
* Select **Template → Product → Size guide**.
* **Save**

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

</details>

<details>

<summary><strong>Content from page:</strong> Pages with size information are created for specific product groups, and a metafield on the product determines which page is linked to a particular item.</summary>

1. **Create a Page with size information for a product group.** The example below creates a page for **Clothing**:

* Navigate to **Online Store → Pages**.
* Add a **Title** and **Content**.
* **Save**

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

2. **Create a metafield to link the page to a product:**

* Navigate to **Settings → Metafields and metaobjects → Products**, then click **Add definition** in the upper-right corner.
* Create a new metafield:
  * **Name:** Size chart
  * **Namespace and key:** custom.size\_chart
  * **Type:** Page, One page
  * **Save**

<figure><img src="/files/0xJ68Cu7NagL2OFkRooo" alt=""><figcaption></figcaption></figure>

3. **Go to the product editing page and fill in the newly created metafield.**

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

4. **Connect the dynamic source to the product template:**

* Navigate to the **Variant Picker** block in the **Product Overview** section.
* Click the **Connect dynamic source** icon for the **Content from page** selector.
* Select **Template → Product → Size chart**.
* **Save**

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

</details>


---

# 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/volume-themes/products/size-guide.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.
