# Documentation Papillon

## Bienvenue

- [Accueil](https://docs.papillon.bzh/readme.md): Welcome to your team’s developer platform
- [Politique de confidentialité](https://docs.papillon.bzh/privacy-policy.md): Dernière mise à jour : 1er février 2026
- [Conditions générales d'utilisation](https://docs.papillon.bzh/terms.md): Dernière mise à jour : 1er février 2026

## Développer

- [Accueil](https://docs.papillon.bzh/developper/readme.md)
- [Démarrage rapide](https://docs.papillon.bzh/developper/getting-started/quick-start.md)
- [Architecture](https://docs.papillon.bzh/developper/getting-started/architecture.md)
- [Structure](https://docs.papillon.bzh/developper/getting-started/structure.md)
- [Règles de contribution](https://docs.papillon.bzh/developper/getting-started/rules.md)
- [Compiler pour iOS](https://docs.papillon.bzh/developper/compile/ios.md)
- [Compiler pour Android](https://docs.papillon.bzh/developper/compile/android.md)

## Designer

- [Principes de design](https://docs.papillon.bzh/design/principles.md)
- [Layouts](https://docs.papillon.bzh/design/components/layouts.md)
- [TabHeader](https://docs.papillon.bzh/design/components/layouts/tabheader.md)
- [TableFlatList](https://docs.papillon.bzh/design/components/layouts/tableflatlist.md)
- [TabFlatList](https://docs.papillon.bzh/design/components/layouts/tabflatlist.md)
- [Stack](https://docs.papillon.bzh/design/components/layouts/stack.md)
- [List](https://docs.papillon.bzh/design/components/list.md)
- [Item](https://docs.papillon.bzh/design/components/item.md)
- [Icon](https://docs.papillon.bzh/design/components/icon.md)
- [Typography](https://docs.papillon.bzh/design/components/typography.md)

## Support

- [Accueil](https://docs.papillon.bzh/support/accueil.md)
- [Se connecter à un service](https://docs.papillon.bzh/support/kb/login.md)
- [Moyennes générales](https://docs.papillon.bzh/support/kb/averages.md)
- [Bugs, erreurs et plantages](https://docs.papillon.bzh/support/kb/bugs.md)
- [Langues et régions](https://docs.papillon.bzh/support/kb/languages.md)
- [Partenaires de Papillon](https://docs.papillon.bzh/support/kb/partners.md)
- [Questions fréquemment posées](https://docs.papillon.bzh/support/start/faq.md): Certaines questions reviennent fréquemment. C'est pourquoi nous avons pris le temps d'y répondre.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.papillon.bzh/readme.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.
