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

# Unified APIs

Chift exposes one **Unified API** per category of financial software. Each one normalizes the data model across every connector in that category, so you integrate once and work with the same objects whatever software your end-user runs. For how to build with them, see the [Building path](/guides/building-path/overview).

Each API below has an **overview**, its **connector coverage**, a **glossary** of its data model, and, where relevant, **guides & behaviours**.

<CardGroup cols={2}>
  <Card title="Accounting" icon="book" href="/unified-apis/accounting/overview">
    Journals, invoices, chart of accounts, partners and more, across all major accounting software.
  </Card>

  <Card title="Invoicing" icon="file-invoice" href="/unified-apis/invoicing/overview">
    Create, send, and manage invoices across multiple invoicing platforms.
  </Card>

  <Card title="POS" icon="cash-register" href="/unified-apis/pos/overview">
    Sales, orders, closures, products, and customers across multiple POS systems.
  </Card>

  <Card title="eCommerce" icon="cart-shopping" href="/unified-apis/ecommerce/overview">
    Orders, products, customers, and inventory across online shopping platforms and marketplaces.
  </Card>

  <Card title="PMS" icon="hotel" href="/unified-apis/pms/overview">
    Reservations, orders, invoices, and customers across hospitality platforms.
  </Card>

  <Card title="Payment" icon="credit-card" href="/unified-apis/payment/overview">
    Transactions, balances, payments, and refunds across payment processors.
  </Card>

  <Card title="Banking" icon="building-columns" href="/unified-apis/banking/overview">
    Aggregated accounts and transaction data across multiple banks.
  </Card>
</CardGroup>
