# Account Manager

<figure><img src="/files/8isKDLUj6DQyn7RdMtP5" alt=""><figcaption><p>Интерфейс раздела Account Manager.</p></figcaption></figure>

Раздел **Account manager** позволит вам создать аккаунты и добавить ваши кошельки в Combine для дальнейшей работы с ними. В этом разделе помимо привязки кошельков и прокси к аккаунтам вы можете разбить свои кошельки на группы (кластеры) и делать разные действия с разными кошельками.

Логика Combine построена так, что в модуль вы добавляете аккаунты, а не кошельки. Аккаунт, это сущность, к которой вы присваиваете кошелек и прокси, и далее уже добавляете аккаунт в любой модуль. Один аккаунт можно добавлять сразу во все модули, и прокси, привязанные к конкретному кошельку в рамках аккаунта, будут унаследоваться.

#### Функции **Account manager:**

* [Создание аккаунтов и автозакрепление кошельков за ними](https://docs.nfd.gg/main/ru-combine-software/account-manager/sozdanie-akkauntov);
* [Создание, импорт и добавление EVM кошельков](https://docs.nfd.gg/main/ru-combine-software/account-manager/dobavlenie-evm-koshelkov);
* [Создание, импорт и добавление Starknet кошельков](https://docs.nfd.gg/main/ru-combine-software/account-manager/dobavlenie-starknet-koshelkov);
* [Создание, импорт и добавление кошельков Solana](https://docs.nfd.gg/main/ru-combine-software/account-manager/dobavlenie-koshelkov-solana);
* [Создание, импорт и добавление кошельков Farcaster](https://docs.nfd.gg/main/ru-combine-software/account-manager/dobavlenie-koshelkov-farcaster);
* [Группировка и сортировка кошельков](https://docs.nfd.gg/main/ru-combine-software/account-manager/gruppirovka-koshelkov);
* [Возможные действия с кошельками (секция Actions)](https://docs.nfd.gg/main/ru-combine-software/account-manager/sekciya-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/ru-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.
