# Sales subscriptions

To enable a subscription,&#x20;

Go to `Settings -> Modules -> Check the Enable Subscriptions` and save it.

### Using subscriptions <a href="#using-subscriptions" id="using-subscriptions"></a>

1. Subscriptions can be added from both POS sales or normal Sales screens.
2. In the POS or sales screen to add a subscription click on “Subscribe?” Checkbox
3. On clicking subscribe it shows a popup modal, enter the subscription frequency like every 1 day, every 5 days, every 1 month, etc. Also enter the subscription frequency, if a user wants to subscribe only 5 times enter 5, for an unlimited leave it blank.
4. All subscriptions appear in the Sell -> Subscriptions screen. From here you can also start/stop a subscription.
5. When a subscription invoice is auto-generated then a notification is sent to the admin & sales person.

### Subscriptions indicators <a href="#subscriptions-indicators" id="subscriptions-indicators"></a>

While adding subscription sales, the sales will be marked with an indication in the “All Sales” screen.&#x20;

This indicator will be in either of two colors, blue or red.

**What does the indicator mean?**

* The <mark style="color:blue;">**blue color**</mark> indicates that this is an automatically created subscription invoice.
* The <mark style="color:red;">**red color**</mark> indicates that it is a recurring invoice that repeats for a specified number of times and turns to the blue color invoice when the number of times specified is reached.


---

# 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.kbgfuzion.com/erp/knowledge-base/sales-sell/sales-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.
