# Command Reference

**Main Commands:**

* `/start`: Starts or restarts the interaction with the bot.
* `/home`: Displays the main menu of the bot.
* `/position`: Shows and allows you to manage your open positions.
* `/limit`: Accesses the Limit Orders features.
* `/tiers`: Displays your tiers
* `/withdraw`: Initiates the withdrawal process.
* `/settings`: Accesses the settings menu.
* `/wallet`: Displays the address and balance of your active wallet.

***

**Additional Interactions:**

* **Paste Contract Address (CA):** Pasting a contract address in the chat starts the purchase flow or shows information about the token.
* **Buttons:** The bot extensively uses buttons for navigation and action confirmation.


---

# 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://hunterbot-docs.gitbook.io/hunter-bot/settings/command-reference.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.
