> For the complete documentation index, see [llms.txt](https://support.totalcoach.com/athletes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.totalcoach.com/athletes/welcome-to-totalcoach-athlete/lessons/your-lesson-page.md).

# Your lesson Page

To access your lessons, refer to the article [How to find a lesson](/athletes/welcome-to-totalcoach-athlete/lessons/how-to-find-a-lesson.md).

The lesson page is divided up into five main categories. The first three sections are as follows:

1. **Reason for Lesson** - Here you will find content from your coach that demonstrates what your current lesson is about.
2. **The Solution** - In this section, your coach will include videos to guide you on how to improve a specific aspect of your game.&#x20;
3. **Form the Habit** - Your coach will upload instructional content demonstrating the correct core movement or discipline from the lesson.&#x20;
4. **Client Uploads** - You can upload files or text notes to share with your coach or other participants if you join a group lesson.
5. **Exercises** - Your coach may send you expert skills videos for you to reference and practice, which can help improve your sporting abilities.


---

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

```
GET https://support.totalcoach.com/athletes/welcome-to-totalcoach-athlete/lessons/your-lesson-page.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.
