> 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/onboarding/the-customer-success-team.md).

# The Customer Success Team

### Overview

The PodPlay Customer Success team is your dedicated point of contact for everything related to using PodPlay. They handle education, troubleshooting, onboarding, and ongoing support as your Club grows on the platform.

<details>

<summary>What is the PodPlay Customer Success team?</summary>

The Customer Success team is a group of PodPlay employees who serve as your advocates and consultants for all things PodPlay. They have helped hundreds of Clubs to run successful businesses and have an array of knowledge about membership plans, changing strategies, and troubleshooting confusing points for Customers.

</details>

<details>

<summary>How do I contact the Customer Success team?</summary>

After you sign up with PodPlay, the team will introduce themselves via email. You can always reach out to the Customer Success team at <support@podplay.app>.

</details>

<details>

<summary>What do I do if I can't reach the Customer Success team?</summary>

The team is available during working hours. If you reach out after hours, they will respond when they're back at work the next day.

</details>

<details>

<summary>Can I contact the Customer Success team if my environment is down?</summary>

Yes! You can always reach out to the Customer Success team at <support@podplay.app> or by submitting a support ticket through the [Ticketing Portal](https://podplay.gitbook.io/docs/support/submit-a-support-ticket). PodPlay offers 24/7 support through different means: the Customer Success team and has [strict SLAs](https://podplay.gitbook.io/docs/support/service-level-agreements-slas) and [Alfie is available 24/7](https://podplay.gitbook.io/docs/troubleshooting/my-app-is-not-working#alfie-the-podplay-ai) directly inside your Dashboard.

</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/owners-playbook/new-to-podplay/onboarding/the-customer-success-team.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.
