> For the complete documentation index, see [llms.txt](https://help.peoplevine.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.peoplevine.com/products/control-panel-overview/membership-setup-overview/enable-family-memberships.md).

# How to Enable Family Memberships

### Before you begin (Prerequisites)

* **Permissions**: You must be an **Administrator**, **Supervisor**, **Manager**, **Support**, or **Account Rep**. See: [How to Manage Users and Permissions](/products/control-panel-overview/admin-overview/manage-roles-permissions.md).
* **Membership Program**: The program must already exist. See: [How to Create a Membership Program](/products/control-panel-overview/membership-setup-overview/create-membership-program.md).
* **Policy Decisions**: Know the maximum sub-member count and perk-sharing rules for the program.

### Instructions

1. Navigate to [**MEMBERS > Manage Membership Programs**](https://control.peoplevine.com/admin_membership_list.aspx).

> **Note (Pro Dash):** Navigate to **REWARD > Manage Membership Programs**.

2. Click **EDIT** next to the target program.
3. Expand the **Member Perks** section.
4. Set the **Enable Sub-Members** field to the maximum number of sub-members:

| Value | Membership Type                       |
| ----- | ------------------------------------- |
| **0** | Individual only — no sub-members      |
| **1** | Couples — primary + 1 spouse/partner  |
| **4** | Family — primary + up to 4 dependents |

5. Leave the **Allow main members to add sub-members via the member portal** checkbox **unchecked** (recommended). This prevents members from swapping sub-members without staff approval.
6. Configure perk sharing — for each perk (guest passes, stipends), check or uncheck **Available to Sub-Members** depending on your club's policy.
7. Click **UPDATE MEMBERSHIP**.

> **Note**: Sub-members do not have separate subscriptions. To consolidate sub-member charges to the primary member's House Account, enable the **Parent House Account** checkbox on each sub-member's membership card. See: [How Family Billing Works](/products/control-panel-overview/invoices-house-account-overview/family-billing.md) for the full setup, invoice rollup details, and portal limitations.

### What Happens Next

* **On the system side**: The program now accepts sub-members. Staff can add sub-members from the primary member's CRM profile after enrollment. Sub-members receive perks according to the sharing configuration.
* **Next step**: Enroll a member and add their sub-member. See: [How to Enroll a Member](/products/control-panel-overview/membership-management-hub/enroll-member.md).

> **Member Portal visibility**: The primary member can view all household House Account transactions (their own and all sub-members') in the Member Portal. The portal experience is configured per club by the Peoplevine team and is **off by default** — contact Support or your Account Manager to enable it. See [How Family Billing Works](/products/control-panel-overview/invoices-house-account-overview/family-billing.md) for portal visibility details.

*Last updated: 2026-06-19*


---

# 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://help.peoplevine.com/products/control-panel-overview/membership-setup-overview/enable-family-memberships.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.
