# Accueil

<figure><picture><source srcset="/files/XDB7yBC9REpv1xuoMuU6" media="(prefers-color-scheme: dark)"><img src="/files/tIgDNxEW7xhqJ8ZEpFr8" alt="" width="202"></picture><figcaption></figcaption></figure>

<p align="center">Un set d’icônes 100 % sur-mesure, conçu pour Papillon et le monde scolaire</p>

<p align="center"><a href="https://github.com/PapillonApp/Papicons" class="button primary">Voir sur GitHub</a> <a href="https://www.npmjs.com/package/@getpapillon/papicons" class="button secondary">Voir sur NPM</a></p>

***

{% columns %}
{% column width="41.66666666666667%" %}

### Simple à intégrer

Papicons propose une bibliothèque d’icônes modernes et harmonisées, spécialement conçues pour le monde de l'éducation. Simples à intégrer, elles permettent aux développeurs de créer des interfaces cohérentes, esthétiques et intuitives en un minimum d’effort.

<a href="/pages/hRpCMHjWjAlPjYTIqeaT" class="button secondary" data-icon="rocket-launch">Commencer à intégrer</a>&#x20;
{% endcolumn %}

{% column width="58.33333333333333%" %}
{% code title="index.tsx" %}

```tsx
function Bouh() {
  return (
    <List>
      <Item>
        <Icon>
          <Papicons name="Ghost" />
        </Icon>
    
        <Typography variant="title">
          Bouh !
        </Typography>
      </Item>
    </List>
  )
};
```

{% endcode %}
{% endcolumn %}
{% endcolumns %}


---

# 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.papillon.bzh/papicons/accueil.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.
