> 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/cn/detailed-guide/bundle-offer/create-bundle-builder/display-bundle-builder.md).

# 展示捆绑包构建器

有两种方法可以在您的网店上显示捆绑包构建器。

1. 在相关商品页面上添加按钮。
2. 将捆绑包添加到您店铺的导航中。

## 1. 在相关商品页面上添加按钮

在创建/编辑捆绑包构建器中，勾选“在商品页面上显示按钮”

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

勾选此字段并保存更改后，捆绑包中该商品的按钮将出现在其商品页面上。

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

## 2. 将捆绑包添加到您店铺的导航中

### 2.1. 复制您的捆绑包链接

在编辑捆绑包构建器中复制您的捆绑包链接。

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

### 2.2. 进入您的店铺内容 > 菜单

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

进入主菜单

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

添加菜单项

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

输入标签并粘贴复制的捆绑包链接，然后保存

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

### 3. 在您的网店上检查

<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/cn/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.
