> For the complete documentation index, see [llms.txt](https://docs.morevy.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.morevy.ai/docs/reference/glossary.md).

# Glossary

## Movement

**Starting balance** — what you were earning per month from existing members at the end of the previous month.

**New** — members who joined this month.

**Returned** — members who had previously lapsed and came back.

**Growth** — existing members now paying more than last month. An upgrade, not a new member.

**Reduction** — existing members now paying less. A downgrade, not a cancellation.

**Lost** — members who left.

**Ending balance** — the starting balance plus everything above.

**Ties** — the legs add up. Opening plus every change equals the closing balance, checked rather than assumed.

## Basis

**Cash collected** — every payment counts in the month it was taken. Answers *how much money came in.*

**Recurring revenue** — a prepaid plan is spread across the months it covers. Answers *what is this business earning per month.* Also called the normalized basis.

**Scheduled rebill** — a payment your software took automatically on a schedule. Counted where it cleared, never spread.

## Retention

**Gross revenue retention** — of last month's revenue, how much you kept. Cancellations and downgrades count against it, upgrades do not help it. It cannot exceed 100%.

**Net revenue retention** — the same, but upgrades count. Above 100% means the members who stayed grew enough to cover the ones who left.

**Member retention** — the share of members who stayed, ignoring what they paid. Sometimes called logo retention.

**Revenue churn rate** — revenue lost this month as a share of what you started with.

## Your file

**Source** — the payment export a close is computed from.

**Column mapping** — which of your columns holds the member, the date and the amount.

**Segment** — any column used to break the movement down: plan, location, coach.

**Audit trail** — the record of how a figure was produced and which answers were in force.


---

# 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.morevy.ai/docs/reference/glossary.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.
