> For the complete documentation index, see [llms.txt](https://docs.digably.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digably.io/products/how-to-make-a-product-subscription-based.md).

# How To Make A Product Subscription-based

{% embed url="<https://youtu.be/XQeO6VEtl7w>" %}

This guide will show you how to make a product subscription-based using Digably.

***

#### 1. Select a product

Start by navigating to the products section, and select the product you wish to make into a subscription-based product. If you don't have a product yet, you can create one by following the instructions[ here](/products/how-to-create-a-product.md).

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2Fv1eHtpPmyjNXBfJbgrBGiR%2Fn1MkMfbfQRtS1JXdksPf6L_doc.png?alt=media&#x26;token=f63885e9-1720-47f5-80fb-40911bc9e12b" alt=""><figcaption></figcaption></figure>

#### 2. Click the pencil icon in the pricing section

After you've selected the product, click the pencil icon in the "Pricing" section to edit the pricing settings.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2Fv1eHtpPmyjNXBfJbgrBGiR%2FdyBTpg6TAVPiho8R1MSaq1_doc.png?alt=media&#x26;token=29c33f32-c220-4599-963d-23cdb8dacbf9" alt=""><figcaption></figcaption></figure>

#### 3. Click "Recurring"

Select the "recurring" option.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2Fv1eHtpPmyjNXBfJbgrBGiR%2F9wuJd9aHDQ2eWrkS2VnMeQ_doc.png?alt=media&#x26;token=dbac3b85-814d-4167-a897-bdd508d0ad89" alt=""><figcaption></figcaption></figure>

#### 4. Configure your recurring pricing settings, and click "Save"

Configure the additional settings, and click the "Save" button.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2Fv1eHtpPmyjNXBfJbgrBGiR%2F51FZqvQ7JvxF2CxJo6RqUd_doc.png?alt=media&#x26;token=c8abfa93-c86f-4805-b1f2-c835d2844b35" alt=""><figcaption></figcaption></figure>

#### 5. Click "Save"

Then click "Save" again to save the new product settings.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2Fv1eHtpPmyjNXBfJbgrBGiR%2F2aVcgeTgJ8wLeK9jH7JrGh_doc.png?alt=media&#x26;token=2a09d626-a0b0-49db-909b-9c0fd11af920" alt=""><figcaption></figcaption></figure>

This guide covered the steps to make a product subscription-based using Digably.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.digably.io/products/how-to-make-a-product-subscription-based.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
