> 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/rent-the-runway.md).

# Rent The Runway

Rent The Runwayのようなアプリを構築するために、CanCanの機能をどのように使用するか？

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

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

## ユーザーが購読できる商品のコレクションをリストする

カタログ内のすべての衣料品を含めたペイウォールを作成し、ユーザーがペイウォールに登録している限り、ペイウォールの背後にある任意のアイテムをリクエストして配送してもらえます。ただし、すでにそのコレクションから受け取ったアイテムは返却する必要があります。

以下のページで、ペイウォールを作成する方法について詳しく読むことができます：

{% content-ref url="/pages/HPxoT5lTzI7JULkBs1RH" %}
[ペイウォールのリスト化](/ri-ben-yu/products/cancan/paywalls/listing-paywalls.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/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/rent-the-runway.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.
