# CanCan

CanCan上可以启动和运营多种类型的业务：

* 商品/人才市场业务（类似亚马逊或LinkedIn）[1](https://www.payswap.org/cancan/collections/125), [2](https://www.payswap.org/cancan/collections/99)
* 共享经济业务（类似AirBnB或Rent The Runway）[1](https://www.payswap.org/cancan/collections/387), [2](https://www.payswap.org/cancan/collections/323)
* 零工经济业务（类似Uber或DoorDash）[1](https://www.payswap.org/cancan/collections/116), [2](https://www.payswap.org/cancan/collections/54)
* 订阅业务（类似Patreon或OnlyFans）[1](https://www.payswap.org/cancan/collections/33), [2](https://www.payswap.org/cancan/collections/41), [3](https://www.payswap.org/cancan/collections/178)
* 博客/媒体业务（类似Substack或The Hustle）[1](https://www.payswap.org/cancan/collections/311), [2](https://www.payswap.org/cancan/collections/109)
* 约会应用程序（类似Tinder或Hinge）[1](https://www.payswap.org/cancan/collections/34), [2](https://www.payswap.org/cancan/collections/21), [3](https://www.payswap.org/cancan/collections/256), [4](https://www.payswap.org/cancan/collections/259), [5](https://www.payswap.org/cancan/collections/304)
* 记账应用程序
* Friend.tech的克隆版本：您可以使用[付费墙](/zhong-guo-ren/products/cancan/paywalls.md)（使您能够限制您出售的订阅数量和价格）来作为创作者出售自己的股份；买家在每次购买后会获得一个[NFTicket](/zhong-guo-ren/products/cancan/nftickets.md)
* 等等。


---

# Agent Instructions: 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.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.
