# Wallet Settings

This menu allows you to create and manage wallets within the bot, as well as transfer assets.

<figure><img src="/files/PwTs5btHVM0mVmYrJpWf" alt=""><figcaption><p>Wallet Settings Menu</p></figcaption></figure>

{% hint style="info" %}
**Note:** The [Wallet Setup](/banana-gun/get-started/wallet-setup.md), [Transfer Wallet Setup](/banana-gun/get-started/wallet-setup.md), and [Transfer/Bridge Tokens/ETH](/banana-gun/trading/transfer-bridge-tokens.md) settings are covered on separate pages. Refer to their dedicated pages for more information.
{% endhint %}

{% tabs %}
{% tab title="1. Rename Wallet" %}
Rename any of your wallets.

<figure><img src="/files/ODen9dygpycT7ppR4Ruz" alt=""><figcaption><p>Renaming a Wallet</p></figcaption></figure>

1. Select "Rename Wallet" from the "Wallet Settings" menu.
2. Choose the wallet you want to rename.
3. Enter a new name in the text box.
   {% endtab %}

{% tab title="2. Default Wallets" %}
Change your default wallet. If your first wallet isn’t your preferred one, select a new one!

<figure><img src="/files/hPykgsjnNA9rfi9R0u0z" alt=""><figcaption><p>Setting Default Wallets</p></figcaption></figure>

1. Select "Default Wallet" from the "Wallet Settings" menu.
2. Choose the wallet you want to use as your new default.
   {% endtab %}

{% tab title="3. Delete Wallet" %}
Delete unwanted wallets.

<figure><img src="/files/TsUOFFlXCjet8ZW9iocU" alt=""><figcaption><p>Delete Wallets</p></figcaption></figure>

1. Select "Delete Wallet" from the "Wallet Settings" menu.
2. Choose the wallet you want to delete.
3. Click "Confirm."

{% hint style="danger" %}
**Warning:** Deleting a wallet is irreversible. If you haven't saved the private key, nobody can recover the wallet for you. Once deleted, the wallet is permanently removed from the server.
{% endhint %}
{% endtab %}
{% endtabs %}


---

# 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://banana-gun.gitbook.io/banana-gun/trading/settings/wallet-settings.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.
