# Paper Trading

Paper Trading is using a simulated trading account that does not involve any real stocks or money. It is a risk-free way of testing out bots before using them on real markets. Paper trading trades on our Paper exchange. During normal trading hours, our Paper exchange simulates actual market movements and allows the bots to execute trades on it without using real capital.

{% hint style="info" %}
The funds that appear in the Paper wallet are not real funds. They are virtual (fake) funds that are used only to trade in our virtual exchange, the Paper exchange.
{% endhint %}

### How to Add Additional USD to Your Paper Wallet

Paper trading is enabled by default with a starting balance of 10,000 USD (again, this is not real USD). To adjust the virtual funds for trading the Paper exchange in the **Web App**, go to ***Settings ⇢ Paper Wallet.*** To adjust the virtual funds in our m**obile apps**, go to the Portfolio page.

&#x20;

<figure><img src="https://4210655246-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLsxcsmD5Q5mNFpKtGm0X%2Fuploads%2FZz5Gjljp86eLPemvy1MM%2FStock_Trading_Bot_Paper.png?alt=media&#x26;token=b0d74615-89cb-4846-b622-0f9bd5cad589" alt=""><figcaption></figcaption></figure>

(in Web App, click on Settings >> Paper Wallet)

Next, click the Add button.

Enter "USD" into the Stock field as shown in the image below:

<figure><img src="https://4210655246-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLsxcsmD5Q5mNFpKtGm0X%2Fuploads%2FBEEnxpOEJ9LXjSZp2JCe%2FStock_Trading_Bot_AddUSD.png?alt=media&#x26;token=a2978eb1-d51c-481c-ac83-d95d6687a644" alt=""><figcaption></figcaption></figure>

Next, enter the amount of USD you would like to add and click the Add button at the top. For this example, we will add US$10,000.

Click the **Confirm** button. Your new USD balance will be updated immediately.

### Resetting Your Paper Trades

You will be able to delete all of your Completed Paper trades by clicking the "Reset" button.&#x20;

<figure><img src="https://4210655246-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLsxcsmD5Q5mNFpKtGm0X%2Fuploads%2FU8NZOtAb9E8xFZQh2AZ8%2FPaper_trades_reset.png?alt=media&#x26;token=012cda8d-5c63-427a-afec-0491e59f1803" alt=""><figcaption></figcaption></figure>

Please note that resetting Paper trades cannot be undone.


---

# 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.stockhero.ai/getting-started/paper-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.
