# First-Time Users

1. Register via the [register bot](https://t.me/BananaGunRegister_bot) (@BananaGunRegister\_bot).
2. Create a new wallet or import an existing one by following the instructions in [Wallet Setup.](/banana-gun/get-started/wallet-setup.md) *When creating a new wallet, make sure to save the private keys generated and also consider importing the wallet to a hot wallet like MetaMask or Rabby!*
3. Fund your wallet by transferring funds to your wallet address.
4. Verify your account within the [sell bot](https://t.me/BananaGunSell_bot) (@BananaGunSell\_bot). You only need to do this once; the bot won't confirm success.
5. You're now ready to start trading!

<figure><img src="/files/xQTEseGoYdDoiv2DLIRl" alt=""><figcaption><p>Get Started!</p></figcaption></figure>

<details>

<summary>How do I fund a new wallet?</summary>

1. After setting up or importing your wallet via the [Wallet Setup](/banana-gun/get-started/wallet-setup.md) page, type `/wallets` or select it from the "Menu" button to open the wallet menu.&#x20;
2. You'll see the addresses for your wallet(s) here.&#x20;
3. Transfer funds to your wallet address using MetaMask or a centralized exchange.

</details>

{% hint style="info" %}

* Visit [Buy Tokens](/banana-gun/trading/buy-tokens.md) for a quick overview of how to buy your first token.&#x20;
* Learn how to setup your first token snipe in [Auto Snipe.](/banana-gun/advanced-features/auto-sniping.md)
* Check out [Navigating the Bots](/banana-gun/get-started/navigating-the-bots.md) for tips on using the bots.&#x20;
* Visit our [Official Links](/banana-gun/official-links.md) for a list of verified Banana Gun URLs.&#x20;
* Customize your default [Settings](/banana-gun/trading/settings.md) to match your trading preferences.
  {% endhint %}


---

# 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/get-started/first-time-users.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.
