# Get Started

{% embed url="<https://youtu.be/BorTjGX7LLw>" %}

1. Make sure you have the Telegram app installed ([Android](https://play.google.com/store/apps/details?id=org.telegram.messenger\&hl=en_US\&gl=US\&pli=1)) ([iOS](https://apps.apple.com/us/app/telegram-messenger/id686449807))
2. To use the Demo Mode with 2 ETH of play money, open up <https://t.me/starbot_demo_bot> or search for "starbot\_demo\_bot" in Telegram
3. To use Starbot on Ethereum, open up <https://t.me/starbotprobot> or search for "starbotprobot" in Telegram
4. Press Start
5. Starbot will create a wallet for you

{% hint style="info" %}
Make sure to save your private key and mnemonic phrase and keep these somewhere safe!&#x20;

Starbot cannot recover these for you if you lose them, which means you can lose access to your funds! Conversely, if other people find these codes, they could steal your funds.

💡 Safety tip: We recommend deleting the message with your private key information and seed phrase from your Telegram chat with Starbot, and setting your Telegram up to [automatically delete messages](https://telegram.org/blog/autodelete-inv2). It’s also a good idea to add 2 Step Authentication to your Telegram account, so that other people can’t access it easily.
{% endhint %}

Now, let's [Add ETH](/walkthrough/add-eth.md).


---

# 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.starbot.pro/walkthrough/get-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.
