# 退会方法

Monacaのアカウントは、以下の手順で退会できます。\
退会手続きはオンラインで完結します。

### 退会手順

1. アカウント設定画面を開く\
   ログイン後、画面右上のメニューから「アカウント設定」を選択します。\
   [アカウント設定URL](https://monaca.mobi/ja/account/edit)
2. 「Monacaから退会する」リンクをクリック\
   アカウント編集画面の下部にある「Monacaから退会する」リンクをクリックします。
3. パスワードと退会理由を入力\
   確認画面で、アカウントのパスワードを入力し、退会理由を選択してください。\
   ※退会理由は必須です。
4. 「退会する」ボタンをクリック\
   最終確認後、「退会する」ボタンをクリックすると退会が完了します。

***

### ご注意

* 退会後は、登録されているすべての情報にアクセスできなくなります。
* 一度退会すると、アカウントの復元はできません。
* お支払済みの利用料金については、返金対象外となります。

***

### よくある質問

#### Q. 退会後に再度利用したい場合はどうなりますか？

A. 新しいアカウントを作成していただく必要があります。

#### Q. 契約中の有料プランはどうなりますか？

A. 退会手続きを行った時点でサービスの利用は停止します。支払済み分の返金はありません。


---

# 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://ja.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.
