Getting Started with Cowork
Getting Started with Cowork
Section titled βGetting Started with Coworkβπ Languages: English | FranΓ§ais
Reading time: ~10 minutes
Goal: Go from zero to your first successful Cowork workflow
Prerequisites
Section titled βPrerequisitesβBefore starting, ensure you have:
| Requirement | How to Check |
|---|---|
| Pro or Max subscription | claude.ai β Settings β Subscription shows βProβ or βMaxβ |
| macOS or Windows | macOS: Apple menu β About This Mac; Windows: Settings β System β About |
| Claude Desktop app | Applications folder or Spotlight search |
| Latest app version | See verification steps below β οΈ |
β οΈ Verify You Have the Latest Claude Desktop Version
Section titled ββ οΈ Verify You Have the Latest Claude Desktop VersionβCritical: Cowork requires the latest version of Claude Desktop. If you donβt see βCoworkβ in the mode selector at the top of the app, your version is outdated.
How to verify:
- Open Claude Desktop app
- Look at the top of the sidebar β you should see three modes:
Chat Cowork Code
- If you donβt see βCoworkβ, update your app:
- Go to Claude Desktop menu β Check for Updates
- Or download the latest version from claude.ai/download
Official Documentation: For additional help, see Anthropicβs Getting Started with Cowork guide
Subscription Tiers
Section titled βSubscription Tiersβ| Tier | Cost | Cowork Usage |
|---|---|---|
| Pro | $20/mo | Light use (~1-1.5h intensive before reset) |
| Max | $100-200/mo | Heavy use (5x-20x Proβs limit) |
Donβt Have Access?
Section titled βDonβt Have Access?β| Situation | Action |
|---|---|
| Free tier | Upgrade to Pro ($20) or Max ($100+) |
| Linux | Wait for platform expansion (Linux not announced) |
Step 1: Enable Cowork
Section titled βStep 1: Enable Coworkβ1.1 Open Settings
Section titled β1.1 Open Settingsβ- Launch Claude Desktop app
- Click your profile icon (top right)
- Select Settings
1.2 Enable the Feature
Section titled β1.2 Enable the Featureβ- Navigate to Features or Beta Features section
- Find Cowork toggle
- Enable it
Note: The exact location may vary as the app is updated during research preview.
1.3 Verify Activation
Section titled β1.3 Verify ActivationβAfter enabling, you should see:
- New βCoworkβ option in conversation mode selector
- Or a dedicated Cowork section/tab
Step 2: Create Your Workspace
Section titled βStep 2: Create Your WorkspaceβCritical: Never grant Cowork access to Documents, Desktop, or home folder directly.
2.1 Create Dedicated Folder
Section titled β2.1 Create Dedicated FolderβOpen Terminal and run:
mkdir -p ~/Cowork-Workspace/{input,output}This creates:
~/Cowork-Workspace/βββ input/ # Files you want processedβββ output/ # Where Cowork puts results2.2 Grant Folder Access
Section titled β2.2 Grant Folder Accessβ- Start a new Cowork conversation
- When prompted for folder access, navigate to
~/Cowork-Workspace/ - Grant access only to this folder
2.3 Verify Access
Section titled β2.3 Verify AccessβAsk Cowork:
List the contents of my workspace folderExpected response: Shows input/ and output/ directories.
Step 3: Your First Workflow
Section titled βStep 3: Your First WorkflowβLetβs do a simple but complete workflow to verify everything works.
3.1 Prepare Test Files
Section titled β3.1 Prepare Test FilesβCreate some test files in your input folder:
cd ~/Cowork-Workspace/input
# Create sample filesecho "Meeting notes from Monday" > meeting-monday.txtecho "Meeting notes from Wednesday" > meeting-wednesday.txtecho "Project status update" > project-status.txtecho "Random thoughts" > misc-notes.txt3.2 Run Your First Task
Section titled β3.2 Run Your First TaskβIn Cowork, enter:
Organize the files in ~/Cowork-Workspace/input/ into subfoldersby category. Create a summary of what you organized in the output folder.3.3 What Should Happen
Section titled β3.3 What Should Happenβ- Plan display: Cowork shows its intended actions
- Your approval: You review and approve the plan
- Execution: Cowork reorganizes files
- Report: Creates summary in output folder
3.4 Verify Results
Section titled β3.4 Verify ResultsβCheck the result:
ls -la ~/Cowork-Workspace/input/ls -la ~/Cowork-Workspace/output/You should see:
- Organized subfolders in
input/ - A summary file in
output/
Step 4: Understanding the Workflow
Section titled βStep 4: Understanding the WorkflowβThe Cowork Cycle
Section titled βThe Cowork CycleβEvery Cowork task follows this pattern:
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββ YOUR REQUEST ββ "Organize my files by category" ββββββββββββββββββββββββ¬ββββββββββββββββββββββββββββββββ βββββββββββββββββββββββββββββββββββββββββββββββββββββββββ ANALYSIS ββ Cowork examines your files ββ Identifies patterns and categories ββββββββββββββββββββββββ¬ββββββββββββββββββββββββββββββββ βββββββββββββββββββββββββββββββββββββββββββββββββββββββββ PLAN PROPOSAL ββ "I will create 3 folders and move X files..." ββ β οΈ YOU REVIEW THIS BEFORE EXECUTION ββββββββββββββββββββββββ¬ββββββββββββββββββββββββββββββββ βββββββββββββββββββββββββββββββββββββββββββββββββββββββββ YOUR APPROVAL ββ "Yes, proceed" or "No, modify the plan" ββββββββββββββββββββββββ¬ββββββββββββββββββββββββββββββββ βββββββββββββββββββββββββββββββββββββββββββββββββββββββββ EXECUTION ββ Cowork performs the approved actions ββββββββββββββββββββββββ¬ββββββββββββββββββββββββββββββββ βββββββββββββββββββββββββββββββββββββββββββββββββββββββββ REPORT ββ Summary of what was done ββββββββββββββββββββββββββββββββββββββββββββββββββββββββKey Points
Section titled βKey Pointsβ- Always review the plan β This is your safety checkpoint
- Be specific β Vague requests lead to unexpected results
- Start small β Test with few files before large batches
- Check results β Verify output before proceeding
Step 5: The CTOC Framework
Section titled βStep 5: The CTOC FrameworkβPower users structure every Cowork prompt with four components:
CONTEXT β TASK β OUTPUT β CONSTRAINTSThe Framework
Section titled βThe Frameworkβ| Component | What it is | Example |
|---|---|---|
| Context | Background, files, situation | βI have 50 receipts from a business trip to Parisβ¦β |
| Task | Clear single objective | βExtract all expenses into a spreadsheetβ |
| Output | Exact format and location | βSave as ~/Cowork-Workspace/output/paris-expenses.xlsxβ |
| Constraints | Rules, limits, preferences | βUse EUR currency, semicolon formulas, categorize by typeβ |
CTOC Example
Section titled βCTOC ExampleβCONTEXT: I have meeting notes from the past month in ~/Cowork-Workspace/input/notes/.They're from different team members with inconsistent formatting.
TASK: Create a consolidated status report from these notes.
OUTPUT: Save as ~/Cowork-Workspace/output/team-status-january.docxwith sections: Executive Summary, Progress by Project, Blockers, Next Steps.
CONSTRAINTS: Keep under 3 pages. Focus on actionable items.Highlight any risks mentioned.Quick Patterns
Section titled βQuick Patternsβ| Pattern | Example |
|---|---|
| Be explicit | β βfiles in ~/Cowork-Workspace/input/β not β βmy filesβ |
| Specify output | β βsave to ~/output/report.docxβ not β βcreate a reportβ |
| Describe format | β βcolumns: Date, Amount, Categoryβ not β βmake a spreadsheetβ |
| Add constraints | β βuse European formula syntaxβ |
Break Down Complex Tasks
Section titled βBreak Down Complex TasksβInstead of:
β "Process all my receipts, create expense reports, and organize by month"Do this:
β
Step 1: "List all receipt files in ~/Cowork-Workspace/input/"β
Step 2: "Extract expense data from these receipts into a single Excel file"β
Step 3: "Add monthly summary sheets to the Excel file"This batching approach also optimizes token usage (see Cheatsheet for token budgets).
Step 6: Personalize Your Profile (Optional)
Section titled βStep 6: Personalize Your Profile (Optional)βCreate a personal profile file so Cowork knows your preferences and communication style.
6.1 Create Your Profile File
Section titled β6.1 Create Your Profile FileβIn your workspace, create my-profile.md:
# My Communication Profile
## Tone & Style- Formal (use "vous" with clients) / Casual (use "tu")- Concise bullet points preferred- No jargon or anglicisms
## Things I NEVER Do- Use exclamation marks in emails- Promise specific deadlines- Skip the greeting
## Default SignatureBest regards,[Your Name] - [Company]6.2 Use Your Profile
Section titled β6.2 Use Your ProfileβStart each conversation with:
Read my-profile.md first. Then [your actual request]Example:
Read my-profile.md first. Then draft a follow-up email to a clientwho hasn't responded to our quote in 2 weeks.6.3 Benefits
Section titled β6.3 Benefitsβ| Benefit | Why It Matters |
|---|---|
| Consistent voice | All outputs match your style |
| Time savings | No need to repeat preferences |
| Team alignment | Share the file with colleagues |
| Portable | Same file works with other AI tools |
Tip: 80% of an effective profile is what you donβt want. Focus on constraints and anti-patterns.
Step 7: Chrome Integration (Optional)
Section titled βStep 7: Chrome Integration (Optional)βCowork can use Chrome for web research tasks.
Enable Chrome Access
Section titled βEnable Chrome Accessβ- When Cowork requests Chrome permission, review carefully
- Grant only for specific research tasks
- Revoke after task completion
Example Web Research Task
Section titled βExample Web Research TaskβResearch the top 5 project management tools for small teams.Save your findings to ~/Cowork-Workspace/output/pm-tools-research.mdwith a comparison table.Security Note
Section titled βSecurity Noteβ- Review each web action Cowork proposes
- Donβt let Cowork fill forms or make purchases
- Revoke Chrome access when not needed
Step 8: Install Desktop Commander (Recommended)
Section titled βStep 8: Install Desktop Commander (Recommended)βDesktop Commander is a free official extension that expands what Cowork can do. Most users benefit from it, especially for recurring work.
What Desktop Commander Enables
Section titled βWhat Desktop Commander Enablesβ| Capability | Without Desktop Commander | With Desktop Commander |
|---|---|---|
| File access | Workspace folder only | Any folder you authorize |
| Memory between sessions | None β starts fresh each time | Persistent via memory.md |
| MCP server setup | Manual, technical | One-click install |
Installation
Section titled βInstallationβ- Open Claude Desktop β Customize tab (or Settings β Extensions)
- Find Desktop Commander in the list
- Click Install
- Restart Claude Desktop when prompted
Takes under 2 minutes. No technical knowledge required.
Set Up Your Memory File
Section titled βSet Up Your Memory FileβOnce Desktop Commander is installed, create a persistent memory file so Cowork remembers your context between sessions:
- Create
~/Cowork-Workspace/memory.md - Add your recurring context, hereβs a starting template:
# My Cowork Memory
## Business Context- Business type: [your type β consulting, retail, trades, etc.]- Primary file formats: [Word, Excel, PDF, etc.]
## Client Preferences- Client Dupont: formal tone, PDF invoices preferred- Client Martin: needs itemized quotes with separate labor/materials
## Things I Never Do- Use exclamation marks in client emails- Promise specific delivery dates without checking first
## Recurring Tasks- Weekly: [what you compile or report each week]- Monthly: [what you do at month end]- Start future sessions with: βRead ~/Cowork-Workspace/memory.md first. Then [your actual request]β
Why This Matters
Section titled βWhy This MattersβWithout a memory file, youβd repeat preferences and context at the start of every session. With it, Cowork picks up where you left off, knowing your clients, your style, and your recurring work patterns.
Note: Desktop Commander is available via the Customize tab in Claude Desktop. The exact UI location may shift as Cowork updates during research preview. If you donβt see it immediately, check Settings β Extensions.
Troubleshooting First Run
Section titled βTroubleshooting First RunββCannot access folderβ
Section titled ββCannot access folderββ- Go to System Preferences β Security & Privacy β Files and Folders
- Find Claude Desktop
- Ensure your workspace folder is listed and enabled
βCowork option not visibleβ
Section titled ββCowork option not visibleββMost common cause: Outdated app version.
- Verify your version β See Prerequisites above
- If you donβt see βChat | Cowork | Codeβ at the top, update your app
- After updating, check Settings β Features β ensure Cowork is enabled
- Restart the app
βPlan seems wrongβ
Section titled ββPlan seems wrongββ- Donβt approve the plan
- Say βStop. Let me clarify: [your clarification]β
- Cowork will revise its plan
βIncomplete resultsβ
Section titled ββIncomplete resultsββ- Check if Cowork showed any errors
- Try breaking the task into smaller steps
- Verify folder permissions
Next Steps
Section titled βNext StepsβYouβre now ready to:
- Explore Capabilities β Learn what Cowork can do
- Review Security β Safe usage practices
- Try Workflows β Step-by-step tutorials
- Use Ready Prompts β Copy-paste templates
Quick Reference Card
Section titled βQuick Reference Cardβ| Action | How |
|---|---|
| Start Cowork | New conversation β Select Cowork mode |
| Grant access | Browse to ~/Cowork-Workspace/ when prompted |
| Review plan | Read each step before saying βproceedβ |
| Stop execution | Type βStopβ or close the conversation |
| Check results | Always verify output folder after tasks |