> For the complete documentation index, see [llms.txt](https://docs.papillon.bzh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.papillon.bzh/developper/readme.md).

# Accueil

<figure><img src="/files/aopj4xOnUhlz4mBmNLEk" alt="" width="128"><figcaption></figcaption></figure>

<h2 align="center"><strong>Développer pour Papillon</strong></h2>

<p align="center">Cette partie de la documentation vous sera utile pour vos premières contributions à Papillon, si elle ne répond pas à toutes vos questions, nous y répondrons avec plaisir sur le <a href="https://discord.gg/aKhYSBSzgW">serveur Discord de Papillon</a>.</p>

{% columns %}
{% column %}
{% content-ref url="/pages/GpoUPkrGgP4m0ZT7j30c" %}
[Démarrage rapide](/developper/getting-started/quick-start.md)
{% endcontent-ref %}

{% content-ref url="/pages/F0DkNO6PrwaXEH5dhXuo" %}
[Structure](/developper/getting-started/structure.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
{% content-ref url="/pages/1wHDm0HrlIwse65mlS5v" %}
[Architecture](/developper/getting-started/architecture.md)
{% endcontent-ref %}

{% content-ref url="/pages/pR6YG75OFeGWZHFsXtn3" %}
[Règles de contribution](/developper/getting-started/rules.md)
{% endcontent-ref %}
{% endcolumn %}
{% endcolumns %}

***

<h3 align="center"><span data-gb-custom-inline data-tag="emoji" data-code="1f973">🥳</span> Bienvenue à toi, cher contributeur !</h3>

{% hint style="warning" %}

## **Utilisation de l'IA sur Papillon**

Nous reconnaissons que l’intelligence artificielle peut être un outil précieux lorsqu’elle est utilisée en complément de véritables connaissances. Cependant, les Pull Requests ou Issues rédigées exclusivement ou en grande partie à l'aide de l'intelligence artificielle seront systématiquement refusées.
{% endhint %}

<p align="center">Papillon est un projet fait par des étudiants, pour des étudiants. <strong>L'intérêt étant que n'importe qui, qu'importe son niveau en informatique, puisse participer</strong>. C'est un moyen génial d'apprendre à coder des applications mobiles, avec un projet sympa qui peut t'intéresser.</p>

<p align="center">Alors si tu es prêt à tenter l'aventure (il faut que tu sois à l'aise avec JavaScript), commence par notre <a href="/pages/GpoUPkrGgP4m0ZT7j30c">guide de démarrage rapide</a> pour tout installer et tout comprendre !</p>


---

# 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.papillon.bzh/developper/readme.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.
