> For the complete documentation index, see [llms.txt](https://story.groupthought.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://story.groupthought.com/story-v2/products/size-charts/static-size-chart.md).

# Static size chart

Story can add a size chart link in the product form which helps customers easily find the right size or fit. When using a static size chart, the link will appear on all of your product pages using the same product template.&#x20;

![Chosen page becomes title of size chart link in the product form](/files/EYLSjKeojO8FNHH1kGSS)

### How to setup

If needed, expand the **Product page** section to view all the blocks. Click on **Form** to view Size Chart options:

![](/files/X0hOG0eJK7HyEH8i0ybL)

The size chart popup feature in Story uses a page that's been created in the Shopify Pages editor. If you have already created a Shopify Page with your size chart information, simply choose that file by using the Select page button.

{% hint style="success" %}
The title of your page becomes the link name in the product form. Customize the title in the Shopify Pages editor to reflect a change in the link name.&#x20;
{% endhint %}

**Save** your changes after choosing a file.&#x20;

All products in your store using the same product template will now display a link to the pop-up size chart.&#x20;

Note: The Form block is renamed to the title of the page selected when using static size charts.


---

# 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://story.groupthought.com/story-v2/products/size-charts/static-size-chart.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.
