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

# Les Paywalls

Les paywalls vous permettent de faire souscrire vos utilisateurs à votre contenu. Une fois que vous avez répertorié un paywall, vous pouvez commencer à ajouter du contenu précédemment répertorié derrière celui-ci, de sorte que vos utilisateurs devront s'abonner à votre paywall pour visualiser ce contenu.

* Voici comment un paywall répertorié est affiché sur la page principale d'un canal

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

* Cliquez sur la flèche vers le bas pour en savoir plus sur le paywall

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

* Cliquez sur le bouton Détails pour obtenir des informations sur le nombre de likes/dislikes que le paywall a reçus de la part des utilisateurs ainsi que pour lire sa description

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

Vous pouvez avoir autant de paywalls que vous le souhaitez.


---

# 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/francais/products/cancan/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.
