# Bot Setup

For those new to using a trading bot on the Metis Chain and in General, the next section offers clear instructions and practical advice. Our aim is to ensure you can easily set up and effectively use the Metis Bot for an efficient trading experience.

<details>

<summary>Wallet Setup &#x26; Deposit</summary>

Begin with Metis Bot by typing '/start.' A prompt will appear, giving you the option to import your wallet or let the bot create one for you. If you opt for the bot-generated wallet, remember to securely save your private key – it's essential for your account's security\
\
Once your wallet is set up, proceed to deposit funds. Click on the 'deposit' button for straightforward instructions. \
\
Transfer your METIS to the provided wallet address. The bot will notify you in Telegram once your deposit is received, ensuring a smooth process

</details>

<details>

<summary>Trading &#x26; Sniping</summary>

With your wallet funded, you're ready to start trading or sniping tokens. Use the 'snipe' or 'trade' buttons for quick actions, or send the token address directly to the bot. \
\
Metis Bot will display your trading options promptly, simplifying your market engagement.

</details>

<details>

<summary>Managing Settings</summary>

To adjust your settings, type '/start' for the main menu or '/settings' for direct access to the configuration panel. Changes made in the settings are saved automatically. \
\
You can also modify settings directly from the trading interface, as shown in our guide.

</details>

<details>

<summary>Withdrawal</summary>

Withdrawing your profits is simple. Type '/withdrawal' to open the withdrawal panel or '/start' and select 'Withdrawal.' \
\
You'll need to specify the destination address for your funds. Follow the prompts to complete your withdrawal securely

</details>


---

# 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://metisbot-organization.gitbook.io/metisbot/introduction/bot-setup.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.
