# AirBnB

AirBnB와 유사한 앱을 만들기 위해 CanCan의 기능을 어떻게 활용할 수 있는지 살펴보겠습니다:

### 앱에서 호스트가 되는 방법

앱에서 호스트가 되려면, 부동산 소유주는 채널과 파트너십을 맺은 다음 자신의 속성을 채널의 파트너 벽에 직접 등록할 수 있습니다. 이에 대해 자세히 알아보려면 아래 페이지를 참조하십시오:

[partnerships.md](/korean/products/cancan/partnerships.md)

### 앱에서 아파트 예약하기

앱에서 아파트를 예약하려면, 사용자들은 먼저 메인 페이지에서 **Items > partners** 탭 아래에서 가장 적합한 아파트를 찾은 다음 해당 제품 페이지로 이동하여 클릭합니다.

아파트의 제품 페이지에서, 사용자들은 해당 제품을 직접 구매하거나, 스테이크 마켓을 통해 구매하거나, 값을 풀을 사용하여 구매할 수 있습니다. 각 경우에 대한 가이드는 아래 페이지에서 찾을 수 있습니다:

[buying-products-services](/korean/products/cancan/products-services/buying-products-services.md)

[buying-through-the-stake-market.md](/korean/products/cancan/products-services/buying-products-services/buying-through-the-stake-market.md)

[buying-through-valuepools-daos.md](/korean/products/cancan/products-services/buying-products-services/buying-through-valuepools-daos.md)

### 호스트/게스트 평가 및 리뷰

아파트를 평가하려면 해당 속성을 클릭하여 제품 페이지로 이동한 후 평가와 리뷰를 입력하면 됩니다. 이에 대한 자세한 내용은 아래 페이지에서 확인할 수 있습니다:

[reviews.md](/korean/products/cancan/reviews.md)

호스트인 경우에는 게스트를 평가할 수도 있습니다. 이에 대한 자세한 내용은 아래 페이지에서 확인할 수 있습니다:

[votes.md](/korean/products/cancan/votes.md)

### 호스트 수입의 일정 비율 차감

호스트들은 파트너 벽에 자신의 속성을 등록할 때 각 판매마다 여러분에게 주고자 하는 비율을 명시합니다. 아래 이미지에서 사용자는 추천 수수료 필드에 10을 입력하여 각 판매마다 여러분에게 10%를 제공할 것임을 의미합니다.

채널에서 허용하는 최소 수수료는 0%입니다. 이 매개변수를 변경하려면 아래 가이드를 따라 주시기 바랍니다:

[partnerships.md](/korean/products/cancan/partnerships.md)

위 페이지에서 파트너의 채널에 제품을 등록하는 방법에 대해 자세히 알아볼 수 있습니다.


---

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