> 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/quick-start-guide.md).

# 快速入门指南

- [启动您的第一个优惠活动](https://docs.bogos.io/cn/quick-start-guide/launch-your-first-offer.md): 本指南将带您完成 BOGOS 的设置并创建您的第一个优惠活动。
- [自定义小组件颜色](https://docs.bogos.io/cn/quick-start-guide/customize-widget-color.md): 本指南介绍如何自定义 BOGOS 优惠小组件的颜色，使其与您店铺的品牌风格相匹配。
- [启用 BOGOS](https://docs.bogos.io/cn/quick-start-guide/enable-bogos.md): 启用 BOGOS 以配合您的主题使用
- [调整 BOGOS 模块](https://docs.bogos.io/cn/quick-start-guide/adjust-bogos-blocks.md): 本指南介绍如何调整您 Shopify 店铺上的 BOGOS 模块。
- [卸载或关闭 BOGOS](https://docs.bogos.io/cn/quick-start-guide/uninstall-or-turn-off-bogos.md)
- [BOGOS.io 概览](https://docs.bogos.io/cn/quick-start-guide/an-overview-of-bogos.io.md)
- [了解基本术语](https://docs.bogos.io/cn/quick-start-guide/understanding-basic-terms.md): 在创建优惠活动之前，先熟悉 BOGOS 中的这些基本术语


---

# 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/quick-start-guide.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.
