> For the complete documentation index, see [llms.txt](https://zendevx.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zendevx.gitbook.io/docs/actions-the-power-within/untitled/condition-and-loop/user-confirmation.md).

# User Confirmation

Whenever there is a need to perform some actions based on User's confirmation we need to use this Action.

![](/files/-M_y890rgIUi2Ws0yRbP)

Here one has to enter confirmation message to be shown like for example - Do you want to Delete this record?

As one can observe above that if the user *Confirms* then all the actions added to the If user confirm part will be executed or performed and if the user *Cancels* then all the actions added to the If user cancel part will be executed or performed.
