# Model size

Model Size feature is designed to enhance the shopping experience by providing valuable sizing information. This feature allows merchants to add detailed model measurements and reference data directly to product listings. By including this information, buyers can better understand how products fit and drape on different body types, making it easier to make informed purchase decisions and reducing the likelihood of returns.

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

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

1. Login to your Shopify store, click to **Settings**
2. Click to **Custom data** and select **Add definition** for **Metaobject definitions**
3. Set the name with **Model size**
   {% endhint %}

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

{% hint style="success" %}
4\. **Add the following fields (ensure the Keys are exactly the same):**

\- Name: **Model avatar**

Key: **model\_avatar**

Content type: **File - One file**

\- Name: **Model is wearing**

Key: **model\_is\_wearing**

Content type: **Single line text - One value**

\- Name: **Model height**

Key: **model\_height**

Content type: **Single line text - One value**

\- Name: **Model weight**

Key: **model\_weight**

Content type: **Single line text - One value**

\- Name: **Model shoulder width**

Key: **model\_shoulder\_width**

Content type: **Single line text - One value**

\- Name: **Model three-round measurements**

Key: **model\_three\_round\_measurements**

Content type: **Single line text - One value**

5. Click **Save**
   {% endhint %}

{% hint style="warning" %}
**The Names can be customized to your preference; however, it is crucial that the Keys match exactly.**
{% endhint %}

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

Once you've set up the feature, you can easily add model information to your product listings. For a step-by-step guide on how to do this, please refer to the video below.

{% embed url="<https://streamable.com/ezcvtt>" %}


---

# 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://nextsky.gitbook.io/glozin-theme/product-page-settings/product-information/model-size.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.
