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

# Overview

> How money is tracked in AI Insurance

Financials tracks the money moving through the business. Its primary building
block is the **invoice** — a single record of an amount, pointing either out of
the business or into it.

An invoice moves through a lifecycle from owed to paid, absorbing partial
payments and approvals along the way, and carries the metadata that says what
the money is about: its type, the event or policy it belongs to, and who it is
paid to.

Reports read across every invoice in the system to show how much is owed and how
much has been paid, broken down by Invoice Type, by event, and by other
dimensions.

## Where Financials Live in the App

Financials appears in three places.

<CardGroup cols={3}>
  <Card title="The Financials Section" icon="building-columns" href="/financials/pages/company-financials">
    The company-wide view, in the main navigation.
  </Card>

  <Card title="An Event's Financials Tab" icon="folder-open" href="/financials/pages/event-financials-tab">
    The same reports and listings as the company-wide page, narrowed to one
    event, plus the reserve updates for that event. This is where day-to-day
    claim financials happen.
  </Card>

  <Card title="Financials Configuration" icon="sliders" href="/financials/pages/financials-configuration">
    Under **Admin**. Where Invoice Types, line items, approval authority, and
    reporting settings are defined.
  </Card>
</CardGroup>

## Common Conventions

<CardGroup cols={2}>
  <Card title="Amounts Are Never Negative" icon="plus-minus">
    Amounts are always entered as a plain positive figure on an explicit
    **Income** or **Expense** side. The side determines which way the money
    moves; direction is never encoded with a minus sign. See [Expected
    Direction](/financials/expected-direction).
  </Card>

  <Card title="On Screen, Direction Is Color — Not a Sign" icon="palette">
    Screens show unsigned amounts and carry direction in color: green is money
    coming in, normal text is money going out. Signs appear only when a figure
    leaves the app, in an export or a generated document. See [Reference
    Frames](/financials/reference-frames).
  </Card>
</CardGroup>

## Core Concepts

<CardGroup cols={2}>
  <Card title="Invoices" icon="receipt" href="/financials/invoices">
    The primary building block: what an invoice is, what it carries, and which
    parts of it are fixed once it exists.
  </Card>

  <Card title="Invoice Types and Line Items" icon="tags" href="/financials/invoice-types">
    The type of an invoice determines how its amount may be broken down into
    line items.
  </Card>

  <Card title="Invoice to Entity Linking" icon="paperclip" href="/financials/attaching-invoices">
    The event or policy an invoice is about, and how that differs from its
    payee.
  </Card>

  <Card title="Expected Direction" icon="arrow-right-arrow-left" href="/financials/expected-direction">
    The way money of a given kind normally flows, and what happens when an
    amount runs against it.
  </Card>

  <Card title="Reference Frames" icon="palette" href="/financials/reference-frames">
    How the sign and color of every figure are decided, on screen and in
    exports.
  </Card>

  <Card title="The Invoice Lifecycle" icon="timeline" href="/financials/lifecycle">
    The statuses an invoice moves through, how payments are recorded, and how
    corrections are made.
  </Card>

  <Card title="Approvals" icon="circle-check" href="/financials/approvals">
    Who is permitted to authorize an invoice for payment, and how that authority
    is configured.
  </Card>

  <Card title="Reserves" icon="piggy-bank" href="/financials/reserves">
    Money expected to move on an event that has not moved yet, and how it draws
    down as losses are paid.
  </Card>

  <Card title="Financials API Reference" icon="code" href="/api-reference/financials/overview">
    The same records over HTTP: reading invoices and balances, recording
    payments, and posting reserve updates from an integration.
  </Card>
</CardGroup>
