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

# Financials

The Financials page gives you a monthly view of revenue collected, payments due, and how you're tracking against prior periods. Find it in the left navigation under **Financials**.

***

## What it shows

### Monthly breakdown

A table showing each month with:

* **Due** -- total payments scheduled in that month across all clients
* **Collected** -- total payments actually marked paid in that month
* **Clients** -- how many clients had activity that month

Click any month row to expand it and see a breakdown of which clients have payments due versus collected in that period.

### Year-to-date totals

Running totals at the top of the page show your cumulative revenue collected and what's still outstanding for the year.

***

## How payments are counted

A payment appears in the month its **due date** falls. It shows as collected when it's marked paid, regardless of when it was actually paid.

For example: a payment due June 30 that was paid early in June still appears in June's collected column.

***

## On the Books vs. Collected

**On the Books** (from the dashboard) reflects total contracted revenue from active clients. **Financials** shows what has actually moved as cash -- payments due and payments received by month. These are two different views of the same underlying data.

***

## What's not included

Financials only includes clients in **Booked** and **Active Planning** status. Leads, Proposal Sent, and Completed clients are excluded from the monthly view.


---

# 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:

```
GET https://help.getweddingos.com/analytics/financials.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.
