> 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/owners-playbook/new-to-podplay/pricing-models/court+-advantages-and-disadvantages.md).

# Court+ Advantages & Disadvantages

### Overview

Court+ is the dynamic pricing model used in [Court+ pricing (Bill Splitting)](https://help.podplay.app/en/articles/2385857). The Reservation Holder gets a hold on their card for the full court fee per hour, then invites friends in the App to split the cost. Each participant pays the court rate divided by the number of participants, and the Reservation Holder can elect to cover all, some, or none of the invitee shares. Non-members are charged an additional [Non-member Fee](https://help.podplay.app/en/articles/5944385) at check-in to mitigate the free-rider problem.

#### Customer Advantages

* Fairness — everyone pays their share.
* Low friction — the Reservation Holder doesn't collect money outside the App.
* Options — the Reservation Holder can cover all, some, or none of the invitee spots.
* Incentives — bigger parties pay less per person.
* Carrot philosophy — the per-person court cost goes down as more invitees accept, rewarding the Reservation Holder.
* Coaching Lessons — the Reservation Holder can split the cost of a [Coaching Lesson](https://help.podplay.app/en/articles/833537) with others.
* Credits — the Reservation Holder can cover invitee spots using [Credits](https://help.podplay.app/en/articles/836545).

#### Customer Disadvantages

* Variable cost — the per-person rate depends on how many invitees accept. The rate can only go down as more invitees accept.

#### Club Advantages

* Resolves the Non-member free-rider problem.
* Introduces a "Carrot" in the Customer experience.
* Less operationally intensive for the Front Desk and staff.
* Greatest certainty in per-hour yield.

#### Club Disadvantages

* Headline pricing per Customer is higher than per-spot models, even when the hourly court rate is the same.
* The Club's pricing structure may need adjustment to fit the dynamic Court+ strategy.


---

# 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/owners-playbook/new-to-podplay/pricing-models/court+-advantages-and-disadvantages.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.
