> For the complete documentation index, see [llms.txt](https://docs.finandy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.finandy.com/settings/account/restart-account.md).

# Account restart

{% hint style="info" %}
It will not be possible to create orders while the account is being restarted. The restart process typically takes between 10 and 20 seconds.

Please note that open positions will not be affected by the account restart.
{% endhint %}

### To restart your account:

1. Select "Account" menu.
2. Click "Restart account" button.

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/cbcd88cf-803d-45b0-89a0-800b41a8cfd3/image.png" alt="" width="375"><figcaption></figcaption></figure>

An account restart may be necessary in case of unusual activity, such as system errors preventing order placement on the exchange.&#x20;

The account will be deactivated the following cases:

* no new position has been placed in the account for over 60 days.
* the trader is executing trades on Binance using an API key outside of the terminal, utilizing an external bot.
* there is a force majeure event affecting the server or network, such as a server outage in the data center.

**Do you have any questions? We can help you in our Telegram chat.**

{% embed url="<https://t.me/finandy>" %}


---

# 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://docs.finandy.com/settings/account/restart-account.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.
