> 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/coach-setup-and-profile.md).

# Add a Coach

### Overview

To add a Coach to your Club:

1. Open a Profile in the Customer page of the Dashboard
2. Flick ON the toggle for the `Coach Profile` (on the Overview tab)
3. Confirm the Coach role is to be provided to this Customer's Profile
4. Verify the `Coach` role tag is added
5. Click the blue `Save` button to close their Profile sidepanel

{% @supademo/embed url="<https://app.supademo.com/demo/cmpzrn05m0ak6qmghlkjkw5rq>" demoId="cmpzrn05m0ak6qmghlkjkw5rq" %}

**As a next step,** [**set-up the Coach Profile**](https://podplay.gitbook.io/docs/coaches/coach-setup-and-profile/set-up-a-coach-profile)**.**

### Why Coaching?

#### You Need Coaches

A Coach is an employee or contractor at your Club who provides instruction. Coaches lead classes, run private Lessons, or both. The PodPlay system supports your Coaches and makes scheduling Lessons easy for your Customers.

Customers who book private Lessons improve faster and tend to become more active. Years of PodPlay data show these Customers generate 17x more revenue than Customers who don't book private Lessons. They are among your most valuable Customers.

{% hint style="success" %}
To learn more about the value of a Coach, read [The Coaching Flywheel](https://podplay.app/blog/the-coaching-flywheel).
{% endhint %}

#### And Coaches Need Your Club

Coaches teach because they love the sport and they want to make money. The PodPlay system turns your Club into a marketplace for private Lessons.

A Coach Profile is public-facing, and Coaches compete for your Customers' attention. An Admin or Owner assigns each Coach a Tier. The Coach sets their own rate.

Price too high and Customers won't book. Price too low and Customers assume the Coach is inexperienced.

When your Club is a real marketplace for Lessons, Coaches will seek you out.

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

### Related Updates

* [Export Coaching Sessions from the Coaches Page](/coaches/manage-coach-tiers/export-coaching-sessions-from-the-coaches-page.md)

### FAQs

<details>

<summary>Can a Coach be available in multiple locations?</summary>

Yes. To learn more, read about **Weekly Availability**.

</details>

<details>

<summary>Can I export data from the Coach page?</summary>

Yes. Owners and Admins can export coaching activity for the whole club. Coaches can also export their own sessions from the Coaches page when the feature is enabled for your club. See [Export Coaching Sessions from the Coaches Page](/coaches/manage-coach-tiers/export-coaching-sessions-from-the-coaches-page.md).

</details>

<details>

<summary>Can a Coach be included in an Event?</summary>

Yes! A Coach can be included in an Event. When an Event is being created by an Admin, there is a space to include a Coach in that Event. The different types of Events a Coach can be included in are

* Open Play
* Kids Class/Clinic
* Adult Class/Clinic
* League
* Tournament
* Party
* When a Coach is added to an Event, the Coach rate needs to be detailed.

**⚠️ It is a best practice to ask the Coach to set their Availability before adding a Coach to any Events.**

</details>


---

# 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/coach-setup-and-profile.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.
