> For the complete documentation index, see [llms.txt](https://blueskytechcompany.gitbook.io/minimog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blueskytechcompany.gitbook.io/minimog/5.our-module/product-size-charts.md).

# Product Size Charts

### Overview

To make it more convenient for customers to choose the size of their products, store owners can add size charts by using **Product Size Charts** module.

### 1. Customers

In Detail Page, Customers can see the **Size Chart** by click to **Size Guide** button.

{% embed url="<https://blueskytechmage.com/kalles/documentation/images/videos/sizeguide.webm>" %}

### 2. Admin

Login to your backend page, then go to <mark style="color:red;">`BLUESKYTECHCO > Product Size Charts`</mark>. Click to **Add New** to add a Size Chart

![](/files/S4Vu60EXTXFpFBXw8f84)

![](/files/TcAyMy4pdS1pOLMdKmpi)

* In the **Name** field: Specify the name of **Size Chart**.
* In the **Type** field: Select the type of **Size Chart**.
* In the **Category** field: Add the category to **Size Chart**.

![
](/files/BH8u8QwFTIvgSgw4aDha)

* Click to **Edit with Page Builder** to customize your size chart content.

After create a new **Size Chart**, you need to add it to products. Go to `CATALOG > Products`, choose the product you want to add size chart to, scroll to **Product Size Guide** and choose the **Size Chart**

![](/files/c85BdNIJh20CS00QqZqB)

Click **Save** to save the config.

Copyright © 2022 [Blueskytechco.com](https://blueskytechco.com/). All Rights Reserved.


---

# 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://blueskytechcompany.gitbook.io/minimog/5.our-module/product-size-charts.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.
