> 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/readme.md).

# Aide aux familles

Tous les outils du club, expliqués pas à pas : la licence, le suivi de l'équipe sur SportEasy, l'inscription aux stages, et l'assistance quand quelque chose coince.

## Par où commencer ?

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Je découvre le club</strong></td><td>Prendre une licence pour votre enfant ou pour vous.</td><td><a href="/pages/J7qTtZgZr2iU4St3cS61">/pages/J7qTtZgZr2iU4St3cS61</a></td></tr><tr><td><strong>J'ai déjà un compte</strong></td><td>Vous connecter à votre espace, ou récupérer votre mot de passe.</td><td></td></tr><tr><td><strong>J'ai un problème</strong></td><td>Écrire au club et suivre votre demande.</td><td><a href="/pages/QyGTkTQzcmmY0luNO8Bb">/pages/QyGTkTQzcmmY0luNO8Bb</a></td></tr></tbody></table>

## Votre saison, étape par étape

{% stepper %}
{% step %}

## Prendre ou renouveler la licence

C'est le point de départ : sans licence, pas d'entraînement ni de match. Voir [La licence](/licence.md).
{% endstep %}

{% step %}

## Créer votre espace

Un seul compte pour tous les services numériques du club. Voir [Se connecter à votre espace](/se-connecter-a-votre-espace.md).
{% endstep %}

{% step %}

## Suivre l'équipe

Convocations, disponibilités et messages du coach passent par [SportEasy](/suivre-la-saison-avec-sporteasy.md).
{% endstep %}

{% step %}

## Inscrire aux stages

Pendant les vacances, les [stages](/stages-et-inscriptions.md) se réservent en ligne.
{% endstep %}
{% endstepper %}

## Continuer

* Informations légales — mentions légales et conditions de vente.
* [État des services](https://status.labourdinsfoot.fr) — savoir si une panne est en cours, et s'abonner aux alertes.


---

# 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/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.
