# Programmation

- [Comment voir les programmes auxquels j'ai accès ?](https://docs.inyourbox.app/inyourbox/aide/athlete/programmation/comment-voir-les-programmes-auxquels-jai-acces.md)
- [Comment valider une séance ?](https://docs.inyourbox.app/inyourbox/aide/athlete/programmation/comment-valider-une-seance.md)
- [Comment ajouter son score ?](https://docs.inyourbox.app/inyourbox/aide/athlete/programmation/comment-ajouter-son-score.md)
- [Comment consulter le leaderboard ?](https://docs.inyourbox.app/inyourbox/aide/athlete/programmation/comment-consulter-le-leaderboard.md): Le classement est visible si le coach l'a activé.
- [Comment envoyer des messages à mon coach ?](https://docs.inyourbox.app/inyourbox/aide/athlete/programmation/comment-envoyer-des-messages-a-mon-coach.md): Si le coach a activé l'option "chat", il sera possible de communiquer avec lui concernant un entrainement.
- [Comment utiliser le timer ?](https://docs.inyourbox.app/inyourbox/aide/athlete/programmation/comment-utiliser-le-timer.md): Le timer peut être programmé par le coach ou par l'athlète.


---

# Agent Instructions: 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:

```
GET https://docs.inyourbox.app/inyourbox/aide/athlete/programmation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
