> ## 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 Banking APIs

<Tip>
  View our [API documentation](/api-reference/endpoints/banking) for details about the banking endpoints and the data models.
</Tip>

The Banking APIs let you integrate with banks through external providers. You can:

* Aggregate account information from multiple banks.
* Access a real-time transaction database.

Typical use cases covered by the Banking APIs include:

<Steps>
  <Step title="Reporting">
    Connect to your users' banks to be able to provide reporting to your end-users.
  </Step>

  <Step title="Cash flow management: Import bank feed">
    Automatically import transactions into your tool to predict your future expenses.
  </Step>

  <Step title="Accounting automation">
    Connect to Chift's Banking API to automate manual inputs of your accounting processes.
  </Step>

  <Step title="Reconciling bank transactions">
    Write your customers' bank transaction data into your tool for reconciliation.
  </Step>
</Steps>

## Explore the Banking API

* **API Reference** – [Banking's API Documentation](/api-reference/endpoints/banking)
* **Connector Overview** – [Banking connectors overview](/connectors/banking/overview)
* **Connector Coverage** – [Banking connectors coverage](/connectors/banking/coverage)
