# Member's Guide to Memberships

{% hint style="warning" %}
**The following guide is for students and ticketholders.**

For venue admins and managers, see our guide on [Setting Up Memberships](/for-theatres/setting-up-memberships.md).
{% endhint %}

## What Is a Theatre Membership?

Think of your theatre membership as an all-access pass to your favorite venue! It's a recurring subscription that hooks you up with special benefits - mainly free tickets to selected shows and classes. Instead of the usual ticket-buying dance for each event, you pay one regular fee (monthly, weekly, etc.) and voilà - you're all set to enjoy included events without the extra hassle or costs!

## Membership Benefits

Your theatre membership isn't just a ticket - it's a relationship upgrade with your favorite venue! With it, you can:

* Breeze into included shows and classes without opening your wallet again
* Skip the whole "should I buy a ticket?" decision process - you're already in!
* Support the creative work you love with steady, reliable funding (the artists thank you!)
* Usually save a nice chunk of change compared to buying individual tickets
* Feel like a true insider and part of the theatre family

## Finding and Purchasing a Membership

#### To purchase a membership:

1. Visit your theatre's Public page
2. Click on the "Memberships" tab
3. Browse available membership options
4. Select your preferred membership tier
5. Review the membership details (which will display in a popup modal)
6. Complete the checkout process
7. Your membership benefits begin immediately!

## Using Your Membership

Once you've purchased a membership, here's how to use it:

### Booking Tickets for Included Events

1. Sign in to your CrowdWork account
2. Browse shows and classes on your theatre's Public page
3. Look for events tagged with your membership tier
4. For eligible events, you'll see a message indicating your membership gets you in free
5. Add the ticket to your cart - it will show a $0 price
6. Complete checkout to confirm your spot

{% hint style="info" %}
**Important Notes About Ticket Redemption**

* You can redeem **one free ticket per date** for valid events
* This means if a show has multiple performances on the same day, your membership allows free entry to one of those performances
* You can attend as many different included events as you wish
* If you need additional tickets for friends or family, you can purchase them at regular price in the same transaction
* **🚨 Your free ticket still counts toward the event's capacity, so book early for popular shows!**
  {% endhint %}

## Managing Your Membership

#### To view and manage your membership:

1. Log in to your account
2. Click your email address in the upper right
3. Select "My Account" from the dropdown
4. Navigate to the "Memberships" section
5. From here, you can:
   * View your active memberships
   * See upcoming renewal dates
   * [Update payment information](#payment-method-management)
   * [Pause](#pausing-your-membership) or [cancel](#cancelling-your-membership) your membership

### Pausing Your Membership

#### If you need to temporarily suspend your membership:

1. Go to the Memberships section of your account
2. Find the membership you want to pause
3. Click the "Pause Membership" button
4. Your membership will be paused immediately

#### When a membership is paused:

* You temporarily lose access to free tickets
* Your renewal date shifts forward by the same number of days paused
* You can reactivate at any time
* No immediate charges upon reactivation

### Cancelling Your Membership

#### To cancel your membership:

1. Go to the Memberships section of your account
2. Find the membership you want to cancel
3. Click the "Cancel Membership" button
4. Confirm your cancellation

#### When a membership is cancelled:

* You maintain access until the end of your current paid period
* Your membership will not renew after that date
* To rejoin later, you'll need to sign up for a new membership

### Payment Method Management

To update your payment information:

1. Go to the Memberships section of your account
2. Find the "Payment Methods" option
3. Add a new payment method or update an existing one
4. Assign the payment method to your membership

{% hint style="danger" %}
**Add your new payment card before you delete an old one!**

Before you remove a payment method, ensure it's not attached to an active membership plan or payment plan, or you risk cancelling your plans!
{% endhint %}

## FAQs for Members

**Q: How do I know which events are included in my membership?**\
A: When signed in, eligible events will display a message indicating they're included in your membership.

**Q: Can I use my membership to bring friends for free?**\
A: Memberships include one free ticket per date for eligible events. If you'd like to bring friends, you can purchase additional tickets at regular price in the same transaction.

**Q: What happens if I miss an event I booked with my membership?**\
A: As with regular tickets, if you can't attend, it's courteous to cancel your reservation so others can attend.

**Q: If I sign up mid-month, is my membership prorated?**\
A: Nope! You can start anytime, and your renewal date will simply match your signup date (if you sign up on the 15th, you'll renew on the 15th of next month, week, etc.). This way, you always get your full membership period - no matter when you start, you'll always get your complete membership term (day, week, month, or year). It's actually a great system - join whenever you're ready!

**Q: What happens if my payment method fails?**\
A: The system will automatically retry your payment several times over a few days. If all attempts fail, your membership will be deactivated.

**Q: Can I switch between different membership tiers?**\
A: Currently, you would need to cancel your existing membership and sign up for a different tier.

**Q: What happens if the theatre deactivates its membership program?**\
A: If a theatre deactivates memberships, all subscriptions are immediately terminated. You would need to sign up again if they reactivate the program.

### **Having trouble with your membership?**

Just reach out to the theatre! Directly contact your theatre anytime for assistance with your membership.


---

# Agent Instructions: 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:

```
GET https://docs.crowdwork.com/for-ticket-holders/members-guide-to-memberships.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
