1. get_user_input
Get single-line text, numbers, or other data from users.
2. get_user_choice
Present multiple options for user selection.
3. get_multiline_input
Collect longer text content, code, or detailed descriptions.
4. show_confirmation_dialog
Ask for yes/no confirmation before proceeding.
5. show_info_message
Display information, notifications, or status updates.
6. health_check
Check server status and GUI availability.