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

# Subscriptions

## Subscriptions

The subscriptions dashboard presents the evolution of:

* Daily active subscriptions: subscriptions that started and has not yet expired. Free trials and subscribers that have cancelled the renewal of their subscription are included.
* Daily new subscriptions and churn: the number of new subscriptions (free trials included) and churns (subscriptions ended) per day.
* Daily refund rates: the proportion of subscriptions initially taken that were refunded. The date displayed is the date the subscription started not the day of the refund. That means you should expect past days to change.

![](https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGgUdOzhqa07uh7nB2iZA%2Fuploads%2FMOnsT8cDOTIj9mLPrB6t%2FCapture%20d%E2%80%99e%CC%81cran%202021-10-20%20a%CC%80%2011.49.38.png?alt=media\&token=90947816-d9c4-4ad2-ad11-0b76a400d1a4)

## MRR

The Monthly Recurring Revenue (MRR) is an indicator of the size and growth of your paid subscribers base and so your subscription business. MRR differs from standard revenue calculation for non-subscription business in the way that it spreads over the subscription length, the actual revenues generated by each user. The amount is calculated on a 28-day base period. If you have an annual subscription at 100$ it will appear as 7,66$ MRR (100 / 365,25 \* 28). A weekly subscription at 1.99$ will appear as 7,96$ (1,99 / 7 \* 28)

![](https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGgUdOzhqa07uh7nB2iZA%2Fuploads%2FaQ6CdWLrVuPofPMMTPn3%2FCapture%20d%E2%80%99e%CC%81cran%202021-10-20%20a%CC%80%2014.11.58.png?alt=media\&token=42bf3b3f-012e-473d-92b3-b9ef9b30a3e8)


---

# 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://purchasely.gitbook.io/purchasely/analytics/dashboards/subscriptions.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.
