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

> Edit an existing Asset from the Console to update its name or metadata without affecting balances. The Asset type itself cannot be changed later.

To edit the information of an Asset, follow these steps:

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

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

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

    * You cannot edit the type or the **Code** of the Asset after creation. Only the name, status, and metadata are editable.
  </Step>
</Steps>

<Card title="API equivalent" type="tip" horizontal>
  [Update an Asset endpoint](/en/reference/products/midaz/v2/update-asset)
</Card>
