# Customer Lifetime Value (CLV)

**What is it:** An estimate of how much revenue you can expect to earn from a subscriber over the entire duration of their subscription.

**Why it matters:** CLV helps you understand the long-term value of each subscriber. It’s a key metric for evaluating pricing strategies, forecasting revenue, and deciding how much to invest in acquiring or retaining users.

**How is it calculated:**\
We multiply your average monthly revenue per active subscriber (ARPU) by how long, on average, subscribers stay subscribed (Retention Period).

* Average Revenue per User (*ARPU) is calculated as Total Revenue from Active Subscriptions divided by the Number of Active Subscriptions.*
* Average Retention Period is calculated as described [here](https://plugin-pulse.gitbook.io/docs/financial-metrics/avg.-retention-period).


---

# 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/customer-lifetime-value-clv.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.
