> 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/ri-ben-yu/use-cases/cancan/item-marketplace-rentals.md).

# アイテムマーケットプレイス: レンタル

大家が入居者を見つけて管理するためのマーケットプレイスを構築するために、CanCanの機能をどのように使用するか？

そのようなアプリを構築するには、以下の機能が必要です：

* ユーザーが賃貸できる物件をリストする機能
* サードパーティの出品者がアプリに物件をリストするために申請できる機能
* サードパーティの出品者がアプリで物件をリストし、賃貸できる機能
* サードパーティが行うすべての販売から一定の割合を差し引く機能
* 家賃の自動徴収機能
* オークションを通じて商品を販売する機能
* 物件/顧客を評価および/またはレビューする機能

## ユーザーが賃貸できる物件をリストする

以下のページで、CanCanチャンネルで物件をリストする方法について詳しく読むことができます

{% content-ref url="/pages/DZ3zrRYB6StXDSo2mgGl" %}
[製品/サービスのリスト](/ri-ben-yu/products/cancan/products-services/listing-products-services.md)
{% endcontent-ref %}

## サードパーティの出品者がアプリに物件をリストするために申請できる

CanCanチャンネルを設定して、サードパーティの出品者から提携申請を受け取ることができるようにします。

以下のページで、これを行う方法について詳しく読むことができます：

{% content-ref url="/pages/EAUhSJDo4ggNsgVhlIex" %}
[パートナーシップ](/ri-ben-yu/products/cancan/partnerships.md)
{% endcontent-ref %}

## サードパーティの出品者がアプリに物件をリストし、賃貸できる

以下のページで、サードパーティの出品者がアプリに物件をリストする方法についてもっと詳しく読むことができます：

{% content-ref url="/pages/EAUhSJDo4ggNsgVhlIex" %}
[パートナーシップ](/ri-ben-yu/products/cancan/partnerships.md)
{% endcontent-ref %}

## サードパーティが行うすべての販売から一定の割合を差し引く

ユーザーは、パートナーウォールに自分の物件をリストする際に、各販売からあなたに支払う割合を指定します。以下の画像では、ユーザーがリファラー手数料フィールドに10と入力しており、それは各販売に対して10％をあなたに支払うことを意味しています。

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

また、チャンネルで許可されている最小手数料が0％であることもわかります。これを変更するには、以下のガイドの**最小パートナーシップ手数料の更新**セクションに従ってください

{% content-ref url="/pages/EAUhSJDo4ggNsgVhlIex" %}
[パートナーシップ](/ri-ben-yu/products/cancan/partnerships.md)
{% endcontent-ref %}

パートナーのチャンネルに商品をリストする方法について詳しくは、上記のページの**パートナーウォールにアイテムを追加する**セクションを参照してください

## 家賃の自動徴収

家賃はサブスクリプションのようなものなので、各物件にペイウォールを設定し、入居者に購読させることができます。ペイウォール契約は定期的に支払いを集めます（週、月、年など、設定方法に応じて）。

以下のページで、ペイウォールの設定について詳しく読むことができます

{% content-ref url="/pages/HPxoT5lTzI7JULkBs1RH" %}
[ペイウォールのリスト化](/ri-ben-yu/products/cancan/paywalls/listing-paywalls.md)
{% endcontent-ref %}

## 家賃価格の決定にオークションを使用する

賃貸物件をオークションとして設定し、潜在的な入居者が賃貸物件を入手するためにオークションを行うことができます。以下のページで、オークションの設定方法について詳しく読むことができます：

{% content-ref url="/pages/zWjWJjmGnfEEyAkuWBVk" %}
[オークションと入札](/ri-ben-yu/products/cancan/auction-and-bids.md)
{% endcontent-ref %}

## 物件/顧客の評価とレビュー

物件を評価するには、物件をクリックしてその商品ページに移動し、評価とレビューを入力します。これについて詳しくは、以下のページを参照してください：

{% content-ref url="/pages/7aerkSqZBg1JMCv48ObY" %}
[レビュー](/ri-ben-yu/products/cancan/reviews.md)
{% endcontent-ref %}

物件所有者の場合、クライアントを評価することもできます。評価は、彼/

彼女のチャンネルに投票することで行います。これについて詳しくは、以下のページを参照してください：

{% content-ref url="/pages/eoYNioGuZB66t71Y3qvj" %}
[投票](/ri-ben-yu/products/cancan/votes.md)
{% endcontent-ref %}


---

# 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/ri-ben-yu/use-cases/cancan/item-marketplace-rentals.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.
