> For the complete documentation index, see [llms.txt](https://thembay-docs.gitbook.io/fana/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thembay-docs.gitbook.io/fana/woocommerce-setting/size-guide.md).

# Size Guide

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

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

* [x] **Step1: Enable editing for Tbay Custom Post**

{% hint style="info" %}
Go to Elementor > Settings > General > Post Types = Thembay Blocks
{% endhint %}

![](/files/43QTNJzDM3cez4asvtcB)

* [x] **Step 2: Go to Tbay Custom Post Manager and create \[Block] Size Guide**

![](/files/6Hc3RKwbEEVHLCazyHip)

{% hint style="info" %}
You can create pictures, text or whatever you want. Here we give an example for your reference
{% endhint %}

<figure><img src="/files/9Hz1JhEJHB4jQHL2zc1X" alt=""><figcaption></figcaption></figure>

Code here:

```html
<table class="tbay-info-size-guide">
<thead>
<tr>
<td><strong>SIZE</strong></td>
<td><strong>CHEST</strong></td>
<td><strong>WAIST</strong></td>
<td><strong>HIPS</strong></td>
</tr>
</thead>
<tbody>
<tr>
<td>XS</td>
<td>34</td>
<td>28</td>
<td>34</td>
</tr>
<tr>
<td>S</td>
<td>36</td>
<td>30</td>
<td>36</td>
</tr>
<tr>
<td>M</td>
<td>38</td>
<td>32</td>
<td>38</td>
</tr>
<tr>
<td>L</td>
<td>40</td>
<td>34</td>
<td>40</td>
</tr>
<tr>
<td>XL</td>
<td>42</td>
<td>36</td>
<td>42</td>
</tr>
<tr>
<td>2XL</td>
<td>44</td>
<td>38</td>
<td>44</td>
</tr>
</tbody>
</table>
```

* [x] **Step 3: Copy Shortcode and paste in Theme Options: Fana Options > Woocommerce Theme > WooCommerce Open > Size Guide - Single Product Page (Global)**

![Copy short code](/files/YRfOZgdWdOscBFlmOGa1)

<figure><img src="/files/JEsEXJCzmyBJ12r9VEFY" alt=""><figcaption><p>paste here</p></figcaption></figure>

{% hint style="warning" %}
**To create a separate "Size Guide" for each product, you can configure it in the product details. You can create a custom post and use the shortcode as shown above or use custom text.**
{% endhint %}

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

{% hint style="info" %}
**Video tutorial:**
{% endhint %}

{% embed url="<https://www.youtube.com/watch?t=8s&v=Bf24Kjp9tls>" %}


---

# 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:

```
GET https://thembay-docs.gitbook.io/fana/woocommerce-setting/size-guide.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.
