> For the complete documentation index, see [llms.txt](https://nexgen-software-services.gitbook.io/nexgen-pro-trader-funding/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nexgen-software-services.gitbook.io/nexgen-pro-trader-funding/evaluation-account-info/account-resets.md).

# Account Resets

How To Reset Your Accounts & Why It Happens.

***

{% hint style="warning" %}
If you break a rule and your account is disabled, it will be deactivated immediately. Attempting to place a trade on a disabled account will display a message saying that "your account is in a liquidate-only mode and no new trades may be placed." \
\
If a failed account still maintains an **active** subscription, it will automatically reset back to the starting balance size (for example, $50k for a 50k account or $100k for a 100k account) once your billing reprocesses.\
\
If you don’t want to wait for your next billing cycle, you can pay a one-time reset fee to immediately restore your account to tradable status. The table below will show you the cost per account size for the one-time reset fee.
{% endhint %}

***

### <mark style="color:$warning;">Reset An Evaluation Account:</mark>

When you reset an **Evaluation account**, your balance is restored to the starting amount, and your trading days reset to Day 0. Resetting Evals will **not** change your billing date.

| Account Size |  Reset Fee |
| :----------: | :--------: |
|  **$25,000** | **$59.00** |
|  **$50,000** | **$79.00** |
|  **$75,000** | **$99.00** |
| **$100,000** | **$99.00** |
| **$150,000** | **$99.00** |

<figure><img src="https://2636332553-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3FnRB6oJhS05myXA0IrA%2Fuploads%2FkcTIDu3isiBGATou3q5M%2Fimage.png?alt=media&amp;token=9233400c-74b4-47ab-b4ac-5c945f8ea55d" alt=""><figcaption></figcaption></figure>

***

### <mark style="color:$warning;">Reset A Sim/Live Account:</mark>

When you reset a **Sim/Live account**, your balance is restored to the starting amount, and your trading days reset to Day 0.

| Account Size | Reset Fee |
| :----------: | :-------: |
|  **$25,000** |  **$349** |
|  **$50,000** |  **$399** |
|  **$75,000** |  **$499** |
| **$100,000** |  **$649** |
| **$150,000** |  **$849** |

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://nexgen-software-services.gitbook.io/nexgen-pro-trader-funding/evaluation-account-info/account-resets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
