> 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/memberships/types-of-memberships/gift-a-membership.md).

# Gift a Membership

### Overview

When Customer A wants to buy a block of Membership time for Customer B, staff will need to assist inside the Dashboard.

There are two possible situations:

* Customer A wants to pay for a Membership for Customer B, and Customer B HAS a Membership already
* Customer A wants to buy a Membership for Customer B, and Customer B DOES NOT HAVE a Membership already

### Customer A HAS a Membership

When Customer B has a Membership, staff can follow this process:

1. [Charge Customer A from the Dashboard](https://docs.podplay.app/payments/customer-payments#charging-from-the-dashboard) for N-months of the Membership
2. Open Customer B's Profile
   1. Click on the blue Membership flag
   2. Click on the `Settings` tab of the new side panel
   3. Change the `Next Charge Date` for the Customer N-months out from the current date
      1. IF there is also a Package connected to the Membership click OFF the `Sync dates` box so that the Customer will continue to receive their Package of Passes and will not be charged for the next month, or next several months

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

### Customer A DOES NOT HAVE a Membership

When Customer B DOES NOT HAVE a Membership, staff can follow this process:

1. [Charge Customer A from the Dashboard](https://docs.podplay.app/payments/customer-payments#charging-from-the-dashboard) for N-months of the Membership
2. Give Customer B a `Free` Membership
   1. If Customer B does not already have a Profile, create a Profile for the Customer using their name, email, and phone number
3. Leave a reminder to update the Membership at a future date to the Monthly `Charge type`

Now you have provided a Membership to someone who did not have a Membership before, free of charge.


---

# 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/memberships/types-of-memberships/gift-a-membership.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.
