> ## 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.

# Give free access

> Give free access to a Memberful plan so members, friends, or staff can join without paying. Useful for comps, team accounts, and lifetime members.

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>;
};

In some cases, you might want to give someone free access to your membership program. Since Memberful doesn't allow \$0 plans (the minimum price is \$1), there are other ways to provide free access to one or more membership plans for members, friends, or staff.

In this help article, we'll cover the ways you can give free access, including free account registration, recurring 100% coupons, free trials, subscriptions added from the Memberful dashboard, and the all access pass.

## Allow free account registration

Free registration allows your members to sign up without any cost or obligation for a paid subscription. This group of free members can be targeted in our WordPress integration, member website and newsletter, as well as our email newsletter integrations. [Learn more about free registration.](/docs/plans/individual-plans/free-registration/)

## Offer ongoing free access to a plan

1. Go to *Revenue → Coupons* in your Memberful dashboard.
2. Create a [recurring coupon](/docs/discounts-and-gifting/coupons/create-a-coupon/) with a 100% discount. The coupon can be applied at checkout by the member or [from the Memberful dashboard by staff.](/docs/discounts-and-gifting/coupons/apply-and-manage-coupons/#manage-coupons-as-an-admin)

<Frame>
  <img src="https://mintcdn.com/memberful/piu8OqoFPVjI8Aw6/images/manage-your-members/give-free-access/free-coupon-code.png?fit=max&auto=format&n=piu8OqoFPVjI8Aw6&q=85&s=17bbc782ecff0ce95c7dc9736ce732c3" alt="Give plan for free" width="1440" height="375" data-path="images/manage-your-members/give-free-access/free-coupon-code.png" />
</Frame>

## Give time-limited free access to a plan

If you'd like to offer free access to members for a limited period, you can offer them a free trial or add a subscription to their account through the Memberful dashboard.

### Offer a free trial to all members of a plan

Enable the **Free trial** setting when you [create a plan.](/docs/plans/individual-plans/create-a-plan/) Keep in mind that we don't support free trials on plans that renew on a specific day of the month.

<Frame>
  <img src="https://mintcdn.com/memberful/piu8OqoFPVjI8Aw6/images/manage-your-members/give-free-access/free-trial.png?fit=max&auto=format&n=piu8OqoFPVjI8Aw6&q=85&s=bdcc9dce12a4b30fcf710f5114229fd7" alt="Free trial setting" width="1440" height="533" data-path="images/manage-your-members/give-free-access/free-trial.png" />
</Frame>

Free trials apply to new members only. Current members and those already on a trial won't be affected, even if you disable it later.

### Add a subscription through the Memberful dashboard

1. From the member's profile, scroll down to the Subscriptions section, and click **Add a new subscription.**

   <Frame>
     <img src="https://mintcdn.com/memberful/piu8OqoFPVjI8Aw6/images/manage-your-members/give-free-access/add-a-new-subscription.png?fit=max&auto=format&n=piu8OqoFPVjI8Aw6&q=85&s=b1d92a2ef343ffe891e27fee5a1c76dd" alt="Add a new subscription" width="1440" height="199" data-path="images/manage-your-members/give-free-access/add-a-new-subscription.png" />
   </Frame>
2. Select the plan from the dropdown list, and uncheck *Charge card for this plan...* (only applicable if the member has a credit card on file).

   <Frame>
     <img src="https://mintcdn.com/memberful/piu8OqoFPVjI8Aw6/images/manage-your-members/give-free-access/add-a-new-subscription-without-charging.png?fit=max&auto=format&n=piu8OqoFPVjI8Aw6&q=85&s=a88d72942fd4076a2e643711c9529ac7" alt="Add a new subscription without charging credit card" width="1440" height="386" data-path="images/manage-your-members/give-free-access/add-a-new-subscription-without-charging.png" />
   </Frame>
3. Click **Start the subscription.** If the member doesn't add a method of payment before the next renewal date, their subscription will expire.

## Provide full access without payment

Here's how to grant free access to all plans and downloads (perfect for a friend or colleague):

1. Click **Edit member** in the member's profile.
2. Grant an all access pass.
3. Save the changes.

<Frame>
  <img src="https://mintcdn.com/memberful/piu8OqoFPVjI8Aw6/images/manage-your-members/give-free-access/free-all-access.png?fit=max&auto=format&n=piu8OqoFPVjI8Aw6&q=85&s=9543fdb14bbb20e838135e1cde580a31" alt="Give all plans and downloads for free" width="1440" height="1082" data-path="images/manage-your-members/give-free-access/free-all-access.png" />
</Frame>

The all access pass won't grant [Discord roles](/docs/community/discord/discord-integrate/#assign-roles-based-on-plan). To assign all roles, [subscribe the member to each plan.](/docs/member-management/payments-and-access/give-free-access/#add-a-subscription-through-the-memberful-dashboard)

### View a list of all access pass members

To view a list of members with an all access pass, go to the Members tab and choose the filter **All Access Pass members.**

<Frame>
  <img src="https://mintcdn.com/memberful/piu8OqoFPVjI8Aw6/images/manage-your-members/give-free-access/all-access-pass-filter.png?fit=max&auto=format&n=piu8OqoFPVjI8Aw6&q=85&s=015922cf3e291fbf69d5e25542a56e3b" alt="All Access Pass filter" width="1440" height="288" data-path="images/manage-your-members/give-free-access/all-access-pass-filter.png" />
</Frame>

<RelatedDocs
  link1={{
url: "/member-management/payments-and-access/troubleshoot-with-your-members/",
label: "Troubleshoot with your members.",
}}
  link2={{
url: "/member-management/subscription-management/bulk-edit-member-subscriptions/",
label: "Bulk edit member subscriptions.",
}}
/>
