> For the complete documentation index, see [llms.txt](https://banana-gun.gitbook.io/banana-gun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://banana-gun.gitbook.io/banana-gun/get-started/navigating-the-bots.md).

# Navigating the Bots

{% hint style="warning" %}
Banana Gun uses separate bots for registration, buying/sniping, and selling tokens. When you first open the bot, you'll use the [Banana Gun Register Bot](https://t.me/BananaGunRegister_bot) to get started. You then buy/snipe tokens with the [Banana Gun Sniper Bot](https://t.me/BananaGunSniper_bot) and sell them with the [Banana Gun Sell Bot.](https://t.me/BananaGunSell_bot)&#x20;
{% endhint %}

<figure><img src="/files/RBfEh10zW3H8ILvmOMMB" alt=""><figcaption><p>Banana Gun Bots</p></figcaption></figure>

***

### Using the Bot

Here are some tips to help you navigate each bot more easily.

{% hint style="info" %}
To quickly locate the bots in your Telegram chats, search @BananaGun\_bot. We recommend adding the Sniper and Sell bot to a Telegram group for quick and easy access or pinning the sniper and sell bots.
{% endhint %}

#### Quick Menu Access

Click the "Menu" button or type "`/`" commands for quick access to various menus.

<figure><img src="/files/aPvgU2upI22wxrddbzxq" alt=""><figcaption><p>Access Menus</p></figcaption></figure>

{% hint style="info" %}
Type `/sonic`, `/base`, `/bsc`, `/uni`, or `/eth` to quickly switch your default chain.
{% endhint %}

#### Navigation Buttons

Use the "Back" buttons to return to previous menus and the "Close" buttons to exit menus. If the screen feels cluttered, you can also right-click to delete menus and messages, clearing the screen. You will also see a "Cancel" button in some menus. It cancels actions like pending snipes.

<figure><img src="/files/7fHp1q6BMdLAxWy3xV6K" alt=""><figcaption><p>Back and Close Buttons</p></figcaption></figure>

#### Paste & Trade

Paste contract addresses or links (chart links, explorer links, etc) directly into the bot for quick trading—this is the bot’s most-used navigation feature. No matter which menu you’re in, pasting a contract address or link into the text box will instantly open the buy, sell, or auto snipe menu.

<figure><img src="/files/rDNl2TYGLLCLJTWAG4Oq" alt=""><figcaption><p>Pasting Token Contracts</p></figcaption></figure>

{% hint style="info" %}
The bot will automatically display either the manual buy or snipe menu based on the contract or link you paste. If the token is not yet live for trading, you will be directed to the auto snipe menu.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://banana-gun.gitbook.io/banana-gun/get-started/navigating-the-bots.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
