# Getting started

We built this for speed and simplicity. Here’s how to get started:

### Launch the Bot

Open Telegram and search for **@PolyBoomBot (**[**https://t.me/PolyBoomBot**](https://t.me/PolyBoomBot)**)** or use the launch link on the [official website](https://polyboombot.com/).

Tap **Start** to begin.

### Secure Your Wallet

The bot instantly creates a new, self-custodial wallet for you.

<figure><img src="/files/pVwKccoq37lq7H1W1Xwj" alt="" width="299"><figcaption></figcaption></figure>

#### Understanding your new wallet

This screen shows two addresses.

Your **Safe** is your trading wallet. Use it for deposits.

Your **private key** controls the Safe. Back it up once.

{% hint style="warning" %}
**⚠️ Critical Security Step:** You own the keys. Immediately back up the private key and store it safely offline. This is the only way to recover your funds.
{% 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://polyboom.gitbook.io/doc/about-polyboombot/getting-started.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.
