# 할인 및 캐시백

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/products/cancan/discounts.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.
