> 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/products/cancan/paywalls/partnering-with-paywalls.md).

# Partnering With Paywalls

Two different paywalls can partner with each other, this will make all the content of both paywalls available to any subscriber of any of both paywalls.

This can enable multiple use cases. For instance 2 or multiples musicians can each create their own paywalls and then partner with each other so that anyone who subscribes to any of the paywalls gets to access all the content of all the paywalls. Each musicians' revenue will be the number of subscriptions sold through his/her specific paywall.

Some paywalls (especially if they already have traction) might decide to charge for partnerships.

Here is a step by step guide to partnering with a paywall:

* First thing to do is to partner with the channel. The partnerships page provides you with a guide for just that

{% content-ref url="/pages/uTs2dNOpQ5Kvl2hCVoWQ" %}
[Partnerships](/products/cancan/partnerships.md)
{% endcontent-ref %}

* Find and expand the paywall and click on the **Add Partner** button

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

* Fill in the form with the appropriate values and validate the transaction

<figure><img src="/files/2BfNvNpd7hYwbXEDWTZn" alt=""><figcaption></figcaption></figure>

* Your paywall should appear as a partner of the paywall you just partnered with and vice versa

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

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


---

# 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/products/cancan/paywalls/partnering-with-paywalls.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.
