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

# Editing an Account Type

> Edit an existing Account Type from the Console to refine how Accounts are classified and how validation rules are applied across your Ledger.

To edit the information of an Account Type, follow these steps:

<Steps>
  <Step>
    From the **Account Types** page, find the Account Type that you want to edit, click the three dots ( <Icon icon="ellipsis-vertical" /> ) from the **Actions** column, and select **Details**.
  </Step>

  <Step>
    The **Edit** form will open on the right side of the screen.
  </Step>

  <Step>
    Edit the information as needed and click **Save**.

    <Note>
      You cannot change the **Key Value** when editing an Account Type — only the name, description, and metadata are editable.
    </Note>
  </Step>
</Steps>

<Card title="API equivalent" type="tip" horizontal>
  [Update an Account Type endpoint](/en/reference/midaz/update-an-account-type)
</Card>
