# Success Modal Screen & Delete Account Confirmation Screen

The two remaining screens in the Account Settings Feature Template are modal screens, which are used as a Success State or a Confirmation State.

For the ‘Success Modal’ Screen — this screens acts as a confirmation that the user has updated their account info and provides a seamless transition to continue actions within the account.

The ‘Delete Account Confirmation’ Screen is a used as a “double-check” on whether or not the user would like to delete their account. This is standard practice in software since it is relatively easy to accidentally hit the wrong button. In this case, if a user clicks the “Delete Account” button on the ‘Account Settings’ Screen, they will get the opportunity to confirm this is the action they actually want to take.

## The Components

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

Each screen comes with a modal — in other words, a pop up to display the next steps. Typically these come with header text, body text, and a button. There is also a way for the user to cancel the action by clicking the icon in the upper right hand corner.

⚡ **Success Modal Actions**

* The OK Button links to the ‘Account Settings’ Screen

⚡ **Delete Account Confirmation Actions**

* Delete My Account Button
  * Delete User
  * Link Action to ‘Log In’ Screen
* Cancel Button
  * Link Action to “Back”


---

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