> 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.md).

# Marketing

- [Community Chat](https://docs.podplay.app/marketing/community-chat.md)
- [Email to Customers about Community Chat Launch](https://docs.podplay.app/marketing/community-chat/email-to-customers-about-community-chat-launch.md)
- [First Message in FAQ or Rules Channel](https://docs.podplay.app/marketing/community-chat/first-message-in-faq-or-rules-channel.md)
- [Link to the App](https://docs.podplay.app/marketing/link-from-the-app.md)
- [Create Event Deep Links](https://docs.podplay.app/marketing/link-from-the-app/create-event-deep-links.md)
- [Book With Google Links](https://docs.podplay.app/marketing/link-from-the-app/book-with-google-links.md)
- [Generate QR Codes](https://docs.podplay.app/marketing/link-from-the-app/generate-qr-codes.md)
- [External Link in More Tab](https://docs.podplay.app/marketing/link-from-the-app/external-link-in-more-tab.md)
- [Automated Emails](https://docs.podplay.app/marketing/automated-emails.md)
- [Marketing Integrations](https://docs.podplay.app/marketing/marketing-integrations.md)
- [GrowMyClub](https://docs.podplay.app/marketing/marketing-integrations/growmyclub.md)
- [Data Sent Through Segment](https://docs.podplay.app/marketing/marketing-integrations/data-sent-through-segment.md)
- [ActiveCampaign with Segment](https://docs.podplay.app/marketing/marketing-integrations/activecampaign-with-segment.md)
- [MailChimp with Segment](https://docs.podplay.app/marketing/marketing-integrations/mailchimp-integration.md)
- [Email and SMS Opt-In & Opt-Out](https://docs.podplay.app/marketing/marketing-integrations/marketing-email-and-sms-opt-in-and-opt-out.md)
- [Ads Integrations](https://docs.podplay.app/marketing/ads-integrations.md)
- [Meta Ads](https://docs.podplay.app/marketing/ads-integrations/meta-ads.md)
- [Google Ads and Google Tag Manager](https://docs.podplay.app/marketing/ads-integrations/google-ads-and-google-tag-manager.md)
- [Attribution with Ads Data](https://docs.podplay.app/marketing/ads-integrations/attribution-with-ads-data.md)
- [Firebase Tracking (iOS and Android App)](https://docs.podplay.app/marketing/ads-integrations/firebase-tracking-ios-and-android-app.md)


---

# 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.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.
