> 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/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, and the optional `goal` query parameter:

```
GET https://docs.payswap.org/korean/use-cases/cancan/product-remixes.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.
