# How to Create a New Trading Account

## Introduction

From time to time traders need to create a new trading account to test a new strategy or reset their current trading account. A new trading account will have an initial deposit, no orders and no positions, thereby enabling the trader to start anew.

{% hint style="info" %}
Autoshares Web Trader enables traders to own several trading accounts.
{% endhint %}

## Creating a New Trading Account

To create a new trading account, navigate to Autoshares Web Trader. In the header, expand the drop-down menu containing the list of your trading accounts and click **Edit**.

![](/files/-MCzD-kypGbYsp6jsz8Z)

In the appeared pop-up window, open the Trading Accounts sub-tab and then click **Add Account**.

![](/files/-MCzD-kz0MNzu3AdNJXy)

This will take you to a new tab where you can configure the new trading account. Select the required account type (Margin, Cash, or Day Trader), specify the initial deposit and then click **Complete**.

![](/files/-MCzD-l-RgTXZDjVhyX1)

Next, go back to the web terminal and select the newly created trading account in the same drop-down menu.

![](/files/-MCzD-l0ITcmUvvaMFNI)

Now you can proceed to use the new trading account to open new positions, deposit and withdraw funds, etc.

## Switching the Account in Mobile Apps

After switching trading accounts in Autoshares Web Trader, perform the same operation in the mobile app. Go the **Account** tab and then tap on the number of the current trading account.

![](/files/-MCzD-l1Zxu7Eib_JOrx)

Identify the new trading account and then tap on it.

![](/files/-MCzD-l25WHrvauY-Pjn)


---

# 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://api-documentation.autoshares.dev/user-guide/knowledge-base/how-to-guides/trading-accounts/how-to-create-a-new-trading-account.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.
