# Add Subscription Product

Here's a short video guide on how to add your subscription product:

{% embed url="<https://www.youtube.com/watch?v=eOWR6jDQuZ4>" %}
How to sell Subscriptions in your Web Store
{% endembed %}

Inside your Developer Dashboard, Go to Products -> Subscriptions to add a new Subscription product:

<figure><img src="/files/54PCKH7wJmzSKO29v7zC" alt=""><figcaption><p>Navigate to Products -> Subscriptions to add your first product</p></figcaption></figure>

Add basic information abour your Subscription product after clicking "Add Subscription"

<figure><img src="/files/zKK543dIFQY0vnWG129q" alt=""><figcaption><p>Add necessary information about your SaaS product</p></figcaption></figure>

Remember to fill in:

* Name of the Product
* Description
* Logo
* YouTube / Vimeo / Twitch video for the product cover
* Gallery photo - screenshots of your SaaS app

<figure><img src="/files/hYIo6d17ZuiRbF41NnIo" alt=""><figcaption><p>You can add photos or screenshots of your Software in the Gallery section</p></figcaption></figure>

Variants can be used as Plans, examples:

* Starter Plan
* Professional Plan
* Enterprise

Offers are Prices, examples:

* Starter $19 / month
* Professional $299 / yearly

A Product can have multiple Variants. Each Variant can have multiple Offers (or Prices).

Congratulations! :tada: After you've successfully created your Subscription product, you should see it listed:

<figure><img src="/files/5hXLn2eUTl1ITrGd1bKp" alt=""><figcaption><p>Your subscription product is now listed! <span data-gb-custom-inline data-tag="emoji" data-code="1f44f">👏</span></p></figcaption></figure>

In order to create Pricing Plans for your Product, click Create Offer (provided you've already [connected your Stripe account](/workspace-settings/connect-your-stripe-account.md)):

<figure><img src="/files/mL2xGiHDcuu7LND5VDmf" alt=""><figcaption><p>Creating a $19/month Offer</p></figcaption></figure>

That's it! You've created a Subscription product that can now be purchased by your Customer. Our Subscription management stack includes:

* Automated payments every interval period you've defined in your Offer
* Transactional e-mails for every subscription payment
* Invoice generation for the customer - sent directly to his/her inbox
* Management Portal after logging into your Store
* Update Payment Methods
* Cancel Subscription Plan

<figure><img src="/files/6I2HeustoJOH0D80iz2G" alt=""><figcaption><p>This is how your Customers see the Product page. Check out this <a href="https://subscription-testing.dev.fungies.net/product/saas-subscription-monthly-subscription-3d848193-8a61-4f40-b633-bae5d3aa6071">sample Subscription</a> product we've created.</p></figcaption></figure>

<figure><img src="/files/3O3dilasvVAe4oCBVpv9" alt=""><figcaption><p>This is a hosted checkout page whenever your Customer clicks on Subscribe button. Taxes are calculated and collected automatically.</p></figcaption></figure>

<figure><img src="/files/hw36gt1dx0du7iwM9wtl" alt=""><figcaption><p>This is how your Customers will be managing their Subscriptions - by logging in your Store (they'll have to reset their passwords if they weren't Signed Up)</p></figcaption></figure>

<figure><img src="/files/Vh2rupc1xg8pLEEvmxaO" alt=""><figcaption><p>Customers can Update Payment Method or Cancel their Subscriptions. Invoices can viewed from here, too.</p></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.fungies.io/add-subscription-product.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.
