# 데이트 앱

Tinder와 유사한 데이팅 앱을 만들기 위해 다음과 같은 기능이 필요합니다:

* 앱에 게시하는 능력
* 앱에서 사용자 프로필을 표시하는 기능
* 앱에서 사용자와 연락할 수 있는 기능
* 사용자들에게 신뢰를 유도하는 기능
* 사용자들을 평가하는 기능

## 앱에 게시하는 기능

CanCan 채널에는 기사, 이미지 또는 비디오를 게시할 수 있습니다. 이에 대한 가이드는 아래 페이지에서 확인할 수 있습니다:

{% content-ref url="/pages/IVpCqDb2n6NUa3DbfHwn" %}
[제품/서비스 나열](/korean/products/cancan/products-services/listing-products-services.md)
{% endcontent-ref %}

## 앱에서 사용자 프로필을 표시하는 기능

사용자 프로필을 앱에 표시하려면 사용자가 먼저 [자신의 채널을 만들어야 합니다](/korean/products/cancan.md), 그리고 그 사용자는 다음 페이지의 가이드에 따라 채널에 등록해야 합니다:

{% content-ref url="/pages/EANXvv2QXjXG61hCsid7" %}
[멤버십](/korean/products/cancan/memberships.md)
{% endcontent-ref %}

한 번 사용자가 채널에 등록되면 해당 사용자의 프로필은 다음과 같이 사용자의 메인 채널에서 **Items > Users** 탭 아래에 표시됩니다:

<figure><img src="/files/OeW3ByzZvBgMXEpXA6YX" alt=""><figcaption></figcaption></figure>

## 앱에서 사용자와 연락할 수 있는 기능

사용자에게 연락하기 위해서는 해당 사용자가 자신의 채널에 연락 정보를 추가해야 합니다. 사용자 프로필을 **Items > Users** 탭에서 찾아 위 이미지와 같이 사용자의 채널로 이동합니다.

사용자가 연락 정보를 추가했다면, 사용자의 프로필에서 시작 투어 버튼 바로 앞에 연락 정보에 대한 아이콘이 표시됩니다. 이 아이콘을 통해 사용자에게 직접 연락할 수 있습니다. 사용자는 다른 사용자로부터 연락을 받기 위해 자신의 [PayChat](https://paychat.payswap.org) 핸들을 연락처로 추가하거나 채널 설명에 추가할 수 있도록 권장됩니다.

## 사용자들에게 신뢰를 유도하는 기능

대부분의 데이팅 앱은 사기꾼, 클라우트 체이서 또는 성매매자들로 가득 차 있습니다. 사용자가 앱의 사용자가 아닌 것을 보장하는 [trustBounty](/korean/products/trustbounties.md)를 만들어야만 앱의 사용자가 될 수 있도록 요구할 수 있습니다.

이를 위해 채널 멤버십을 권한 부여하게끔 만들어야 합니다. 이에 대한 자세한 내용은 아래 페이지에서 확인할 수 있습니다:

{% content-ref url="/pages/EANXvv2QXjXG61hCsid7" %}
[멤버십](/korean/products/cancan/memberships.md)
{% endcontent-ref %}

또한 사용자들이 채널에 등록하기 위해 얼마의 [trustBounties](/korean/products/trustbounties.md)를 최소로 가져야 하는지 알 수 있도록 채널의 최소 보상 요구 사항을 업데이트해야 합니다. 이에 대한 가이드는 아래 페이지에서 **Setting Up Permissioned Memberships** 섹션을 확인하세요.

## 사용자 평가

사용자를 평가하려면 해당 사용자의 채널을 투표로 평가하면 됩니다. 이에 대한 자세한 내용은 아래 페이지에서 확인할 수 있습니다:

{% content-ref url="/pages/fBEhvS5kxIVOK80oV2tp" %}
[투표](/korean/products/cancan/votes.md)
{% endcontent-ref %}


---

# 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/dating-app.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.
