# First Steps

{% hint style="info" %}
This guide walks you through the essentials to start using Bloom Manager: logging in with your Telegram account, depositing funds, and finding your way around the main sections of the app.

We recommend reading the full documentation to get familiar with all available features and settings.
{% endhint %}

***

### Login

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

{% stepper %}
{% step %}
Go to <https://manager.bloombot.app/> and click <kbd>Login</kbd>.
{% endstep %}

{% step %}
Log in using your Telegram account. This is the same account linked to your Bloom Telegram bot.

<div align="left"><figure><img src="/files/Ru7eOG0zUSDuaOILpASP" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Once logged in, the Manager opens with all your data already synced: wallets, tasks, positions, and settings are pulled directly from your Telegram bot. You can start using the Manager immediately.
{% endstep %}
{% endstepper %}

***

### Deposit

{% embed url="<https://www.youtube.com/watch?v=lgeUa4McjCY>" %}

If your wallets have no balance, you need to deposit funds before you can trade.

{% stepper %}
{% step %}
Go to the **Wallets** page from the sidebar.
{% endstep %}

{% step %}
Select the blockchain you want to deposit on using the chain dropdown.
{% endstep %}

{% step %}
Click <kbd>Deposit</kbd> on the wallet you want to fund.
{% endstep %}

{% step %}
Copy the wallet address displayed in the modal. Send funds to this address from your external wallet. Make sure you are sending on the correct network.
{% endstep %}
{% endstepper %}

{% hint style="danger" %}
Depositing on the wrong chain will result in a loss of assets. Always verify the network before sending.
{% endhint %}

***

### Get Started

Once your wallet is funded, you are ready to trade. Here is where to find the main sections of the Manager:

| Section         | What you can do                                                                                                                                                                |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Home**        | View your PnL, portfolio, and full trade history.                                                                                                                              |
| **Wallets**     | View all your wallets, balances, positions, and trading mode configurations.                                                                                                   |
| **Tasks**       | Create and manage automated tasks: Copy Trading, AFK, Twitter, Sniper, and Auto Orders.                                                                                        |
| **Auto Orders** | Create limit orders that automatically trigger after each buy, with multiple conditions: price, time, market cap, dev sells, or PnL.                                           |
| **Tracker**     | Monitor a real time Twitter feed and execute trades directly from posts.                                                                                                       |
| **Extension**   | Configure your Bloom Chrome Extension settings directly from the Manager.                                                                                                      |
| **Earn**        | • *Rewards:* Track your referrals, earnings, and claim your rewards. • *Share:* Post your PnL, your setups, or anything Bloom-related, tag us, and earn Solana for every post. |
| **Settings**    | Configure default parameters for spot trading and automation presets.                                                                                                          |


---

# 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.bloombot.app/manager/getting-started/first-steps.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.
