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

# Webinaires

## 2024-03-26 : Réunion d'informations Tournoi Txikiak Super U <a href="#bkmrk-page-title" id="bkmrk-page-title"></a>

Présenter le nouveau tournoi des Txikiak Super U aux parents des joueurs.

{% embed url="<https://youtu.be/zo5EZMnNYS8>" %}

## 2024-01-19 : Réunion de mi-saison U11-U13 <a href="#bkmrk-page-title" id="bkmrk-page-title"></a>

* Faire le point à la mi-saison pour les catégories U10/U11 et U12/U13.
* Répondre aux questions posées par les parents lors du sondage.

{% embed url="<https://youtu.be/Fl67A4bXdaU>" %}

## 2024-01-17 : Réunion de mi-saison U7-U9 <a href="#bkmrk-page-title" id="bkmrk-page-title"></a>

* Faire le point à la mi-saison pour les catégories U6/U7 et U8/U9.
* Répondre aux questions posées par les parents lors du sondage.

{% embed url="<https://youtu.be/wCTWgDTy0gc>" %}

## 2023-12-07 : À la découverte de SportEasy <a href="#bkmrk-page-title" id="bkmrk-page-title"></a>

Présenter le nouvel outil du club, SportEasy, aux parents de l'école de foot.

[Documents](https://labourdins.sharepoint.com/:f:/g/Eg66mpCehzdLg9GmCrhITFwBjFSqLbvSPgK9DA_kIvimzg?e=xOxgRN)

{% embed url="<https://youtu.be/skJ3rbAN-o8>" %}


---

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