# Trial Balance

### Accessing the report

Go to **Accounting** → **Trial Balance**. The report defaults to Last year, By month. Use the date picker to select any period, and the entity dropdown to filter by entity.

The date picker includes presets for common ranges: this/last month, this/last quarter, this/last year, month/quarter/year-to-date, last 12 months, and last 30/60/90 days.

***

### Report structure

The Trial Balance lists every account in your Chart of Accounts with activity during the selected period. Each row shows the account, total debits, total credits, and net balance. The totals row at the bottom confirms whether debits equal credits across all accounts.

***

### Filters

The Trial Balance supports filtering by date range, entity, class, subclass, and counterparty.

***

### Columns

Use the column selector to control how the report is broken down:

* **Total only** — Single total column
* **By month** / **By quarter** / **By year** — Period-based breakdown

***

### Drilling down

Click any line item to drill into the General Ledger filtered to that account and date range. From there you can see the individual transactions and journal entries behind the balance.

***

### Ledger basis

If your client has both cash and accrual ledgers configured, use the ledger basis dropdown to switch between **Cash** and **Accrual**. The selected basis is shown in the report footer.

***

### Export

Export the Trial Balance as **.xlsx** from the download menu in the top right.

***

### Creating journal entries

Click **Create journal entry** in the top right (or **⌥+N**) to record adjustments directly from the report.

→ [Journal Entries](/close-workflows/journal-entries.md)


---

# 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.kick.co/reports/trial-balance.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.
