> 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/suivre-la-saison-avec-sporteasy.md).

# Suivre la saison avec SportEasy

Convocations, disponibilités, messages du coach : l'application qui rythme la saison de votre enfant.

SportEasy est l'application que le club utilise pour la vie des équipes : convocations aux matchs, disponibilités, messages du coach, informations du licencié.

{% hint style="info" %}
Les guides sont illustrés à partir de la **version ordinateur**. L'application mobile fonctionne de la même façon : seuls l'emplacement de certains boutons et quelques libellés changent.
{% endhint %}

## Démarrer

<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>Découvrir SportEasy</strong></td><td>À quoi sert chaque rubrique de la page d'équipe.</td><td></td></tr><tr><td><strong>Rejoindre une équipe</strong></td><td>Créer votre compte et vous rattacher à l'équipe du club.</td><td></td></tr><tr><td><strong>Première utilisation</strong></td><td>Vous êtes parent et vous n'avez jamais utilisé SportEasy.</td><td></td></tr><tr><td><strong>Je suis licencié·e</strong></td><td>Le joueur majeur, ou le licencié qui gère lui-même son compte.</td><td></td></tr></tbody></table>

## Vos enfants

<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>Ajouter un enfant</strong></td><td>Vous avez déjà un compte et un nouvel enfant à rattacher.</td><td></td></tr><tr><td><strong>Modifier son profil</strong></td><td>Corriger les informations d'un enfant rattaché à votre compte.</td><td></td></tr><tr><td><strong>Ajouter un deuxième parent</strong></td><td>Rattacher une deuxième ou une troisième personne au profil de l'enfant.</td><td></td></tr></tbody></table>

## Au fil de la saison

<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>Convocations</strong></td><td>Recevoir et répondre aux convocations du coach.</td><td></td></tr><tr><td><strong>Signaler une indisponibilité</strong></td><td>Prévenir à l'avance d'une absence.</td><td></td></tr><tr><td><strong>Messagerie</strong></td><td>Échanger avec le coach, le club et les autres parents.</td><td></td></tr><tr><td><strong>Mes informations</strong></td><td>Tenir à jour vos coordonnées et celles du licencié.</td><td></td></tr><tr><td><strong>Modifier mes notifications</strong></td><td>Choisir ce que vous recevez, et à quelle fréquence.</td><td></td></tr></tbody></table>

## Si ça coince

<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>Résoudre un problème</strong></td><td>Les blocages les plus courants et comment en sortir.</td><td></td></tr><tr><td><strong>Écrire au club</strong></td><td>Si rien n'y fait, passez par l'assistance.</td><td></td></tr></tbody></table>


---

# 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/suivre-la-saison-avec-sporteasy.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.
