# User Confirmation

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

![](https://2445524190-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M_LKN8sx9rUwRZIqIu7%2F-M_y4ZzEy0G8hrVBufa6%2F-M_y890rgIUi2Ws0yRbP%2F12.05_Actions_Conditions_%26_Loop_User_Confirmation.png?alt=media\&token=6805b0a8-1072-4f13-942d-cb27f57abd1f)

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.


---

# 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://zendevx.gitbook.io/docs/actions-the-power-within/untitled/condition-and-loop/user-confirmation.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.
