> For the complete documentation index, see [llms.txt](https://www.boxhero.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.boxhero.io/docs/faq/fr/facturation.md).

# Facturation

- [Plans et tarifs](https://www.boxhero.io/docs/faq/fr/facturation/plans-et-tarifs.md): Découvrez les formules gratuites et payantes de BoxHero, notamment ce qui est inclus dans chacune, le fonctionnement de l'essai gratuit, les remises disponibles et la manière de gérer votre abonnement.
- [Factures et paiements](https://www.boxhero.io/docs/faq/fr/facturation/factures-et-paiements.md): Trouvez des réponses sur les moyens de paiement acceptés, la mise à jour de vos informations de facturation, le téléchargement des factures et le dépannage des problèmes de paiement.
- [Annulation de votre formule](https://www.boxhero.io/docs/faq/fr/facturation/annulation-de-votre-formule.md): Comprenez la politique de remboursement de BoxHero, comment résilier votre abonnement, ce qu'il advient de votre compte et de vos données après la résiliation, et comment vous réabonner.


---

# 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://www.boxhero.io/docs/faq/fr/facturation.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.
