> For the complete documentation index, see [llms.txt](https://docs.shoffi.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shoffi.app/for-app-owners/shoffi-metrics-beta.md).

# Shoffi Metrics (Beta)

***

### How to enable Shoffi Metrics

#### If you have at least 1 integrated app

1. Open **Metrics**.
2. Click **Opt-in Shoffi Metrics**.
3. Wait a few minutes/hours while we process it.
4. When it’s ready, you will ne notified by email and in the platform.

#### If you have no integrated apps

Shoffi Metrics requires at least one app fully integrated with Shoffi.

Go to **My Apps**, finish integrating an app, then come back to **Metrics** to opt in.

### What you will see in Shoffi Metrics

#### Summary cards

Shoffi Metrics shows key metrics at the top:

* **Gross Earning**\
  Total earnings in the selected time range.
* **MRR (Monthly Recurring Revenue)**\
  Your recurring revenue from subscriptions.
* **ARR (Annual Recurring Revenue)**\
  Your recurring revenue annualized.
* **Usage & One-Time**\
  Revenue from usage-based charges and one-time purchases.
* **Active Subscribers**\
  How many subscribers are currently active.
* **ARPU (Average Revenue Per User)**\
  Average recurring revenue per active subscriber.
* **LTV (Lifetime Value)**\
  Estimated customer lifetime value based on your recent data.
* **Churn**\
  Subscriber churn rate in the selected time range.

#### Revenue charts

The Revenue section helps you spot trends over time, such as:

* **Gross Earning trend**
* **MRR trend**

#### Filters

You can filter the dashboard to focus on what you need, for example:

* **App selector** (choose which app to view)
* **Date range** (example: last 30 days)

***

### Tooltips and definitions

If you want more detail about any number or chart, hover over it. Tooltips explain what the metric means and how it is calculated.

### Troubleshooting

#### I don’t see data

* Confirm your app integration status is **Completed**.
* Make sure you’re viewing the right app in the apps selector.


---

# 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.shoffi.app/for-app-owners/shoffi-metrics-beta.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.
