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

# Managing Ledgers

> Create, edit, and delete the Ledgers in your Organization directly from the Midaz Module.

Ledgers are essential for managing and organizing financial transactions within an Account. You can manage the Ledgers in your Organization directly from **Midaz Module**.

## Current Ledger

***

To help you stay oriented, the name of the currently selected Ledger will appear on the header of the home page (*Figure 1*).

<Frame caption="Figure 1. Section displaying the name of the current Ledger.">
  <img src="https://mintcdn.com/lerian-49cb71fc/yneNeAhnXdrrmE3_/images/en/console/home-header-ledger.png?fit=max&auto=format&n=yneNeAhnXdrrmE3_&q=85&s=2b259ca02ffe000365bc5159be069b74" alt="" width="1329" height="436" data-path="images/en/console/home-header-ledger.png" />
</Frame>

## Accessing the Ledgers page

***

To open the **Ledgers** page, click the **Ledgers** option in the **Foundation** section of the left sidebar menu.

The **Ledgers** page will display a list of all previously created Ledgers with the current Ledger selected.

### Available actions

From the **Ledgers** page, you can:

<Columns cols={2}>
  <Card title="Create a new Ledger" icon="plus" horizontal href="/en/lerian-console/midaz-console/creating-a-new-ledger" />

  <Card title="Edit a Ledger" icon="pen" horizontal href="/en/lerian-console/midaz-console/editing-a-ledger" />

  <Card title="Delete a Ledger" icon="trash" horizontal href="/en/lerian-console/midaz-console/deleting-a-ledger" />
</Columns>

## Ledger settings

***

Each Ledger has a **Settings** tab where you can enable validation rules for Accounts and Transactions.

<Steps>
  <Step title="Open the Ledger details">
    On the **Ledgers** page, locate the Ledger you want to configure. Click the three dots (<Icon icon="ellipsis-vertical" />) in the **Actions** column and select **Details**.
  </Step>

  <Step title="Open Settings">
    In the sidebar, click the **Settings** tab.
  </Step>

  <Step title="Update validation rules">
    Enable or disable **Validate Account Type** and **Validate Routes** according to how strict this Ledger should be.
  </Step>
</Steps>

### Available settings

| Setting               | What it controls                                                         | When to enable                                                      |
| --------------------- | ------------------------------------------------------------------------ | ------------------------------------------------------------------- |
| Validate Account Type | Requires new Accounts to use an Account Type registered for this Ledger. | Enable when Accounts must follow a controlled classification model. |
| Validate Routes       | Requires Transactions to match configured Accounting Routes.             | Enable after your Accounting Routes are planned or configured.      |

<Warning>
  If **Validate Routes** is enabled before routes exist, Transactions that do not match an available route will fail validation.
</Warning>
