Use Cases for All Tools
Four Claude products cover different kinds of work. Each section below walks through three situations with a sample prompt and a typical result.
Claude Chat
Browser chat at claude.ai. Good for drafting text, short explanations, and summarising material you paste in.
Declining a meeting by email
Edit names and send. No special syntax in the prompt.
Understanding a topic quickly
Add “keep it very simple” or “assume I know basic maths” to set the level.
Pulling key points from a long article
Works on pasted reports, notes, or any text you own the rights to use.
Claude Code
Run claude in a project folder. Claude reads and edits files on disk.
Adding validation to a form
Changes land in the real file. Review the diff before you commit.
Tracking down an intermittent bug
Describe the symptom; Claude searches across files in the repo.
Adding tests for existing code
Run npm test locally to confirm they pass.
Skills & Plugins
Optional add-ons inside claude.ai — web search, document upload, and other workflows you enable per chat.
Checking a current library version
Standard chat may not know today's release notes; the search plugin fetches them.
Questions about an uploaded PDF
Upload the file in the same thread as your question.
Building a quiz from course notes
Useful when you already have source material and need a structured output format.
Claude Cowork
Desktop app for jobs that span files, folders, and the browser — rename batches, fill forms, collect data from several sites.
Renaming many image files from a spreadsheet
Instruction: “Rename images in /products as product-[id]-[colour].jpg using IDs and colours from products.csv”
One instruction replaces repetitive rename work.
Filling a web form from a CV
Instruction: “Open careers.example.com and fill the application form using my-cv.pdf”
You keep final approval on submit.
Weekly pricing snapshot from competitor sites
Instruction: “Visit pricing pages for Competitor A, B, and C. Record plan names and prices in pricing-report.xlsx.”
Re-run the same instruction on a schedule if you need recurring reports.
Quick reference
Match the task type to the product.
| Task | Product |
|---|---|
| Write email, summary, or doc | Chat |
| Explain a topic or answer a question | Chat |
| Change code in your repo | Code |
| Add or update tests | Code |
| Look up current information online | Web Search plugin |
| Analyse an uploaded PDF or sheet | Document plugin |
| Rename or organise files in bulk | Cowork |
| Fill forms or drive the browser | Cowork |
| Pull data from several websites | Cowork |
Before you continue
- Chat — browser writing and Q&A.
- Code — edits inside your project.
- Plugins — live data, uploads, structured outputs.
- Cowork — multi-step work on your machine.
- Next lesson: pick the right tool for a given task.
What's Next
Choosing the Right Claude Tool — when to use Chat, Code, plugins, or Cowork.