> For the complete documentation index, see [llms.txt](https://subscriptionsuite.gitbook.io/helpdoc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://subscriptionsuite.gitbook.io/helpdoc/welcome-to-subscriptionsuite.md).

# Welcome to SubscriptionSuite

SubscriptionSuite helps you create and manage product subscriptions on your Shopify store with just a few clicks. Whether you want to offer weekly deliveries, monthly plans, or prepaid subscriptions, SubscriptionSuite makes it easy for both you and your customers.

This help center will guide you through setup, creating subscriptions, customer management, and everything else you need to get started.

***

### 👇🏻 What you'll find inside?

This documentation is organized into simple sections so you can quickly find what you need.

**Getting Started**

Learn how to install the app, complete the initial setup, and launch your first subscription.

**Creating Subscriptions**

Learn how to create Product Subscriptions, Series Subscriptions, and Build Your Own Subscriptions etc.

**Subscription Settings**

Configure discounts, delivery frequencies, shipping settings, and other subscription options.

**Customer Portal**

See how customers can manage their subscriptions, update payment methods, skip deliveries, pause subscriptions, and more.

**Orders**

Understand how subscription orders are created, renewed, and managed.

**Analytics**

Track your subscription performance with reports and key metrics.

**Integrations**

Connect SubscriptionSuite with Shopify and other supported apps.

**Customization**

Customize your subscription widget and apply custom styling to match your store.

**Migration**

Learn how to migrate from another subscription app with help from our team.

**Troubleshooting**

Find solutions to common issues and answers to frequently asked questions.

**Support**

Need help? Our support team is always here to help with setup, migration, customization, or any questions you may have.


---

# 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://subscriptionsuite.gitbook.io/helpdoc/welcome-to-subscriptionsuite.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.
