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

# Lender console

> A preview of Lender's standalone web console — the spec-backed screens for products, applications, servicing, accruals, and journal — and what to expect from it today.

<Warning>
  **The Lender console is a preview.** It ships as a standalone web application built on Lerian's design system, but it is a demo/preview surface, not a finished standalone product: several screens run against mock data rather than the live API, so what you see may not reflect a real deployment. Treat it as a way to explore the shape of the product, not as the production operating surface. This page therefore shows **no screenshots** and documents only screens backed by real API operations.
</Warning>

The **Lender console** is a browser interface over the same [API](/en/lender/originate-a-loan) you can drive programmatically. It signs in against your identity provider and authorizes every action with your identity and tenant — it has no separate permission model.

## Spec-backed screens

***

These screens map onto real Lender operations. The **decision actions** in particular — approve, reject, withdraw, disburse — go through the live API.

<div className="space-y-6 w-full sm:max-w-4xl">
  <Columns cols={2}>
    <Card title="Dashboard" icon="chart-line">
      The portfolio snapshot and delinquency view over the active book — see [Portfolio and delinquency](/en/lender/portfolio-and-delinquency).
    </Card>

    <Card title="Products" icon="layer-group">
      Loan products and their immutable versions, charges, floating rates, and accounting profiles — see [Define a loan product](/en/lender/define-a-loan-product).
    </Card>

    <Card title="Applications" icon="file-signature">
      The origination lifecycle, including the decision actions — approve, reject, withdraw, disburse — described in [Originate a loan](/en/lender/originate-a-loan).
    </Card>

    <Card title="Accounts / servicing" icon="wrench">
      Active loan accounts, their schedules and transactions — see [Service a loan](/en/lender/service-a-loan).
    </Card>

    <Card title="Accruals" icon="calculator">
      Accrual runs and retries — see [Accounting and accrual runs](/en/lender/accounting-and-accrual-runs).
    </Card>

    <Card title="Journal" icon="book">
      Journal references linking Lender events to their ledger transactions.
    </Card>
  </Columns>
</div>

## Beyond the console

***

Everything the console does runs through the Lender API, so you can mix surfaces:

* **API** — automate any workflow programmatically. Every write operation is idempotent.
* **Console** — the preview surface described above.

<Note>
  Screens for surfaces that are still proposed are intentionally left out of this page until they are backed by real API operations.
</Note>
