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

# Books overview

> Accounting, general ledger, invoicing, and financial reporting.

# Books overview

**Fluide Books** is the accounting product for the Fluide Suite: chart of accounts, journal entries, invoicing, bills, banking, budgets, and payroll GL integration.

## Base path

`/api/v1/*` (accounting routes are not prefixed with a product slug)

Authorize requests with your developer credentials — see [Authorization](/getting-started/authorization).

## What you can build

* Double-entry **journal entries** (post and void)
* **Chart of accounts** hierarchy (ASSET, LIABILITY, EQUITY, REVENUE, EXPENSE)
* **Invoices** and **bills** lifecycle
* **Payroll GL** mappings when payroll posts to the ledger
* Reporting, reconciliation, fixed assets, and exchange rates

<CardGroup cols={2}>
  <Card title="Books quickstart" icon="rocket" href="/books/quickstart">
    Verify access and list chart of accounts.
  </Card>

  <Card title="Books API reference" icon="code" href="/api-reference/books">
    Endpoints, schemas, and interactive playground.
  </Card>
</CardGroup>
