# Quick Start

**Initializing the Click Telegram Bot**

How to Start Using the Bot:

1. **Download Telegram**\
   If you don’t already have Telegram installed, download it from telegram.org or your app store.
2. **Find the Click Bot**\
   Search for @clickdottrade\_bot inside Telegram, or use this [direct](https://t.me/clickdottrade_bot) link.
3. **Start the Bot**

{% embed url="<https://app.guideflow.com/player/zkjv491fek>" %}

\
Press Start or type `/start` to begin. The bot will automatically create a wallet for you and display your public address&#x20;

{% hint style="info" %}
**Important Note:**

Please make sure to **back up your private key** securely. If you lose access to it, you may lose access to your funds permanently. Click.Trade cannot recover lost private keys, so it’s essential to store it in a safe place, such as a password manager or hardware wallet.

We recommend avoiding storing your private key digitally in places prone to unauthorized access, and always keep multiple secure backups.
{% endhint %}

4. **Approve Trading Intent** — one-time approval to enable trading
5. **Fund Your Wallet** — link to [Fund Your Wallet](/getting-started/fund-your-wallet.md) page
6. **Make Your First Trade** — paste a token CA or use `/buy`

{% hint style="info" %}
We recommend that you import your recovery phrases into a standard wallet like Phantom, Rabby, Solflare, etc.. This will ensure that you always have direct access to your funds under any circumstances.
{% endhint %}


---

# 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://docs.click.trade/getting-started/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.
