# 成功モーダル画面＆アカウント削除確認画面

アカウント設定機能テンプレート内の残りの2つの画面は、成功状態または確認状態として使用されるモーダル画面です。

「成功モーダル」画面は、ユーザーがアカウント情報を更新したことを確認し、アカウント内での操作を継続するためのシームレスな移行を提供します。

「アカウント削除確認」画面は、ユーザーがアカウントを削除するかどうかを「二重チェック」するために使用されます。これは、間違って間違ったボタンを押してしまうことが比較的簡単であるため、ソフトウェアでの標準的な手法です。この場合、ユーザーが「アカウント設定」画面で「アカウントを削除」ボタンをクリックした場合、このアクションが本当に行いたいものであるかどうかを確認する機会が与えられます。

## コンポーネント

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

各画面には、次の手順を表示するためのポップアップであるモーダルが付属しています。通常、これにはヘッダーテキスト、本文テキスト、およびボタンが含まれます。また、ユーザーがアクションをキャンセルするために、右上隅のアイコンをクリックする方法もあります。

⚡ **成功モーダルのアクション**

* OKボタンは「アカウント設定」画面にリンクします

⚡ **アカウント削除確認のアクション**

* アカウントを削除するボタン
  * ユーザーを削除
  * 「ログイン」画面にリンクするアクション
* キャンセルボタン
  * 「戻る」にリンクするアクション


---

# 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://help.adalo.com/ja/feature-templates/account-settings/success-modal-screen-and-delete-account-confirmation-screen.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.
