> ## Documentation Index
> Fetch the complete documentation index at: https://docs-beta.layerfi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Bookkeeping Overview

> Bookkeeping Overview Page

This view provides an out of the box ready dashboard for businesses enrolled in bookkeeping services.
In addition to the components of the [Accounting Overview](/embedded-components/pages/AccountingOverview), it includes the `<Tasks />` component showing all current tasks for a business.

The overview page consists of the interactive P\&L chart, the monthly revenue & expense breakdownss, and summary cards with a CTA for uncategorized transactions.

![Accounting Overview](https://github.com/user-attachments/assets/1a72b4bf-d9c2-42ee-8776-315376757306)

```tsx theme={null}
import { AccountingOverview } from './pages/accounting/overview'

<BookkeepingOverview
    title={"MyCompany Bookkeeping"}
/>
```

### Properties

<ParamField body="title" type="string">
  Page title to place in the header.
</ParamField>
