> 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/marketing/community-chat/email-to-customers-about-community-chat-launch.md).

# Email to Customers about Community Chat Launch

The two emails below are drafted messages. You can copy and edit them as needed to fit your brand voice. They can be leveraged as potential starting points to email your Customers and introduce the Community Chat feature.

{% hint style="warning" %}
**PLEASE NOTE:** you will want to include your own screenshot from your app rather than including the photos in this email.
{% endhint %}

#### Email #1

**In-app Community Chat is here**

You can now chat with other players right from within the app. If you use the mobile app, make sure you update to the latest version of the **iOS App** \[link to App Store] or **Android App** \[link to Google Play Store].

Click the button below to create your profile and get started!

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

\[insert link with photo https\://***clubname***.podplay.app/community/chat]

**Tap on the chat icon to open the Community Chat**

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

**Once open, you will see public channels and DMs for 1:1 and group chats**

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

**FAQs:**

**Q: Can I join or leave later?**

A: If you don’t want to join right away or decide you want to take a break, you can always go to your account preferences and enable or disable chat.

**Q: Does it work in the mobile app?**

A: Yes! Make sure you are on the latest version of the iOS App \[link to your app in the App Store] or the Android App \[link to your app in the Google Play Store].

**Q: Will I get notifications?**

A: Yes, you will receive an email for unread mentions. In case you use the mobile application, you will also be able to receive push notifications. iOS and Android have them.

We can’t wait to see you in our new community hub!

Play on,

\[Club team name]

#### Email #2

Hi \[Club name] Family!

We’re excited that many of you have enabled the Pickleball 365 Community Chat in our app! You are staying connected, finding players, sharing ideas, and celebrating your epic replays — all in one easy place.

**With Community Chat you can:**

* Find players to drill or play with
* Suggest special events or clinics
* Share your best replays (you might even get featured!)
* Stay up-to-date on everything happening at Pickleball 365
* and much more…

**Getting Started is Easy:**

* **Open the app** and go to the Account tab.
* Tap **Preferences**.
* Check **Enable community chat**, accept the Terms of Service and Privacy Policy, and click Join. You’re in!
* A **dot next to a channel** name means there’s new activity in that channel.

**Quick Tips:**

* A **small chat bubble icon** will appear in the lower-right corner — tap it anytime to jump into the conversation.
* A **dot on the bubble** means you have unread messages.
* Want **push notifications** for a specific channel (like Announcements)? Click the gear icon next to the channel name and change your settings.

<figure><img src="/files/2paBGmZOgD6nTQEA3TtO" alt=""><figcaption></figcaption></figure>

We’re excited to bring you even more ways to connect off the court and build even stronger friendships on it!

See you in the chat,

\[Club team name]


---

# 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/marketing/community-chat/email-to-customers-about-community-chat-launch.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.
