# Adding Solana wallets

### Solana Wallet Generation:

* Switch to the **Solana Wallets** tab;
* Click **Generate Wallets**;
* Select the desired number of wallets;
* Click **Add To Wallets Manager**;
* The required number of wallets will automatically be added to your list of addresses.

<figure><img src="/files/OOSwA1gmqNBIuet4xBAl" alt=""><figcaption><p>Solana Wallet Generation.</p></figcaption></figure>

***

### Solana Wallets Import:

* Click the **Import** button;
* You have the option to upload either a single private key or seed phrase, or a group of them. To upload a single key, stay in the **Single Import** section;
* Enter the private key or seed phrase. If the key is incorrect, the field's border will be highlighted in red;
* Click **Add Wallet**.

<figure><img src="/files/FxkyoIBFWsDL42xxtj9P" alt=""><figcaption><p>Solana Wallet Import.</p></figcaption></figure>

* If you want to upload multiple wallets at once, switch to the **Batch Import** tab;
* In the **Import type** field, select what you want to import: seed phrases or private keys;
* Click **Upload**;
* Select the required table or file on your computer in CSV or TXT formats.

<figure><img src="/files/QiqsB7iufOJtUinQn0LW" alt=""><figcaption><p>Group import of Solana wallets.</p></figcaption></figure>

***

### Solana Wallets Export:

* To export data from Solana wallets, click the **Export** button;
* Select the format for the data export: CSV table or JSON file;
* Enter the file name or leave the default name;
* Select the data to be exported to the table or file;
* Click **Export data**, and the file with the required data will be saved to your computer.

<figure><img src="/files/IxWBz7OZo6iO2IqpDB03" alt=""><figcaption><p>Solana Wallets Export.</p></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/adding-solana-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.
