# Application BNPL

Comment utiliser les fonctionnalités des valuepools pour créer une application BNPL comme Klarna ?

Pour créer une application de ce type, vous auriez besoin des fonctionnalités suivantes :

* Capacité à évaluer la fiabilité de l'utilisateur
* Capacité à accorder des prêts aux utilisateurs afin qu'ils puissent acheter des articles sur le marché
* Capacité à rembourser les prêts


---

# Agent Instructions: 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:

```
GET https://docs.payswap.org/francais/use-cases/valuepools/bnpl-app.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
