# Grouping wallets

In Combine, you can create both a general group for all your accounts and subgroups. For example, if you want to work with the Scroll module and have 100 accounts, you can create 5 groups of 20 wallets each and use different functionalities with different groups of wallets to maximize the variety of actions on your wallets. For example, one group can perform bridges, the second group can mint NFTs, the third group can create contracts, etc. You can distribute wallets into groups manually or automatically using the "Cluster Generator" function.

***

### Creating groups manually:

* To create a group, click on "**+**";
* Enter the group name;
* Click **Add Group**;
* In the general list of accounts, select the accounts you need;
* Click the **Move to Group** button;
* Select the group into which you plan to place the selected wallets;
* Click **Move accounts to this group**.

<figure><img src="/files/32yyZRaxb9LNoR58ofck" alt=""><figcaption><p>Creating wallet groups manually.</p></figcaption></figure>

* After that, you will be able to see which group a particular wallet is in within the Wallet Manager in the **Groups** column. You can add your wallets to multiple groups if needed. You can also create subgroups in the EVM wallets and Starknet wallets tabs.

<figure><img src="/files/tk3gWbzClwmCfcEBSI1q" alt=""><figcaption><p>Display which group the account is in.</p></figcaption></figure>

***

### Automatic creation of groups (clusters):

* To start automatic generation of groups/clusters, click the **Clusters Generator** button;
* In the **Split into** section, enter the number of groups to be generated;
* If you check the **Equally in all groups** checkbox, the wallets will be evenly distributed among all groups;
* Click **Generate Clusters**;
* In the open window, you will see a list of wallets that will be added to a specific cluster (group);
* To reroll the wallets, click **Reshuffle clusters**;
* To save the clusters, click **Save**.

<figure><img src="/files/cgpj3H0CvAnK2ueyfb8S" alt=""><figcaption></figcaption></figure>


---

# 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/grouping-wallets.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.
