> For the complete documentation index, see [llms.txt](https://docs.podplay.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podplay.app/coaches/manage-coach-tiers.md).

# Manage Coaches

### Overview

Coach Tiers are a section in the Company Settings page, **only available to those with the Owner role in the Dashboard**. Coach Tiers allow you to organize Coaches into different levels and configure how each level is paid. For example, you might have tiers like Club, National, or Olympic, each with different payout settings and fee structures.

The Coach Tier is set inside the Coach Profile on the Coach page in the Dashboard. Only someone with an Owner or Admin role can change the Coach's Tier. The Coach cannot change their own Tier if they do not have either of those two roles.

<figure><img src="/files/CR5NQFLRTuEReeGn1r0a" alt=""><figcaption></figcaption></figure>

### Editing Coach Tiers

* Navigate to `Company Settings` in the Dashboard
* Search at the top or location the `Coach Tiers` section
* All existing tiers are displayed in a list, ordered by priority

<figure><img src="/files/jIQVCuqhaSMA3yVtUcJc" alt=""><figcaption></figcaption></figure>

Each tier displays:

* **Priority number** — The tier's position in the list
* **Name** — The tier's display name
* `Payment toggle` — Whether Coaches in this tier receive automatic payments through the system or if the Coach is paid directly by the Customer in cash ([paying a Coach in cash](https://podplay.gitbook.io/docs/coaches/manage-coach-tiers/coach-payments-and-payouts#paying-a-coach-in-cash))
* **Split type** — Either a percentage or a fixed dollar amount taken as a platform fee
* **Split amount** — The value of the fee

### Adding a New Tier

* Click the `New Tier` button at the top of the Coach Tiers section
* Enter a name for the tier (required)
* Configure the payout and fee settings (see below)
* Click `Save` at the top of the page to create the tier

{% hint style="danger" %}
A tier name is required. If you try to save a tier without a name, an error message will appear and the tier will not be created.
{% endhint %}

The new tier is added to the bottom of the list.

#### Reordering Tiers

* Click and hold the drag handle (the six-dot icon) on any tier
* Drag the tier up or down to change its priority
* Release to confirm the new position
* Click `Save` at the top of the page to apply the new order

#### Deleting a Tier

* Click the red delete <i class="fa-trash">:trash:</i> button on the tier you want to remove
* If no Coaches are assigned to the tier, the tier is marked for deletion
* Click `Save` at the top of the page to confirm

If active Coaches are currently assigned to the tier, a message will appear listing the assigned Coaches. You must reassign those Coaches to a different tier before the tier can be deleted. Inactive Coaches do not block deletion.

### Configuring Payout and Splits

Each tier has a `Payment toggle`:

* **Payment ON** — Customers booking a Coaches for private Lessons will be charged the Coach rate, with the Coach receiving their rate (minus any splits); you must also configure a fee.
* **Payment OFF** — Coaches in this tier are not paid through the system; Customers pay the Coach directly.

When the `Payment toggle` is enabled, choose a Split type:

* **% Rate** — A percentage of the Coach's earnings is retained as a platform fee and sent to the Club; you can enter a value between 0 and 100.
* **Fixed $** — A fixed dollar amount is retained as a platform fee per transaction and send to the Club.

{% hint style="info" %}
Percentage and fixed fees are mutually exclusive. Setting one will reset the other to zero.
{% endhint %}

In some examples that reference the screenshot below:

* **National tier Coaches** — Paid in cash by the Customer.
* **Touring Pro tier Coaches** — Money captured through the system and whatever their rate, $20 is split off and sent to the Club.
* **Club Pro tier Coaches** — Money captured through the system and whatever their rate, $30 is split off and sent to the Club.
* **Beginner Pro tier Coaches** — Money captured through the system and whatever their rate, 40% is split off and sent to the Club.

<figure><img src="/files/YBmpsjIgBIIvmdEWZLyM" alt=""><figcaption></figcaption></figure>

### Enable Coach Payments

{% hint style="danger" %}
If your Club has elected not to pay Coaches through the system, anyone with the Owner role can turn OFF the Coach Payments toggle. To learn more, read about [Enabling Coach Payments](https://podplay.gitbook.io/docs/coaches/manage-coach-tiers/coach-payments-and-payouts#enable-coach-payments).
{% endhint %}


---

# 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.podplay.app/coaches/manage-coach-tiers.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.
