# Cordova Dialog Plugin
When you want to display notices to a user, Cordova has access to the native alert notification dialog controls. In JavaScript these are the prompt, alert, and confirm dialogs.
Cordova gives us more control over these controls so we can display information, change the title, and change the labels on the buttons.