# 제품 리믹스

CanCan의 기능을 사용하여 현재 존재하는 대부분의 기업들의 리믹스를 만들 수 있습니다. CanCan을 사용하면 모든 앱이 가지고 있는 대부분의 기능을 구현할 수 있습니다:

* 제품/서비스를 나열하고 판매할 수 있는 능력
* 다른 사람들이 플랫폼에 제품/서비스를 제공하고 각 판매마다 일정 비율을 차감할 수 있는 능력
* 블로그를 만들 수 있는 능력
* 사용자가 등록하고 따라서 이메일을 공유할 수 있는 능력
* 판매를 추적할 수 있는 능력
* 사용자가 요청을 생성할 수 있는 능력
* 할인을 제공할 수 있는 능력
* 스폰서에게 광고 자리를 판매할 수 있는 능력
* 등등.


---

# 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/korean/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.
