# Get Started

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

1. Access the Telegram Bot here: <https://t.me/fluxbeam_bot> then click start.
2. Make your first deposit. You can check out a [guide here](/basic-tutorials/how-to-make-your-first-deposit.md)
3. View and backup your private key by following [this guide](/security/private-key.md)
4. Add a password (optional) to enter whenever you trade or view private keys. Refer to [our guide here](/security/set-password.md)
5. FluxBot supports 10 languages, choose your preferred language using [our guide here](/settings/set-language.md)
6. Check out our other features and tutorials in this doc and feel free to explore

{% hint style="success" %}
For questions, you can go to FAQs section (insert link), open a ticket on our official [discord](https://discord.com/invite/DtyqTx97kz), or message us on our official [telegram](https://t.me/fluxbeam) channel.
{% 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.fluxbot.xyz/fluxbot/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.
