> For the complete documentation index, see [llms.txt](https://docs.zotlo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zotlo.com/features/products-and-plans/subscription-plans.md).

# Subscription Plans

Subscription plans let you create and manage **recurring billing products** inside Zotlo. You can define billing intervals, trials, introductory offers, localized prices and renewal behavior to match your business model.

## **Subscription Plans**

A subscription plan includes:

* **Billing period** (weekly, monthly etc.)
* **Base price** (in USD)
* **Localized pricing** (optional)
* **Trial or introductory offer** (optional)
* **Plan metadata** (internal tags, product name)

Subscription plans must be added inside a **Sales Package** before they can appear in checkout or funnel interfaces.

## **Billing Intervals**

You can configure any of the following cycles:

* Weekly
* Monthly
* Every 2 months
* Every 3 months
* Every 6 months
* Annual

Zotlo automatically calculates renewal dates, processes recurring charges, and performs retry attempts when payments fail.

## **Trials & Introductory Offers**

You can offer:

* **Free trials** (e.g., 3 or 7 days free)
* **Paid trials** (e.g., first month $0.99 → then $14.99)

Trials and intro prices are automatically displayed in Hosted Checkout, Embedded Checkout and Funnel Interfaces.

## **Localized Pricing**

You can set different prices for each country to increase conversion and reduce friction.

[Localized pricing](/features/products-and-plans/localized-pricing.md) is recommended especially for:

* High-value plans
* Global funnels
* Regions with currency sensitivity

If localized pricing is not defined, the plan uses the **base USD price**, shown converted at checkout using real-time rates for display only (subscription charges are based on the configured plan currency).

## **Renewal Logic**

Zotlo manages:

* Automatic renewals
* Payment retries
* Dunning flows
* Grace periods
* Cancellations
* Plan changes (upgrade/downgrade behavior)

All events are visible in the dashboard under **Transactions**, **Subscriptions**, and **Events**.

## **Updating Subscription Prices**

You can update plan prices at any time, and changes:

* Apply **immediately** to new customers
* Do **not** affect existing subscribers

If you want to apply price changes for existing users, contact our support team for assistance.


---

# 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.zotlo.com/features/products-and-plans/subscription-plans.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.
