# How to: Creating a tiered subscription offering

Let's [create two subscription plans](/admin/subscriptions/plans.md) within Mavenseed. We'll call these **Subscription A** and **Subscription B** for the time being.. *This mimics a typical offering of Basic and Pro.*&#x20;

{% hint style="info" %}
*By default no products are assigned to your subscriptions, so you'll have to assign products to them for your customers to have access.*
{% endhint %}

**Let's say we have six products.**&#x20;

Subscription A (Basic) will have access to **three** of these products with Subscription B (Pro) to have access to all **six** of these products with a different price point.&#x20;

![](/files/-Lov6i5LISbdSzVWkE6A)

Edit each of your subscriptions, scrolling down to the bottom of the form to add products or take them away from the subscription plan.&#x20;

![](/files/-Lov73QVXFlWX99IaAC0)

{% hint style="warning" %}
**Not seeing your product in the drop-down list?** For it to display here, it must be a piece of content for sale with a price set.&#x20;
{% endhint %}

### Other possible scenarios:&#x20;

* Creating two subscriptions with the same product access, but with different billing periods; Yearly & Monthly


---

# 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/how-to-creating-a-tiered-subscription-offering.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.
