> For the complete documentation index, see [llms.txt](https://docs.maker.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maker.co/maker-pages/build-pages/how-do-i-add-an-entire-product-collection-to-a-maker-story.md).

# How do I add an entire product collection to a Maker Story?

{% stepper %}
{% step %}

### Click on the "ELEMENTS" tab on the media panel.

<figure><img src="/files/JrKYwtn0Rtbvozg6zxuV" alt="How do I add an entire product collection to a Maker Story? — step 1"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click on "Product"

<figure><img src="/files/qRXGWQQkWfBVQrRXzZSx" alt="How do I add an entire product collection to a Maker Story? — step 2"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click on "FILTER"

<figure><img src="/files/AzBz6Of3bL69c2RCNl1y" alt="How do I add an entire product collection to a Maker Story? — step 3"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Select the category you wish to add to the Maker Story.

<figure><img src="/files/G88NREKEoWzrxCoUn55z" alt="How do I add an entire product collection to a Maker Story? — step 4"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click on "FILTER"

<figure><img src="/files/zlSct8e8fduiXhs5h8BU" alt="How do I add an entire product collection to a Maker Story? — step 5"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click "ADD ALL"

<figure><img src="/files/81EdQdyAUigLB4HVhRQE" alt="How do I add an entire product collection to a Maker Story? — step 6"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Add the collection to the story.

<figure><img src="/files/4F3i7vFnnHDi2l2et7Sm" alt="How do I add an entire product collection to a Maker Story? — step 7"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### By default the collection is added as a grid. Use the "Section" contextual panel dropdown to change that to a slider or list.

<figure><img src="/files/5Bb4pcCEFXOCdhFGIKpc" alt="How do I add an entire product collection to a Maker Story? — step 8"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Alert! The products added here are capped to a maximum of 30. The collection does not auto updates if new products are added to the product feed.

{% endstep %}

{% step %}

### Tip! Turn ON live data on the Product contextual panel to auto-update price, sale price, availability, etc. from your catalog feed. The setting needs to be manually enabled for each product card as is off by default. More details can be found here- [how-do-i-turn-on-live-data-sync-for-products.md](/maker-pages/build-pages/how-do-i-turn-on-live-data-sync-for-products.md)

{% endstep %}
{% endstepper %}


---

# 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://docs.maker.co/maker-pages/build-pages/how-do-i-add-an-entire-product-collection-to-a-maker-story.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.
