--- layout: demo_layout.njk --- ## Dialogs Dialogs can be triggered with the [`hx-prompt`](/attributes/hx-prompt) and [`hx-confirm`](/attributes/hx-confirm) attributes. These are triggered by the user interaction that would trigger the AJAX request, but the request is only sent if the dialog is accepted. ```html