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

# Account management

> Manage Accounts, Holders, Aliases, Segments, and Portfolios in one place to organize your financial structure.

The **Accounts** section is where you open the accounts that hold balances, identify who owns them, and group them for reporting and control. Most of these entities are tags on top of an account — they do not change how the account works, only how you find, group, or refer to it.

You will work with the following here:

* **Account** — The record that holds a balance of one asset and can send or receive that asset through transactions (for example, a customer's BRL account).
* **Holder** — The individual or entity that owns one or more accounts (for example, a customer or a merchant registered in CRM).
* **Alias** — A friendly identifier that points to an account, so you can refer to it by name instead of by ID (for example, `@treasury_main`).
* **Segment** — A label used to group accounts that share a business characteristic, useful for filtering and reporting (for example, `retail`, `corporate`, or `internal`).
* **Portfolio** — A higher-level grouping of accounts under a single holder or business view, used for consolidated management (for example, all accounts belonging to one corporate client).

## Available pages

***

<div className="space-y-6 w-full sm:max-w-4xl">
  <Columns cols={2}>
    <Card title="Manage Accounts" icon="coin-front" href="/en/lerian-console/midaz-console/managing-accounts">
      Create and configure the accounts that hold and move assets within your ledgers.
    </Card>

    <Card title="Manage Holders" icon="user" href="/en/lerian-console/midaz-console/managing-crm-holders">
      Register the individuals or entities that own accounts in your system.
    </Card>

    <Card title="Manage Aliases" icon="at" href="/en/lerian-console/midaz-console/managing-crm-alias-accounts">
      Set up friendly identifiers that map to specific accounts.
    </Card>

    <Card title="Manage Segments" icon="object-group" href="/en/lerian-console/midaz-console/managing-segments">
      Organize accounts into logical groupings for reporting and control.
    </Card>

    <Card title="Manage Portfolios" icon="briefcase" href="/en/lerian-console/midaz-console/managing-portfolios">
      Group accounts into portfolios for consolidated management.
    </Card>
  </Columns>
</div>
