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

# Foundation elements

> Set up the Foundation of the Midaz Module — Organizations, Ledgers, Assets, and Account Types that every downstream Account and transaction depends on.

The **Foundation** section is the structure that the rest of Midaz builds on. Set up an Organization, Ledger, and Asset before opening an Account. Define Account Types when your configuration needs them; you can create and update Foundation resources as the environment evolves.

You will work with four elements here:

* **Organization** — The top-level entity that owns one or more ledgers. Usually represents your company or business unit (for example, *Acme Bank*).
* **Ledger** — The isolated book of records where accounts, balances, and transactions live. Use one or more ledgers according to your product and operational needs.
* **Asset** — A currency or instrument that accounts can hold and move, identified by a code (for example, `BRL`, `USD`, or `USDC`). Each account holds one asset.
* **Account Type** — An optional label that classifies accounts when your configuration needs it (for example, `customer`, `treasury`, `fee`, or `revenue`).

## Available pages

***

<Card title="Manage Organizations" icon="building" href="/en/midaz/console/managing-organizations">
  Create and configure the top-level entities that group your ledgers and assets.
</Card>

<Card title="Manage Ledgers" icon="books" href="/en/midaz/console/managing-ledgers-via-console">
  Set up ledgers to organize and track your financial operations.
</Card>

<Card title="Manage Assets" icon="dollar-sign" href="/en/midaz/console/managing-assets">
  Register the currencies and instruments used across your ledgers.
</Card>

<Card title="Manage Account Types" icon="layer-group" href="/en/midaz/console/managing-account-types">
  Define the categories that classify your accounts within each ledger.
</Card>
