> For the complete documentation index, see [llms.txt](https://docs.gymart.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gymart.org/gym-art-meets-fr/gestion-du-club.md).

# Gestion du club

- [Gestion du club](https://docs.gymart.org/gym-art-meets-fr/gestion-du-club/index.md)
- [Créer un club](https://docs.gymart.org/gym-art-meets-fr/gestion-du-club/create-a-club.md)
- [Mes événements](https://docs.gymart.org/gym-art-meets-fr/gestion-du-club/my-meets.md): Voir les événements créés par votre club et ouvrir leurs tableaux de bord pour gérer l'inscription, les paramètres, les horaires et les résultats.
- [Détails du club](https://docs.gymart.org/gym-art-meets-fr/gestion-du-club/club-details.md): Mettez à jour le profil de votre club, gérez les informations de contact, les liens sociaux et configurez le traitement des paiements Stripe.
- [Membres](https://docs.gymart.org/gym-art-meets-fr/gestion-du-club/members.md): Gérez les membres du club, les rôles et les codes d'accès pour une gestion collaborative du club.
- [Gérer les membres du club](https://docs.gymart.org/gym-art-meets-fr/gestion-du-club/manage-club-members.md)
- [Ajouter une gymnaste](https://docs.gymart.org/gym-art-meets-fr/gestion-du-club/add-one-gymnast.md)
- [Modifier une gymnaste](https://docs.gymart.org/gym-art-meets-fr/gestion-du-club/edit-a-gymnast.md)
- [Supprimer une gymnaste](https://docs.gymart.org/gym-art-meets-fr/gestion-du-club/remove-a-gymnast.md)
- [Importer le CSV des gymnastes](https://docs.gymart.org/gym-art-meets-fr/gestion-du-club/import-gymnasts-csv.md)
- [Modèle et format CSV](https://docs.gymart.org/gym-art-meets-fr/gestion-du-club/csv-template-and-format.md)
- [Corriger les erreurs d'importation CSV](https://docs.gymart.org/gym-art-meets-fr/gestion-du-club/fix-csv-import-errors.md)
- [Paramètres d'importation avancés](https://docs.gymart.org/gym-art-meets-fr/gestion-du-club/advanced-import-settings.md): Guide détaillé des paramètres d'importation CSV avancés, y compris les formats de date, les délimiteurs, l'encodage et le dépannage.


---

# 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://docs.gymart.org/gym-art-meets-fr/gestion-du-club.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.
