> For the complete documentation index, see [llms.txt](https://docs.payrexx.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payrexx.com/platform/english/analytics/metrics.md).

# Metrics

To access the analytics tool, navigate to **Metrics** in your Payrexx account.

At the top of the window, select the year you want to analyze and choose the year for comparison. In the following example, 2024 is compared with 2023:

<figure><img src="/files/AIJkOecVnyPPUgu7S4LO" alt=""><figcaption><p>Selection of the year to be displayed and the comparison period</p></figcaption></figure>

Based on your selection, the corresponding metrics are displayed in the main window:

<div align="left"><figure><img src="/files/maHnGzzBQDqpyLGdoFPG" alt=""><figcaption><p>The metrics of 2024 compared with the metrics of 2023</p></figcaption></figure></div>

#### 1. Number of subscriptions at the beginning of the month

The first section shows the number of active subscriptions at the start of the respective period. Paid subscriptions are displayed at the top, grouped by [product](/platform/english/admin/products.md), followed by free subscriptions, also grouped by product.

#### 2. New subscriptions

This section shows how many subscriptions were newly added during the period. As in point 1, subscriptions are grouped by product.

#### 3. Cancellations

This section covers subscriptions that were canceled during a specific period and is divided as follows:

* **Refunds:** Number of paid subscriptions refunded to the merchant during the month
* **Cancellations (chargeable):** Paid subscriptions canceled during the respective month.
* **Cancellations (free):** Free subscriptions canceled during the respective month.
* **Termination Rate:** Calculated as the number of cancellations in month X divided by the number of subscriptions at the beginning of month X. For example, if there were 100 subscriptions at the start of the month and 5 were canceled by month-end, the cancellation rate is 5%.

#### 4. Renewals

This section shows the number of subscriptions renewed during the period, grouped as described in points 1 and 2.

#### 5. Upgrades

This section shows the number of subscriptions upgraded during a specific period. An upgrade occurs when a merchant moves from their current plan to a more expensive plan.

#### 6. Downgrades

This section shows the number of subscriptions downgraded during a specific period. A downgrade occurs when a merchant moves from their current plan to a cheaper or free plan.

#### 7. Active customers

4. This section displays the number of customers who received at least one payment during the period and were therefore considered active.


---

# 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.payrexx.com/platform/english/analytics/metrics.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.
