# Anatomy of the "Create Bot" Screen

Creating a new bot is an exciting process, and we've designed our platform to make it as simple or as detailed as you want. This guide will walk you through the settings and options you'll see on the "Create Bot" screen, which are common to all bot types.

### Step 1: Launching the Bot Creator

To begin, click the green **Launch Bot** button located at the top right of your dashboard.

<figure><img src="/files/FbZhvWz9JX4tdKG7eXou" alt=""><figcaption><p>Launch bot button</p></figcaption></figure>

### Step 2: Choosing Your Strategy

After clicking "Launch Bot," you'll be presented with our full library of bot strategies. Each one is designed for a specific market condition (Uptrend, Bearish, etc.).

<figure><img src="/files/5IChQakqQPNf2Foi40Q2" alt=""><figcaption><p>Select the strategy that matches your market outlook</p></figcaption></figure>

> We have a detailed guide for each of these strategies in this section of the manual. For now, just click on the one you wish to configure. For this example, we'll proceed with the **Booster** bot.

### Step 3: The Configuration Screen

This is where you'll set the parameters for your bot. The screen has two modes: a **Simple Mode** for quick setup and an **Advanced Mode** for fine-tuning.

#### Common Settings

These first two settings are required for every bot you create:

* **Account**: Select which of your connected exchange accounts this bot should use for trading and funding.

<figure><img src="/files/AIo65HRRrJNNM5iynBO5" alt=""><figcaption><p>Select the exchange account</p></figcaption></figure>

* **Symbol**: Choose the cryptocurrency pair you want the bot to trade (e.g., `BTC/USDT`).

#### Simple Mode (Default View)

By default, you'll see the simple configuration, designed to get you started in seconds. The main setting here is **Investment**.

<figure><img src="/files/Tk57TYzNQAbaIfFbPPTp" alt=""><figcaption><p>The default simple mode focuses on your investment amount</p></figcaption></figure>

You can set your investment amount in two ways:

1. **Type the Amount**: Directly enter the amount of USDT (or other quote currency) you wish to allocate to the bot.
2. **Use the Slider**: Use the percentage slider to quickly allocate a portion of your account's available funds.

#### Advanced Mode (Customize)

For those who want more control over the bot's strategy, you can enable the Advanced Mode.

1. Find the **Customize** toggle at the bottom of the configuration screen.
2. Click the toggle to reveal the advanced settings.

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

This view includes more granular controls, such as:

* **Grid Step / Grid Percent**: Defines the core logic of the trading grid.
* **Trailing Up / Trailing Down**: Allows the bot to follow the market trend.
* **Take Profit / Stop Loss**: Essential risk management tools.

> **Note:** The meaning and optimal use of these advanced settings can vary between bot strategies. We will cover them in detail in each specific `Strategy Guide`.

Once you have configured your bot in either Simple or Advanced mode, simply click the green **LAUNCH BOT** button at the bottom, and your bot will be live!

***


---

# 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/bot-strategies-and-creation/anatomy-of-the-create-bot-screen.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.
