> ## 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.

# Introduction to our Accounting APIs

One API to access and manage accounting data across all major software providers.

## Why use the Accounting API?

* Connect to multiple accounting platforms with a single integration
* Access standardized data models for journals, invoices, expenses, and more
* Handle provider-specific differences seamlessly
* Reduce implementation and maintenance time

***

## 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]
```

**Explore our Accounting API:**

* **API Reference** – [Accounting's API Documentation](/api-reference/endpoints/accounting)
* **Data Types & Concepts** – [Accounting's data types and concepts](/unified-apis/accounting/datatypes)
* **Implementation Guides** – [Accounting implementation guides](/developer-guides/api-guides/accounting)
* **Connector Overview** – [Accounting connectors overview](/connectors/accounting/overview)
* **Connector Coverage** – [Accounting connectors coverage](/connectors/accounting/coverage)
