> For the complete documentation index, see [llms.txt](https://help.brickspacelab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.brickspacelab.com/paper/guides/products/content-drawers.md).

# Content drawers

The Content drawer block allows you to display a link that opens a slide-out drawer. Use it to conveniently showcase product details such as sizing charts or ingredient lists.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td></td><td><a href="/files/hYHuA1GgsRgYMeMQbp6N">/files/hYHuA1GgsRgYMeMQbp6N</a></td></tr><tr><td></td><td><a href="/files/mZ6yY01haXoP2w0xVMLp">/files/mZ6yY01haXoP2w0xVMLp</a></td></tr></tbody></table>

{% stepper %}
{% step %}
**Open the theme editor**

1. Go to **Online** **Store** > **Themes** > **Customize**
2. From the dropdown in the top bar select **Product**
   {% endstep %}

{% step %}
**Add the Content drawer block**

1. On the lefthand side click **Add block** then select **Content drawer**
2. In the Option field enter the text that matches the product option you want to display this next to.
   * This is an optional field. Leaving this empty will ensure the block is displayed where the block is placed rather than beside the option.
   * E.g. if you want to display this next to Size then enter ‘size’ in the Option field. If no option is specified this block will be shown in the order it appears in the product template.
3. Add a title and select page content
   * Select a page that uses plain text. If you select a page that has custom sections it may not work within the slide-out drawer.
     {% endstep %}

{% step %}
Hit **Save**
{% endstep %}
{% endstepper %}

#### Clean Size Charts

If you're looking for a more features to showcase size charts on your product page we recommend [Clean Size Charts](https://apps.shopify.com/size-charts-by-clean-canvas).

A powerful tool for creating clean, customizable size charts that look great on any product page. Clean Size Charts automates the setup process by generating measurement guides and size conversions, and it also supports more advanced setups like country-specific charts and multiple size systems—perfect for growing or international stores.


---

# 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://help.brickspacelab.com/paper/guides/products/content-drawers.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.
