# Subscriptions

The Shopify platform has opened up its subscriptions functionality to retailer who use a subscriptions app.

Offering subscriptions allows your customers to purchase repeat orders on delivery intervals that you agree upon (weekly, monthly, etc.) and is an excellent way to make your customers' shopping experience as convenient as possible, while also initiating a steady stream of recurring revenue into your store.

### Using Subscriptions with Erickson

{% hint style="info" %}
Erickson has added the foundations to support Shopify's subscription functionality.

This will work if you have installed a subscriptions app - such as ReCharge - onto your store. As a result, any technical issues you experience with the subscriptions functionality must be addressed through the app developers.
{% endhint %}

### The Scope of Our Support

Our support does not cover **issues caused by third-party subscriptions app**, or those that are the result of **modifications** made to the native theme code.\
\
In these cases, we will try to refer you to the subscriptions app developer to resolve your issue.


---

# 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://koding-themes.gitbook.io/theme-support/faqs/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.
