# Account Manager

<figure><img src="/files/PBva6MypAX92SQPJogWe" alt=""><figcaption><p>The interface of the Account Manager section.</p></figcaption></figure>

The **Account Manager** section allows you to create accounts and add your wallets to Combine for further work with them. In this section, in addition to linking wallets and proxies to accounts, you can group your wallets into clusters and perform different actions with different wallets.

The logic of Combine is designed so that you add accounts to the module, not wallets. An account is an entity to which you assign a wallet and a proxy, and then add the account to any module. One account can be added to all modules simultaneously, and the proxies linked to a specific wallet within the account will be inherited.

#### Account manager functions:

* [Creation of accounts and automatic linking of wallets to them](https://docs.nfd.gg/main/eng-combine-software/account-manager/account-creation);
* [Creation, import, and addition of EVM wallets to accounts](https://docs.nfd.gg/main/eng-combine-software/account-manager/adding-evm-wallets);
* [Creation, import, and addition of Starknet wallets to accounts](https://docs.nfd.gg/main/eng-combine-software/account-manager/adding-starknet-wallets);
* [Creation, import, and addition of Solana wallets to accounts](https://docs.nfd.gg/main/eng-combine-software/account-manager/adding-solana-wallets);
* [Grouping and sorting of wallets](https://docs.nfd.gg/main/eng-combine-software/account-manager/grouping-wallets);
* [Actions section](https://docs.nfd.gg/main/eng-combine-software/account-manager/section-actions).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nfd-gg.gitbook.io/main/eng-combine-software/account-manager.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
