> For the complete documentation index, see [llms.txt](https://docs.payswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payswap.org/zhong-guo-ren/use-cases/cancan/product-remixes.md).

# 产品混音

产品重组

您可以使用CanCan的功能来创建大多数现有公司的重组版本。通过CanCan，您可以实现大多数应用程序所具有的大多数功能：

* 列出和销售产品/服务的能力
* 让其他人在您的平台上提供产品/服务并从每笔销售中提取一定比例的能力
* 创建博客的能力
* 允许用户注册并因此与您分享他们的电子邮件的能力
* 跟踪您的销售的能力
* 用户创建请求的能力
* 提供折扣的能力
* 将广告位出售给赞助商的能力
* 等等。


---

# 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:

```
GET https://docs.payswap.org/zhong-guo-ren/use-cases/cancan/product-remixes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
