# Packages

At the moment, there are two types of packages that you can create: *online coaching* and *personal training*.

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

## Personal training packages

These packages have a set number of sessions/bookings each, and when you book a client for a personal training session in your [calendar](/getting-started/for-coaches/calendar.md), it'll be automatically deducted from their package. This makes it really easy to keep track of how many sessions a client has remaining and when they're due to renew.

You can enter the following fields for each personal training package:

* Name
* Price per package
* Currency
* Number of sessions
* Expiration (in months) from the activation date

## Online coaching packages

Currently, these packages work solely on a duration basis, e.g. 1 month, 4 weeks, 3 months. We found that most coaches we spoke to charge their clients per duration, so we made these packages work in this way.&#x20;

If there are coaches who would like the online coaching packages to work in the same way as the personal training packages (session by session and deductible) then this is a feature we can add in the future.

{% hint style="info" %}
**Quick tip:** online coaching packages are not currently reflected in your coach calendar since it doesn't take into account any sessions. This could change in the future if there is a need for it.
{% endhint %}


---

# 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/packages.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.
