> ## Documentation Index
> Fetch the complete documentation index at: https://omer-914cc1c6.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Encarts

> Utilisez des encarts pour ajouter un contexte percutant à votre contenu

Les encarts peuvent être présentés comme une Note, un Avertissement, Info, un Conseil, Check, Danger, ou vous pouvez créer votre propre encart :

<Note>Ceci ajoute une note dans le contenu</Note>

```mdx theme={null}
<Note>Ceci ajoute une note dans le contenu</Note>
```

<Warning>Cela génère un avertissement à prendre en compte</Warning>

```mdx theme={null}
<Warning>Ceci génère un avertissement à prendre en compte</Warning>
```

<Info>Met en avant une information importante</Info>

```mdx theme={null}
<Info>Ceci attire l'attention sur les informations importantes</Info>
```

<Tip>Voici un conseil utile</Tip>

```mdx theme={null}
<Tip>Ceci suggère un conseil utile</Tip>
```

<Check>Cela nous donne un statut validé</Check>

```mdx theme={null}
<Check>Ceci nous donne un statut coché</Check>
```

<Danger>Ceci est une alerte de danger</Danger>

```mdx theme={null}
<Danger>Ceci est une alerte de danger</Danger>
```

<Callout icon="key" color="#FFC107" iconType="regular"> Ceci est un appel de type personnalisé</Callout>

```mdx wrap theme={null}
<Callout icon="key" color="#FFC107" iconType="regular">Ceci est un encadré personnalisé</Callout>
```
