> 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-bio/get-started/getting-to-know-the-types-of-items-that-you-can-add-to-your-mkrbio.md).

# Getting to know the types of items that you can add to your Mkr.Bio

{% stepper %}
{% step %}

### Login to your Maker Bio app.

{% endstep %}

{% step %}

### Go to the Editor of the Bio you want to preview by clicking the title of the Bio.

<figure><img src="/files/r5Ql2Jh5CLgErEyT22Ms" alt="Getting to know the types of items that you can add to your Mkr.Bio — step 2"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Choose the tab where you want to add menu items in. For this example, let's choose "Store."

<figure><img src="/files/YBMWr6kb9SsZTdoehkEm" alt="Getting to know the types of items that you can add to your Mkr.Bio — step 3"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### On the bottom part of your current menu items in the tab you've selected, click "Add new item."

<figure><img src="/files/YmfKWlE6t5YYwpnVndqj" alt="Getting to know the types of items that you can add to your Mkr.Bio — step 4"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### You can simply choose "New Single Item" to customize a menu item from scratch or click the other types of menu items available and select your preferred layout.

<figure><img src="/files/7uk3couz6lSUCsVNVLuP" alt="Getting to know the types of items that you can add to your Mkr.Bio — step 5"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### You can insert "Blank Collections" and customize their visual appeal by choosing from the available layouts.

<figure><img src="/files/EWlOlkcYigMNKKuZ5ssy" alt="Getting to know the types of items that you can add to your Mkr.Bio — step 6"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### To add a Shopify collection or product collection from the connected feed as a menu item, simply click "Product Collections," select your preferred layout, and you are good to go!

<figure><img src="/files/J6iX1Hg5MdrPawap4Vmq" alt="Getting to know the types of items that you can add to your Mkr.Bio — step 7"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### You can also add an image-only menu item. We support a wide range of image file formats and image links.

<figure><img src="/files/TSQ9OyCiOlPVIXEEzLBM" alt="Getting to know the types of items that you can add to your Mkr.Bio — step 8"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### You can add "Banners & Promos" with specialized layouts designed to feature store promotions.

<figure><img src="/files/XGE2EW4ea9o81seMZBPs" alt="Getting to know the types of items that you can add to your Mkr.Bio — step 9"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### You also have the ability to add "Videos" to your Maker Bio. You can either upload a video from your computer, add a public link, or choose a video from your library.

<figure><img src="/files/vxcWKmU86p0nDdTDPH95" alt="Getting to know the types of items that you can add to your Mkr.Bio — step 10"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Alert! Below are the public links and video file formats that Maker Bio currently supports:

Public links (URL): Vimeo HLS, Vimeo Mp4

Video file formats (Upload): MP4, MKV, MOV, AVI, FLV, MPEG-2 TS, MPEG-2 PS, MXF, LXF, GXF, 3GP, WebM, MPG, QuickTime

By default, a video upload can be at most 50 MB.
{% endstep %}

{% step %}

### Add "Shoppable Media" to add products to your videos and images for your visitors to buy.

<figure><img src="/files/KeLxwkqhilOCu7q58jtg" alt="Getting to know the types of items that you can add to your Mkr.Bio — step 12"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### If you have enabled Instagram integration, you can add UGCs to your Maker Bio.

<figure><img src="/files/yFkYxjOJ5kZktxn7Xd2D" alt="Getting to know the types of items that you can add to your Mkr.Bio — step 13"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### We also have "Smart Collections" based on three (3) different criteria: Recently Viewed, Favorites, Continue Shopping

<figure><img src="/files/rG2FFXN83HedkiDehfNJ" alt="Getting to know the types of items that you can add to your Mkr.Bio — step 14"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Tip! Menu items can be nested under a header item by clicking and dragging. To accomplish this, hover your cursor over the thumbnail of the desired menu item, then click and drag it under the selected header items.

{% 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-bio/get-started/getting-to-know-the-types-of-items-that-you-can-add-to-your-mkrbio.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.
