# For coaches

Below is a list of the sections in our app while in *coach mode*:

## [Calendar](/getting-started/for-coaches/calendar.md)

The calendar is a powerful section with a lot of functionality. It is where you plan your work schedule with your clients, and also your free time.

<figure><img src="/files/0Lbj9o6XjiVQWy16JRDr" alt="Coach calendar" width="256"><figcaption><p>Coach calendar</p></figcaption></figure>

## [Clients](/getting-started/for-coaches/clients.md)

This is the largest section of the app while in coach mode. Here, you can create client accounts, manage their details, packages and nutrition targets, view their progress, and manage their workouts.

<figure><img src="/files/VUmyJe7jBuL9BHoTAD5g" alt="Clients" width="256"><figcaption><p>Clients list</p></figcaption></figure>

## [Analytics](/getting-started/for-coaches/analytics.md)

This section is important for analyzing how well your business is running, in terms of the number of bookings/sessions and your earnings per month. The data is represented in a chart and also as a table - both can be exported.

<figure><img src="/files/KLFAUK2qz6O4oJrj5uAr" alt="Business analytics" width="256"><figcaption><p>Business analytics</p></figcaption></figure>

## Notifications

Just like when in regular mode - all of your notifications will appear here.

## [Packages](/getting-started/for-coaches/packages.md)

You can create as many packages for personal training and online coaching here. Give each one a name, a price, the number of sessions, and how long until it expires - the app will display the price per session automatically.

<figure><img src="/files/SmnEeHzlu6zV20K9MB3X" alt="Coach packages" width="256"><figcaption><p>Packages list</p></figcaption></figure>

## [Exercise guides](/getting-started/for-coaches/exercise-guides.md)

Want to give notes and share an instructional video for an exercise to a client, but don't want to have to repeat the entire process every time?&#x20;

Do it once and create an exercise guide, then simply select it when adding that exercise to a client's workout and it'll show up on their end just like you did it manually!

<figure><img src="/files/Abbqgv4i3vfPJZlAcxcT" alt="Exercise guides" width="256"><figcaption><p>Exercise guides</p></figcaption></figure>


---

# 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.synrgetic.com/getting-started/for-coaches.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.
