> 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/subscription-app.md).

# サブスクリプションアプリ

Patreon、OnlyFans、Substack、またはコースなどのようなサブスクリプションアプリを構築するために、CanCanの機能をどのように使用するかを説明します。

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

* アプリに投稿する機能
* サブスクリプションを導入する機能
* クリエイターがあなたと提携する機能
* クリエイターが彼らのペイウォールのサブスクリプションをリストし、販売する機能
* 各サブスクリプション販売から手数料を差し引く機能
* クリエイター/ファンを評価および/またはレビューする機能

## アプリへの投稿

CanCanのチャンネルには、記事、画像、またはビデオを投稿できます。これについてのガイドについては、以下のページのガイドをお読みください：

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

## アプリのペイウォールを紹介する

ペイウォールは、非サブスクライバーに表示するメディアと説明を追加して、彼らを説得してサブスクライブさせる機能を提供します。ユーザーは、ペイウォールの製品ページに移動するために**ペイウォールを表示**リンクをクリックして、ペイウォールのユーザーレビューを読むことができます。

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

## クリエイターがあなたのアプリと提携する

あなたのペイウォールのサブスクリプションを販売したい他のクリエイターに、チャンネルのパートナーになるように申請することもできます。

チャンネルを許可されたパートナーシップのみに設定すると、これらのクリエイターからパートナーシップのリクエストを受け取ります。これらのリクエストは受け入れるか拒否するかを選択できます。

許可されたパートナーシップのチャンネルの設定とパートナーウォールへの製品リストの詳細については、以下のページをご覧ください：

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

## 他のペイウォールがあなたのペイウォールと提携する

PaySwapは、他のペイウォールが直接あなたのペイウォールと提携できるようにします。

チャンネルと提携することで、彼らはあなたのチャンネルにペイウォールをリストすることができますが、ペイウォールと提携することで、あなたのペイウォールをペイウォールの詳細セクションにリストすることができます。これについて詳しくは、以下のページをご覧ください：

{% content-ref url="/pages/VmnweFjs6krZPW1zF6vQ" %}
[ペイウォールとの提携](/ri-ben-yu/products/cancan/paywalls/partnering-with-paywalls.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/subscription-app.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.
