> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chatsyncs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Gym Membership Plan Selector — Solution

> How ChatSyncs lets a gym's WhatsApp prospects browse membership plans and book a trial on their own, using Keyword Replies, Interactive Message Reply Buttons, Image Message, and a CTA URL Button — no staff involved until the prospect is ready to visit. Use this when a customer wants plan or pricing inquiries answered instantly and consistently, any time of day.

* A prospect messages "Hi" or "Join" and gets an instant reply — no waiting for staff.
* The gym's three membership tiers appear as tappable buttons, so the prospect self-serves.
* Whichever plan they pick, they see that plan's pricing immediately.
* A direct "Book a Free Trial" link follows, with no staff member involved until the prospect is
  ready to visit.

## Business Benefits

* 24/7 instant replies to plan inquiries
* No staff time spent repeating the same plan explanations
* Consistent information — every prospect sees the same accurate pricing
* A direct path from "interested" to "trial booked", with no staff member needed in between
* Every inquiry ends the same way, so nothing falls through the cracks

## Workflow Diagram

```mermaid theme={null}
flowchart TD
    Customer -->|"Hi / Join"| BotReply[Keyword Replies Trigger]
    BotReply --> Welcome["Interactive Message: Welcome + 3 Plan Buttons"]
    Welcome --> Monthly[Monthly]
    Welcome --> Quarterly[Quarterly]
    Welcome --> Annual[Annual]
    Monthly --> Img1["Image: Plan Pricing"]
    Quarterly --> Img2["Image: Plan Pricing"]
    Annual --> Img3["Image: Plan Pricing"]
    Img1 --> CTA["CTA URL Button: Book a Free Trial"]
    Img2 --> CTA
    Img3 --> CTA
```

<CardGroup cols={2}>
  <Card title="Previous: Business Problem" icon="arrow-left" href="/learn/gym-membership-plan-selector-business-problem">
    Why this is worth solving.
  </Card>

  <Card title="Next: Implementation Guide" icon="arrow-right" href="/learn/gym-membership-plan-selector-implementation">
    Build it step by step.
  </Card>
</CardGroup>
