# Account Deletion

## How to Delete Your Monaca Account

You can delete your Monaca account by following the steps below.\
The entire cancellation process can be completed online.

***

### Steps to Delete Your Account

1. **Open the Account Settings page**\
   After logging in, click on the menu in the top-right corner of the screen and select [**Account Settings**](https://monaca.mobi/en/account/edit).
2. **Click “Delete Account from Monaca”**\
   On the Account Settings page, scroll down and click the **Delete Account from Monaca** link.
3. **Enter your password and select a reason**\
   On the confirmation screen, enter your account password and select a reason for leaving.\
   \&#xNAN;*Note: Providing a reason is required.*
4. **Click the “Delete Account” button**\
   After the final confirmation, click the **Delete Account** button to complete the process.

***

### Important Notes

* After deletion, you will no longer have access to any of your registered information.
* Once your account is deleted, it cannot be restored.
* Fees that have already been paid are **non-refundable**.

***

### Frequently Asked Questions

**Q. What if I want to use Monaca again after deleting my account?**\
A. You will need to create a new account.

**Q. What happens to my paid subscription plan?**\
A. Once the deletion process is completed, your access to the service will be stopped.\
Please note that payments already made are non-refundable.


---

# 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://en.docs.monaca.io/faq/delete-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.
