> For the complete documentation index, see [llms.txt](https://doc.labourdinsfoot.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.labourdinsfoot.fr/app/compte-parent/gerer-les-enfants.md).

# Gerer les enfants

Avant de pouvoir inscrire un enfant à un stage, vous devez créer son profil.\
Un même compte parent peut gérer plusieurs enfants.

## Ajouter un enfant

{% stepper %}
{% step %}
Connectez-vous sur [app.labourdinsfoot.fr](https://app.labourdinsfoot.fr/).
{% endstep %}

{% step %}
Dans le menu, cliquez sur **Mon espace**.
{% endstep %}

{% step %}
Dans l'onglet **Mes Enfants**, cliquez sur **Gérer** ou Créer un profil.

<figure><img src="/files/KWD27eINZNlkamtSIJfh" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Renseignez les informations :

* **Prénom** et **Nom**
* **Date de naissance**
* **Des particularités importantes à connaitre (PAI, allergies...)**

<figure><img src="/files/7QZ0HT1N7AXZs7V4SgTr" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Si votre enfant n'est pas licencié aux Labourdins, vous devez fournir un certificat médicale de non-contre indications à la pratique du football, via votre espace parent.
{% endhint %}
{% endstep %}

{% step %}
Cliquez sur **Enregistrer**.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
La date de naissance est utilisée pour déterminer automatiquement la catégorie de votre enfant (U6-U9, U10-U13, U14-U18…). Elle conditionne l'accès à certains stages réservés à des tranches d'âge spécifiques.
{% endhint %}

## Modifier un profil enfant

{% stepper %}
{% step %}
Rendez-vous dans **Mes enfants**.
{% endstep %}

{% step %}
Cliquez sur le nom de l'enfant à modifier.
{% endstep %}

{% step %}
Corrigez les informations souhaitées.
{% endstep %}

{% step %}
Cliquez sur **Enregistrer**.
{% endstep %}
{% endstepper %}

## Supprimer un profil enfant

{% stepper %}
{% step %}
Rendez-vous dans **Mes enfants**.
{% endstep %}

{% step %}
Cliquez sur le nom de l'enfant.
{% endstep %}

{% step %}
Cliquez sur **Supprimer ce profil** en bas du formulaire.
{% endstep %}

{% step %}
Confirmez la suppression.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
La suppression d'un profil enfant est définitive. Les inscriptions déjà effectuées ne sont pas supprimées.
{% endhint %}


---

# 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:

```
GET https://doc.labourdinsfoot.fr/app/compte-parent/gerer-les-enfants.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.
