# Main Menu

You can access the main menu for both the Snipe and Sell Bot by clicking on "Menu" and selecting `/start`, or by simply typing `/start` in the text box.

<figure><img src="/files/9PjA1m9VC9I1wR7AtHfC" alt=""><figcaption><p>Banana Gun Sniper Bot Menu</p></figcaption></figure>

### Sniper Bot Start Menu Options

1. [**Auto Sniper:** ](/banana-gun/advanced-features/auto-sniping.md) Set up a snipe for a token that has not launched yet.
2. [**Manual Buyer:** ](/banana-gun/trading/buy-tokens.md)Enter a contract address or link (chart link, etc.) to purchase a token.
3. [**Settings:**](/banana-gun/trading/settings.md) Change general settings.
4. [**Backup Bots:**](/banana-gun/backup-bots.md) Manage your backup bots.
5. [**My Pending Snipes:**](/banana-gun/advanced-features/auto-sniping.md) Check your pending snipes.
6. [**Setup Limit Order:** ](/banana-gun/advanced-features/buy-limit-order.md)Create or manage limit orders.
7. [**Banana Bonus:**](https://banana-gun.gitbook.io/banana-gun-docs) View and manage your $BANANA rewards.
8. [**Banana Credit:**](https://banana-gun.gitbook.io/banana-gun-docs) View and manage your credits.&#x20;


---

# 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/main-menu.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.
