> ## 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 Account Types

> Manage Account Types from the Midaz Module — enable Validate Account Type on a Ledger, then create and edit the categories that classify Accounts.

You use the Midaz Module to manage Account Types. Account Types classify accounts by their role in your Organization’s financial structure. When you enable validation on a Ledger, each new account must use a registered Account Type.

For more details, refer to the **Account Types** section on the [Accounts](/en/midaz/accounts#account-types) page.

### Enabling Account Type validation

You enable Account Type validation for a specific Ledger from the **Lerian Console**. You do not edit environment configuration files.

<Steps>
  <Step title="Open the Ledger Settings">
    On the **Ledgers** page, click the three dots (<Icon icon="ellipsis-vertical" />) next to the Ledger. Select **Details**. In the sidebar, click the **Settings** tab.
  </Step>

  <Step title="Enable Validate Account Type">
    Toggle on the **Validate Account Type** switch. The change takes effect immediately for the selected Ledger.
  </Step>
</Steps>

<Warning>
  Enabling Account Type validation does not make the Type field mandatory — it is always required when you create an account. Instead, validation changes the Type field from free text to a dropdown restricted to the registered Account Types.
</Warning>

## Accessing the Account Types page

***

To open the **Account Types** page, select the **Account Types** option in the **Foundation** section of the left sidebar menu.

<Note>
  The **Account Types** menu item appears only when **Validate Account Type** is enabled for the active Ledger. If validation is off, the menu item is hidden.
</Note>

The **Account Types** page lists all Account Types you created for the current Ledger.

<Warning>
  **Account Type validation disabled** — If **Validate Account Type** is off, a banner appears at the top of this page. You can view and edit the registered account types. The Ledger does not validate these rules when you create accounts. To enforce the rules, turn on **Validate Account Type** in the Ledger settings.
</Warning>

### Available actions

From the **Account Types** page, you can:

<Columns cols={2}>
  <Card title="Create an Account Type" icon="plus" horizontal href="/en/midaz/console/creating-an-account-type" />

  <Card title="Edit an Account Type" icon="pen" horizontal href="/en/midaz/console/editing-account-type" />
</Columns>
