# Statements (Draws, Interest, Fees)

## Overview

The Statements page shows the history of all transactions that have happened between the borrower and the lender. Examples of transactions that will show up on this page include approved draw requests, collections paydowns, cure paydowns, manual credit and manual debits. The columns list the date on which the transaction was settled, the type of transaction it was, the amount that was debited or credited to the balance, and the total loan balance.

<figure><img src="/files/8j2vGj1jfBHcnpdapPLH" alt=""><figcaption></figcaption></figure>

## Features

The transactions in the ledger can be filtered by both date and type using the boxes at the top of the page. In default form, the ledger will list all transactions that have happened. The filtered ledger can also be exported as a CSV displaying what is on the screen.

![Export Statements to CSV](/files/2RiokFWNjKlsn0DUjyuH)


---

# 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://docs.finleycms.com/core-capabilities/statements-draws-interest-fees.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.
