> 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/products/cancan/products-services.md).

# 제품/서비스

CanCan을 통해 채널을 통해 어떤 제품 또는 서비스든 판매할 수 있습니다.

아래 이미지들은 채널에 나열된 제품/서비스가 어떻게 표시되는지 보여줍니다. 제품의 이름, ID(공백 대신 대시가 있는 이름), 가격, 통화(이미지에서의 통화 로고는 보라색 로고), 슈퍼좋아요/슈퍼싫어요, 좋아요/싫어요, 그리고 설명을 볼 수 있습니다.

<div><figure><img src="/files/DLC5EGvlNmmaT3eNhzYD" alt=""><figcaption></figcaption></figure> <figure><img src="/files/P1EF8RDbcl3NYh6HyIRV" alt=""><figcaption></figcaption></figure></div>


---

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