# Close account requests

Close account request - an option for users to send requests to close their accounts.

It is available in the Account menu when it is allowed for this account:&#x20;

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

By clicking the option, the Confirmation screen with the following buttons appears:

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

By clicking the “Send request” button the request for closing an account is created and the following screen with ability to cancel a request will appear:

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

{% hint style="info" %}
While the request is being processed, there are no restrictions on the use of the account.
{% endhint %}

There are 4 possible statuses of the closing account requests:

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

* Submitted - request has been successfully submitted;
* Accepted - the necessary actions will be completed shortly and the account will be closed;
* Rejected - request is rejected;
* Cancelled - request is cancelled.


---

# 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://guide.traderevolution.com/project/desktop-application-for-windows/desktop-application-for-mac/account-management/close-account-requests.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.
