> For the complete documentation index, see [llms.txt](https://docs.bogos.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bogos.io/detailed-guide/bundle-offer/create-bundle-builder/display-bundle-builder.md).

# Display Bundle builder

There are two ways to display the Bundle builder on your online store.&#x20;

1. Add a button on the related product pages.
2. Add bundle to your store's navigation.

## 1. Add a button on related product pages

In the Create/Edit Bundle builder, check on "Show a button on product page"

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

After checking on this field and Save changes, the button on your product in bundle will appear on its product page.&#x20;

<figure><img src="/files/14u2xtDE4WLSHRf16KOK" alt=""><figcaption></figcaption></figure>

## 2. Add bundle to your store's navigation&#x20;

### 2.1. Copy your bundle's link

Copy your bundle's link in Edit Bundle builder.&#x20;

<figure><img src="/files/33V0HEMxW6qgLlTFV7L8" alt=""><figcaption></figcaption></figure>

### 2.2. Go to your store Content > Menus

<figure><img src="/files/7F9FrfZoIapoeELAFyed" alt=""><figcaption></figcaption></figure>

Go to Main menu

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

Add menu item

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

Insert Label and copied bundle link and Save

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

### 3. Check it on your Online store

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


---

# 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.bogos.io/detailed-guide/bundle-offer/create-bundle-builder/display-bundle-builder.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.
