# Average Churn Rate

**What is it:** The percentage of subscribers who cancel their subscription over time.

**Why it matters:** A high churn rate signals potential problems with plugin satisfaction, onboarding, or value delivery. Tracking it helps you improve retention and maintain stable recurring revenue.

**How is it calculated:** Each month, we calculate the percentage of subscribers who left compared to the total from the previous month. Then we average those monthly rates across all months in the selected period.

*Note: Please keep in mind that no churn can be measured for the first month of uploaded data, as to calculate churn you always need data for a previous month.*


---

# 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://plugin-pulse.gitbook.io/docs/financial-metrics/average-churn-rate.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.
