# Codes For Free Memberships

**There will be situations where you will need to give a free membership to someone - influencers, affiliates, for testing, etc.**

Free Membership Accounts can be created by using Shopify discount codes, configured for subscription products.

With a correctly configured code, someone can create a membership but never have their credit card billed.

**To create a code for free memberships:**

1. Create a new Product Discount in Shopify
2. Under "Purchase Type" select "Subscription"
3. Under "Applies To" select your Inveterate membership product
4. Under "Recurring Payments For Subscriptions", if you want the membership free for the first payment and all subsequent payments, select "Discount applies to all recurring payments". If you want the membership free for the *first payment only*, select "Limit discount to the first payment."
5. Click "Save"

Any time someone uses this code to purchase your membership, the price will be $0.00.

{% hint style="info" %}
Whoever uses this code will still need to enter a credit card in the Shopify checkout, this is due to limitations with the Shopify subscription product used by Inveterate. Anyone who uses this code will not be charged.
{% endhint %}

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


---

# 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://help.inveterate.com/help-center/discount-information/codes-for-free-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.
