# How to Start Demo Trading?

You can use the demo mode to try out the functionalities and review the performance of selected trading bots before integrating them with your actual trading account on the exchange.

## Method 1：Follow the elite strategists and copy a trading bot

1. Log in to MultiplesX and click on the top menu tab "Discover".

<figure><img src="/files/3vCguUQJM3BylchrsqEH" alt=""><figcaption></figcaption></figure>

2. In the "Discover" section, you can filter the trading bots based on your specific needs and preferences. A trading bot may include one or more strategy runners (trading strategies).

<figure><img src="/files/4DBcs5aF6WqHnuCNn5sE" alt=""><figcaption></figcaption></figure>

3. Once you have filtered the Trading Bots and made your selection, proceed to the details page. On the Trading Bot's detail page, Click on the "Copy" button located in the upper right corner of the page.&#x20;

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

Please note that some trading bots listed are not free. To copy them, you must first [make a payment.](/help/how-to-make-a-payment.md)

4. In the pop-up window, click "Demo Mode" and then confirm your selection by clicking on the "Confirm" button.

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

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

You have now successfully copied a trading bot. You can view its performance on the Profile-Trading Bots page.

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

You also have the option to adjust the trading bot's settings according to your trading preferences.

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

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

## Method 2：Create a trading bot by yourself

1. Log in to MultiplesX and click on the top menu tab "Backtests".

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

2\.  You can filter investment strategies based on metrics such as profitability (Profit), win rate (Pct Profitable), maximum drawdown (MDD), and more. You can refer [this guide](/help/how-to-select-a-strategy.md) on how to select a strategy.

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

3. Once you have selected the desired strategy, go to the strategy details page and click on "Auto Trade."&#x20;

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

4. In the popup window, click on the "Demo" connector and select "Demo Mode" from the options provided.

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

5. Configure the Symbol and Interval settings, and then click on "Create a Trading Bot"  .

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

Now the trading bot has been created successfully. You can click "Manage" and then add more strategies into this trading bot. But it is generally <mark style="color:red;">**not recommended to add multiple strategies for the same trading pair in a trading bot**</mark> as they may interfere with each other or cause conflicts.

<figure><img src="/files/314ozyGGWManURBv52Bm" alt=""><figcaption></figcaption></figure>

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


---

# 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://multiplesx.gitbook.io/help/how-to-start-demo-trading.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.
