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

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