# Quick Start: Launch Your First Bot in 5 Minutes

## 🚀 Quick Start: Launch Your First Bot in 5 Minutes

Ready to see the power of automated trading? Let's launch your very first bot. This guide will help you set up our most popular bot, the **Booster Bot**, in just a few clicks.

#### Step 1: Connect Your Exchange

Before you can start, you need to connect your cryptocurrency exchange account (like Binance) to Algo724.

[Connecting on Exchange via API](/getting-started/connecting-on-exchange-via-api.md)

<figure><img src="/files/kclWs715IIYawJ0KdLwA" alt=""><figcaption><p>Connect your exchange account</p></figcaption></figure>

#### Step 2: Click "Create Bot"

From the main dashboard, navigate to the bot creation screen. Here you'll see all the available strategies.

<figure><img src="/files/pinWUwHgt54XJkHMwLuj" alt=""><figcaption><p>Create bot screen</p></figcaption></figure>

#### Step 3: Select the "Booster" Bot

Click on **Booster**. This bot is ideal for markets that are in a general uptrend and is perfect for beginners. For your first bot, select the **"Balance"** preset. It offers a good mix of performance and risk.

#### Step 4: Configure the Bot

You will now see the configuration screen. For a quick start, you only need to set two things:

1. **Symbol**: Choose a major trading pair, like `BTC/USDT` or `ETH/USDT`.
2. **Investment**: Decide how much you want to invest in this bot.

For all other settings like `Low Price` and `Grid Step`, the "Balance" preset has already filled in recommended values for you!

<figure><img src="/files/Qa3EjBBWVj9Ioboxzsf5" alt=""><figcaption><p>Configure your bot</p></figcaption></figure>

#### Step 5: Launch!

Click the green **"LAUNCH BOT"** button.

**That's it!** Your first trading bot is now live and will immediately start monitoring the market to place its first orders. You can see its status on your main dashboard.

<figure><img src="/files/fi95gxQhHW4rWiaiXHCJ" alt=""><figcaption><p>Start your journey in algo trading</p></figcaption></figure>

Congratulations on starting your automated trading journey!


---

# 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.algo724.com/quick-start-launch-your-first-bot-in-5-minutes.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.
