# Quick Start

After entering the bot through the Telegram link, click the START button below to start using it.

<figure><img src="/files/ufOTayVHcFPwX9aMrrDB" alt=""><figcaption></figcaption></figure>

When using it for the first time, you need to create or import at least one wallet to support subsequent operations. You can create or import up to **five wallets**.

<figure><img src="/files/BSCYd0FRs6nEJpFii9qo" alt=""><figcaption></figcaption></figure>

Select *Create Wallet*, the system will automatically create a wallet for you and host it in the bot background, and prompt the following message.

<figure><img src="/files/UGtJzQqbfG0XGYdd4ahH" alt=""><figcaption></figcaption></figure>

You can click on the snowflake to view the mnemonic phrase. <mark style="color:red;">**You need to keep your mnemonic phrases in a safe place and it is recommended to copy them down manually and save them. In the Bot, the mnemonic phrase will only be displayed once and cannot be exported.**</mark>&#x20;

You can also select *Import Wallet* to create a wallet by entering the 12-digit mnemonic of another existing wallet.

<figure><img src="/files/jHkRjRb9nCn06fKHZCHA" alt=""><figcaption></figcaption></figure>

After the wallet is successfully created, the bot control main panel will pop up. You can also click the Menu button to pop up the /start menu and click it, or directly send the /start command to invoke the main control panel.

Now you can use this wallet in your bot! Before trading and sniping, don’t forget to transfer funds and gas fees to your address.

## Tutorial Vedio

{% embed url="<https://x.com/aveaiofficial/status/1755412702539694492?s=46>" %}


---

# 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://avebotdoc.ave.ai/en/quick-start.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.
