# Free Subscriptions

There's two different ways that you can provide a free subscription to your customers. The key difference between them is how customers access your content.

**Option 1**

We can consider the lack of a subscription record, a "free" subscription. For example, you can direct customers to register a free account. Your customer won't have a subscription, but they will have an account and will be able to view the content that you've set as free.

**Option 2**

This method is great if you want your users to sign up and have an actual subscription, complete with access, but you don't want them to have to pay.

1. Create a subscription coupon with 100 as the Percent Off.
2. Your customer will claim the coupon during checkout

The customer will have a subscription record with the expiration date set 100 years into the future.


---

# 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://docs.mavenseed.com/admin/subscriptions/free-subscriptions.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.
