> 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/korean/use-cases/cancan.md).

# 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의 클론: [paywalls](/korean/products/cancan/paywalls.md) (구독 판매 수량과 가격을 제한하는 데 사용되는 것)을 사용하여 창작자로서 본인의 주식을 판매할 수 있습니다; 구매자는 각 구매 후 [NFTicket](/korean/products/cancan/nftickets.md)을 받게 됩니다
* 등등.


---

# 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.payswap.org/korean/use-cases/cancan.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.
