> 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/integration/page-builder-apps/pagefly.md).

# PageFly

PageFly 是一款适合所有人使用的用户友好型建站工具，无论是新入驻的 Shopify 店主，还是成长中的企业和专业品牌都能轻松上手。您无需任何编码技能即可自定义 Shopify 页面，将访客转化为真正的客户。

PageFly 主要功能：

* 6 种主要页面类型，拥有 100+ 页面模板、100+ 预制区块等
* 通过倒计时、促销横幅、交叉销售、颜色色卡等功能优化转化率
* 获得 SEO 友好工具认证，不会拖慢您的网店速度
* 在桌面端、移动端或平板电脑上均具有完全响应式设计
* 兼容任何主题，可轻松为主题添加更多区块

{% hint style="info" %}
BOGOS 与 PageFly 之间的集成支持动态的优惠活动、捆绑放置与自定义。
{% endhint %}

{% embed url="<https://youtu.be/Mebnses2uJk?si=8bsEtkNI3E1CgspW>" %}

## 如何安装 PageFly

**步骤 1：** 从 [Shopify 应用商店](https://shopify.pxf.io/zNEOG7)安装 PageFly。

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

**步骤 2：** 创建您的 PageFly 页面：[新建页面](https://help.pagefly.io/manual/get-started-in-5-mins/)，或使用[他们的模板](https://help.pagefly.io/manual/use-a-template-to-create-a-new-page/)

**步骤 3：** 在第三方集成中搜索 BOGOS 并激活应用集成。请确保您的 Shopify 店铺中已安装 BOGOS 应用。您还应先在 BOGOS 中创建一个优惠活动或捆绑优惠，然后再到 PageFly 中进行设置。

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

**步骤 4：** 选择您偏好的应用模块。BOGOS 应用模块共有两种类型：

* 赠品：包括[赠品滑块](/cn/detailed-guide/gift-offer.md)、[赠品图标](/cn/detailed-guide/customize/customize-gift-icon-and-gift-thumbnail.md)、[购物车消息](/cn/detailed-guide/customize/customize-cart-message.md)和赠品缩略图
* 追加销售与交叉销售：包括[经典捆绑](/cn/detailed-guide/bundle-offer/create-classic-bundle.md)和[数量分级折扣](/cn/detailed-guide/discount-offer/create-quantity-break.md)。这些模块仅适用于商品页面。

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

**步骤 5：** 将 BOGOS 模块拖放到您的页面中。完成后，请点击 *保存* 并 *发布* 页面，以便更改能自动同步到您的网店中。

<figure><img src="/files/qB022G5pTH2DwbJRvvv2" 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/integration/page-builder-apps/pagefly.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.
