# Total Transactions

**What is it:** Total transactions in the given period.

**Why it matters:** This is your total revenue from the plugin. Monitoring earnings helps you evaluate financial performance and forecast future income.

**How is it calculated:**&#x20;

* **Amount:** Sum of all earnings (Subscription earnings + One-time purchase earnings) with refunds and reimbursements **already subtracted.** &#x20;
* **Count: Sum of all transactions:** subscriptions + one-time purchases + reimbursements + refunds.&#x20;


---

# 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/total-transactions.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.
