> 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/memberships/managing-memberships/cancel-a-membership/membership-cancellation-reasons.md).

# Cancellation Reasons

### Overview

When a Membership is cancelled, PodPlay can capture **why** the billing relationship ended. This helps Clubs understand cancellation trends over time.

There are two places a reason can be collected:

* When a **Customer** cancels their own Membership in the App (Click-to-Cancel)
* When **staff** cancel a Customer's Membership from the Dashboard

### Customer Cancellation (App)

If Click-to-Cancel is enabled for the Membership, the Customer must:

* Select a **Cancellation reason** from the dropdown (required)
* Optionally fill in **Tell us more** with extra details

<figure><img src="https://29730733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvxoNuJiMibWwb1kotX38%2Fuploads%2Fk6vCon06ioZlf2zXheV0%2FScreenshot%202026-08-25%20at%2009.33.25.png?alt=media&amp;token=3ffe43dd-d06a-4162-a548-c94d5eb48272" alt=""><figcaption></figcaption></figure>

The Customer cannot confirm the cancellation until a reason is selected.

<figure><img src="https://29730733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvxoNuJiMibWwb1kotX38%2Fuploads%2F6JDNCSdLsSD3QQpNqKJ3%2FScreenshot%202026-08-25%20at%2009.32.46.png?alt=media&amp;token=8bd87cd7-9d72-44e7-8e61-5c7674472672" alt=""><figcaption></figcaption></figure>

The Customer will see a confirmation screen once the Membership is canceled.

<figure><img src="https://29730733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvxoNuJiMibWwb1kotX38%2Fuploads%2FH5oLo0O9HjfrXtkPW0kG%2FScreenshot%202026-08-25%20at%2009.33.34.png?alt=media&amp;token=b0bd5630-1e7a-4720-b8ab-011c8016192f" alt=""><figcaption></figcaption></figure>

### Staff Cancellation (Dashboard)

When staff cancel a Membership from the Customer's Profile, the cancellation reason is **optional**.

* Select a **Cancellation reason** if you know why the Customer is leaving
* Optionally add details in **Tell us more**
* You can still complete the cancellation without selecting a reason

<figure><img src="https://29730733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvxoNuJiMibWwb1kotX38%2Fuploads%2FuFqkfNGy6caZbccQcNdb%2FScreenshot%202026-08-25%20at%2009.38.30.png?alt=media&amp;token=ebf19b09-43dd-4979-a7ba-aa31fcd86375" alt=""><figcaption></figcaption></figure>

### Where staff can see the reason

After a cancellation includes a reason, staff can find it in these places on the Customer's Profile:

* **Membership History** — click **View reason** next to the membership period
* **Membership details drawer** — open the membership from History to see **Cancellation Reason** (and **Note:** when extra text was provided)

<figure><img src="https://29730733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvxoNuJiMibWwb1kotX38%2Fuploads%2FSAeT3R963GfhY6J8DwjT%2FScreenshot%202026-08-25%20at%2009.34.08.png?alt=media&amp;token=a62f9c26-c931-4dc1-a3dc-91a3f97c3351" alt=""><figcaption></figcaption></figure>

* **Activity log** — the cancelled membership activity includes the reason, and any written details appear after **Note**

<figure><img src="https://29730733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvxoNuJiMibWwb1kotX38%2Fuploads%2FTEFDVPnCRWJVOqY6avpG%2FScreenshot%202026-08-25%20at%2009.36.03.png?alt=media&amp;token=f545297b-1d99-44af-9ee9-d5c4e465cf38" alt=""><figcaption></figcaption></figure>

### Available cancellation reasons

* Too expensive
* Not using it enough
* Moving away / location no longer convenient
* Couldn't book at the times I wanted
* Injury or health reasons
* Switching to another club or facility
* Only needed it temporarily / seasonal
* Other


---

# 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/memberships/managing-memberships/cancel-a-membership/membership-cancellation-reasons.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.
