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

# Accounting API

One API to access and manage accounting data across all major software providers. Connect to multiple accounting platforms with a single integration. Access standardized data models for journals, invoices, chart of accounts, partners, and more.

## How it works

```mermaid theme={null}
flowchart LR
    A[Your App] --> B[Unified Accounting API]
    B --> C[Sage]
    B --> D[Cegid]
    B --> E[Xero]
    B --> F[QuickBooks]
```

## In this section

<CardGroup cols={2}>
  <Card title="Concepts" icon="book" href="/unified-apis/accounting/concepts/folder">
    Key concepts, data models, and implementation guides for the Accounting API.
  </Card>

  <Card title="Connectors" icon="plug" href="/connectors/accounting/overview">
    Supported accounting software for this API.
  </Card>

  <Card title="Coverage" icon="table-list" href="/connectors/accounting/coverage">
    Feature coverage per connector.
  </Card>

  <Card title="API reference" icon="code" href="/api-reference/endpoints/accounting">
    All Accounting API endpoints.
  </Card>
</CardGroup>
