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

# Create a group plan

> Create a Memberful group plan, configure included seats, and allow additional seat purchases so a single account can manage multiple memberships for a team.

export const RelatedDocs = ({link1, link2, link3, link4, link5, link6, link7, link8, link9, link10, className = ""}) => {
  const links = [link1, link2, link3, link4, link5, link6, link7, link8, link9, link10].filter(Boolean);
  if (!links.length) return null;
  return <section className={`related-docs border dark:border-gray-700 rounded-2xl px-6 py-4 mt-6 ${className}`}>
      <p className="mb-2 font-medium">
        <strong>Related help docs:</strong>
      </p>
      <ul className="space-y-1 mb-1 mt-1">
        {links.map((link, index) => <li key={index}>
            <a href={link.url}>{link.label}</a>
          </li>)}
      </ul>
    </section>;
};

Group plans let you sell multiple memberships through a single subscription. One account purchases and manages the subscription, then distributes access to individual members.

In this help article, we’ll create a group plan, add or edit a price, enable group subscription settings, configure included seats and additional seat purchases, and copy the purchase link.

<Frame>
  <img src="https://mintcdn.com/memberful/0cfYk3LysmllSSm1/images/group-plans/create-a-group-plan/checkout-group-subscription.png?fit=max&auto=format&n=0cfYk3LysmllSSm1&q=85&s=633441bfc7f55aa5daea9c71eb2facd1" alt="Group subscription checkout" width="1440" height="781" data-path="images/group-plans/create-a-group-plan/checkout-group-subscription.png" />
</Frame>

<Card title="Demo" icon="link" horizontal href="/overview/getting-started/checkout-experience/#try-the-live-demo">
  Try a live demo
</Card>

## Create a plan

In the Memberful dashboard, go to *Revenue → Plans* and click **Create plan**.

<Frame>
  <img src="https://mintcdn.com/memberful/_tmgZtRDm_EEfR1g/images/group-plans/create-a-group-plan/create-plan.png?fit=max&auto=format&n=_tmgZtRDm_EEfR1g&q=85&s=19ca7effb415cb2e29866ff719f80709" alt="Create a plan" width="1440" height="187" data-path="images/group-plans/create-a-group-plan/create-plan.png" />
</Frame>

Enter a plan name, then add a price and billing interval.

<Frame>
  <img src="https://mintcdn.com/memberful/_tmgZtRDm_EEfR1g/images/group-plans/create-a-group-plan/name-and-price.png?fit=max&auto=format&n=_tmgZtRDm_EEfR1g&q=85&s=8624d173d85cb3480c587a791079b4dd" alt="Add name and price" width="1440" height="600" data-path="images/group-plans/create-a-group-plan/name-and-price.png" />
</Frame>

This first price should include all seats that come with the group plan by default. For example, if the plan includes 10 seats and each seat costs \$10 per month, set the first price to \$100 monthly.

<Callout icon="lightbulb" color="#4DA3FF">
  The first price is the base price for the included seats. If you allow additional seat purchases later, you can set a separate price for those extra seats.
</Callout>

## Enable group subscriptions

In the Prices section, click the **•••** menu next to the price, then select **Edit price.**

<Frame>
  <img src="https://mintcdn.com/memberful/_tmgZtRDm_EEfR1g/images/group-plans/create-a-group-plan/edit-price.png?fit=max&auto=format&n=_tmgZtRDm_EEfR1g&q=85&s=96c71a012232ba4c3ee067490a973733" alt="Edit price" width="1440" height="369" data-path="images/group-plans/create-a-group-plan/edit-price.png" />
</Frame>

In the Edit price panel, scroll down to group subscription and toggle on *Sell as a group subscription.*

<Frame>
  <img src="https://mintcdn.com/memberful/_tmgZtRDm_EEfR1g/images/group-plans/create-a-group-plan/sell-as-a-group-subscription.png?fit=max&auto=format&n=_tmgZtRDm_EEfR1g&q=85&s=a13d44753bc29e1a8a1b796c45132505" alt="Sell a group subscription" width="1440" height="465" data-path="images/group-plans/create-a-group-plan/sell-as-a-group-subscription.png" />
</Frame>

## Configure included seats

When you enable group subscriptions, the Included seats section appears. Enter the number of member seats included with the initial purchase.

<Frame>
  <img src="https://mintcdn.com/memberful/_tmgZtRDm_EEfR1g/images/group-plans/create-a-group-plan/included-seats.png?fit=max&auto=format&n=_tmgZtRDm_EEfR1g&q=85&s=55496582fd6d70cae2cbf8032fd3f67a" alt="Included seats" width="1440" height="465" data-path="images/group-plans/create-a-group-plan/included-seats.png" />
</Frame>

For example, if the base subscription should include access for 10 members, enter 10.

## Allow additional seat purchases

Toggle on *Allow additional seat purchases* if group managers should be able to buy more seats later under the same subscription.

<Frame>
  <img src="https://mintcdn.com/memberful/_tmgZtRDm_EEfR1g/images/group-plans/create-a-group-plan/allow-additional-seats.png?fit=max&auto=format&n=_tmgZtRDm_EEfR1g&q=85&s=a63d318b2bd3e96a204e5484b5450448" alt="Additional seats" width="1440" height="661" data-path="images/group-plans/create-a-group-plan/allow-additional-seats.png" />
</Frame>

Then configure these settings:

* **Seat price** for the amount charged for each additional seat
* **Max seats** for the maximum number of additional seats that can be purchased (optional)
  * Leave blank to allow unlimited additional seat purchases.

<Frame>
  <img src="https://mintcdn.com/memberful/_tmgZtRDm_EEfR1g/images/group-plans/create-a-group-plan/seat-price-max-seats.png?fit=max&auto=format&n=_tmgZtRDm_EEfR1g&q=85&s=ccccbfbb5f44e633081e006301e8b4f2" alt="Max seats" width="1440" height="661" data-path="images/group-plans/create-a-group-plan/seat-price-max-seats.png" />
</Frame>

## Save your changes

After updating the group subscription settings, click **Save price.**

<Frame>
  <img src="https://mintcdn.com/memberful/_tmgZtRDm_EEfR1g/images/group-plans/create-a-group-plan/save-price.png?fit=max&auto=format&n=_tmgZtRDm_EEfR1g&q=85&s=da04178fc0c9a6caa62d095852907bb5" alt="Save price" width="1440" height="291" data-path="images/group-plans/create-a-group-plan/save-price.png" />
</Frame>

Once saved, the price in the Prices section will show the number of included seats. For example, a price may display as \$100 monthly (10 seats).

<Frame>
  <img src="https://mintcdn.com/memberful/_tmgZtRDm_EEfR1g/images/group-plans/create-a-group-plan/price-and-included-seats.png?fit=max&auto=format&n=_tmgZtRDm_EEfR1g&q=85&s=c17911cda09aec5b6eba39a0909d8c27" alt="Price and included seats" width="1440" height="184" data-path="images/group-plans/create-a-group-plan/price-and-included-seats.png" />
</Frame>

## Copy the purchase link

In the Prices section, click the **•••** menu next to the price, then select **Copy links.**

<Frame>
  <img src="https://mintcdn.com/memberful/_tmgZtRDm_EEfR1g/images/group-plans/create-a-group-plan/copy-links.png?fit=max&auto=format&n=_tmgZtRDm_EEfR1g&q=85&s=62e619d7711e8583d8698de7fe6aa212" alt="Copy links" width="1440" height="330" data-path="images/group-plans/create-a-group-plan/copy-links.png" />
</Frame>

You can also suggest the number of seats in the checkout link by adding a query string to the URL. For example:

```text theme={null}
https://ACCOUNT-URL.memberful.com/checkout?plan=2&members=10
```

Replace ACCOUNT-URL with your Memberful account subdomain. Replace 2 with your price ID.

If you want to add a purchase link to your site or learn more about the different link options, see [Add a link to buy a plan.](https://memberful.com/docs/plans/promote-and-sell/add-a-link-to-buy-a-plan)

## Enable welcome emails

Memberful can send separate welcome emails to group managers and group members, in addition to the generic welcome email.

In the Memberful dashboard, go to *Members → Templates* to review and customize those emails.

<RelatedDocs
  link1={{
url: "/member-management/group-management/move-group-to-a-different-plan/",
label: "Move a group to a different plan.",
}}
  link2={{
url: "/member-management/group-management/add-or-remove-group-members/",
label: "Add or remove group members.",
}}
  link3={{
url: "/plans/plan-options/accept-external-payments/",
label: "Accept external payments.",
}}
  link4={{
url: "/member-management/group-management/replace-the-group-manager/",
label: "Replace the group manager.",
}}
/>
