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

# Introduction

> Start here—overview of the Finhost white‑label banking platform, docs map, and setup checklist.

<Note>
  This is the high‑level entry point to your **Finhost** documentation. It orients product teams, developers, and back‑office admins, then points you to the right deep‑dives.
</Note>

## What is Finhost?

**Finhost** is a white‑label digital banking platform that ships:

* **Customizable front‑end apps** (web & mobile) that connect to your Core via APIs
* A secure **Auth layer** (Cognito) and app‑side session management
* **KYC/KYB** flows integrated with providers (e.g., Sumsub)
* An **Admin Back‑Office** for operations, compliance, and support
* Integrations with **EMIs/PSPs/Custodians** (e.g., OpenPayd, BCB, Fireblocks, Intercash, Kraken) to issue accounts, move money, and manage crypto rails

> Use this page to understand the parts and jump to the section you need.

***

## Quick links

<Columns cols={2}>
  <Card title="System config" icon="gear" href="/system-config">
    Global settings & branding hooks that shape your white‑label instance.
  </Card>

  <Card title="Branding" icon="palette" href="/branding">
    Colors, logos, and UI tokens to match your brand.
  </Card>
</Columns>

<Columns cols={2}>
  <Card title="Custom front‑end app" icon="rocket" href="/custom-fe-app-before-start">
    Local env, dependencies, and how the front‑end talks to Core.
  </Card>

  <Card title="API" icon="user" href="/custom-fe-app-sign-up-in">
    API documentation, Auth & Authorization
  </Card>
</Columns>

<Columns cols={1}>
  <Card title="Backoffice" icon="screwdriver-wrench" href="/introduction">
    How admins sign in (2FA), navigate, and what they can see.
  </Card>
</Columns>

### Provider integrations

<Columns cols={3}>
  <Card title="Sumsub" icon="shield" href="/SumSub">KYC/KYB & Transaction Monitoring.</Card>
  <Card title="OpenPayd" icon="building-columns" href="/OpenPayd">IBANs & fiat rails.</Card>
  <Card title="Fuse" icon="building-columns" href="/Fuse">Payments connectivity.</Card>
  <Card title="IFX Payments" icon="building-columns" href="/IFX%20Payments">Payments & FX.</Card>
  <Card title="BCB Group" icon="building-columns" href="/BCB%20Group">Banking for crypto businesses.</Card>
  <Card title="Fireblocks" icon="bitcoin-sign" href="/Fireblocks">Crypto custody & transfers.</Card>
  <Card title="Intercash" icon="credit-card" href="/Intercash">Card issuing.</Card>
  <Card title="Kraken" icon="coins" href="/Kraken">Crypto liquidity & accounts.</Card>
  <Card title="Fiat Republic (In progress)" icon="building-columns" href="/Fiat%20Republic%20%28In%20progress%29">Coming soon.</Card>
  <Card title="BVNK (In progress)" icon="building-columns" href="/BVNK%20%28In%20progress%29">Coming soon.</Card>
  <Card title="ClearBank (In progress)" icon="building-columns" href="/ClearBank%20%28In%20progress%29">Coming soon.</Card>
</Columns>

***

## How the pieces fit together

1. **Auth & Sessions** → The app authenticates users against Cognito and stores tokens client‑side for secure API calls.
2. **Signup flow** → Users register, confirm, and initialize their profile in Core. Contracts (fees/limits) are accepted as part of onboarding.
3. **KYC/KYB** → The app requests a provider access token and opens the Sumsub Web SDK with your theme configuration. On result callbacks, the app updates user state.
4. **Backoffice** → Admins sign in with 2FA and manage users, accounts, transactions, and cards; compliance can monitor AML and manual review queues.
5. **Reports** → Daily‑computed KPIs with on‑demand refresh for balances, plus onboarding and reconciliation views.
6. **Providers** → Operational calls (IBAN issuing, payments, custody, cards) are routed via configured providers per currency/rail.

<Tip>
  Building a custom app? Start with **Before start**, then **Auth**, then **Sign Up/Sign In**, and finally **KYC**. Operators should begin with **Backoffice › Introduction**, then **Reports** and **Bank management**.
</Tip>

***

## Support & feedback

If anything is unclear or missing, leave a note in your docs repo or contact the Finhost team. The docs are evolving—your feedback helps us prioritize the next updates.
