# Memberships

Memberships enable you to exchange any amount of content for a regular payment from your customers. This is an effective way to offer a multitude of content for a lower initial cost, since the cost of access can be spread over time.&#x20;

{% hint style="info" %}

### How much does it cost to sell something on Mavenseed?

If you're selling something a transaction fee is collected for each purchase, or recurring membership payment. Mavenseed's fee is 8% for free accounts, and 4.5% for Plus accounts. **Keep in mind the fee's negotiated with your merchant (Stripe) account are separate from ours**

**For $39/mo we offer a plan that reduces your per transaction fee from 8% to 4.5**%, while also increasing the download limit to 500mb and the total videos uploaded to 300. If you have higher requirements,  drop us an email <support@mavenseed.com>&#x20;
{% endhint %}

We have a complete section dedicated to the creation of subscription plans;&#x20;

* [Managing Subscriptions, ](/admin/subscriptions.md)
* [Creating Subscription Plans](/admin/subscriptions/plans.md),&#x20;
* [Managing Customer's Subscriptions.](/admin/subscriptions/canceling-and-or-deleting-customers-subscription.md)

{% hint style="info" %}
Subscribers to a plan will get access to all included products so long as their account is in good standing; if they cancel or go delinquent they will lose access to the content.
{% endhint %}


---

# 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/selling-your-content/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.
