> 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/stages-et-inscriptions/gerer-les-profils-enfants.md).

# Gérer les profils enfants

Ajouter un enfant, corriger ses informations, et comprendre à quoi sert sa date de naissance.

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**.

![](https://1971589268-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FM8EEZNSkVNUDgsBEH39S%2Fuploads%2FnwzIY0Kmlya2cltWYFa9%2Fenfants-gerer.png?alt=media)
{% endstep %}

{% step %}
Renseignez les informations :

* **Prénom** et **nom**
* **Date de naissance**
* **Particularités importantes à connaître** (PAI, allergies…)

![](https://1971589268-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FM8EEZNSkVNUDgsBEH39S%2Fuploads%2FWT8OqPOzeFu2eAuRn6Q1%2Fenfants-formulaire.png?alt=media)
{% endstep %}

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

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

{% hint style="info" %}
La date de naissance détermine automatiquement la catégorie de votre enfant (U6-U9, U10-U13, U14-U18…). Elle conditionne l'accès aux stages réservés à certaines tranches d'âge.
{% endhint %}

## Modifier un profil

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

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

{% step %}
Corrigez les informations souhaitées, puis cliquez sur **Enregistrer**.
{% endstep %}
{% endstepper %}

## Supprimer un profil

{% stepper %}
{% step %}
Rendez-vous dans **Mes enfants**, puis 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, elles, 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, and the optional `goal` query parameter:

```
GET https://doc.labourdinsfoot.fr/stages-et-inscriptions/gerer-les-profils-enfants.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.
