# Confirmation Popup

## Overview

A confirmation popup that asks the user to approve the requested action. <br>

![](https://1483599141-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LbzMeM9XfnblRd78nga%2F-MX_BFm8y-GXqNtBCMvx%2F-MX_Cqssf-GnNxKQj07B%2FScreen%20Shot%202021-04-05%20at%208.26.01%20PM.png?alt=media\&token=1f898803-3f35-478b-b0e9-3aff20e1b882)

## Structure

* This popup includes a title, message, cancel button, and delete/confirm button.
* Click **Group close (confirm)**, **Button Cancel**, and **Button Delete** to close the popup.

## How to set up

* Add workflow to **Button Delete**
* Add a workflow on the page to show **Popup confirmPopup**


---

# 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://docs.airdev.co/canvas-pages-and-modules/popups/confirmation-popup.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.
