How to Setup Claude Code (5-Min Guide for Non-Techies)
Most people treat Claude like a smarter search engine. Type something in, get an answer, close the tab.
That's fine, but it's like hiring a full-time assistant and only ever asking them to Google things. Claude Code is the version of Claude that actually does the work. Give it a task in plain English and it reads your files, writes new ones, runs code, updates spreadsheets.
This guide gets you set up in under 5 minutes and shows you exactly what that looks like in action.
What is Claude Code?
There are two modes of working with AI. Most people only know one.
Chat (Claude.ai, ChatGPT): You talk to it, it responds. The conversation ends, nothing else happens.
Agentic (Claude Code): You give it a task, it performs it. It can read files on your computer, write new ones, run its own code, and remember things across sessions.
Claude Code is the desktop app version of Claude built for this second mode. There are other agentic tools out there (Claude Cowork, OpenClaw) but we're starting here because Claude Code is the most accessible one to get your hands on.
Key insight: The gap between Chat and Code isn't about prompting skill. It's about what the tool is actually allowed to do.
Quickstart (5 minutes)
Step 1: Install the Claude desktop app
Go to claude.com/download and download the app for your computer. Standard install, nothing complicated.
Download Claude desktop from claude.com/download.
Step 2: Get Claude Pro ($20/month)
Claude Code requires a Claude Pro subscription. Once you're logged in, you'll see an upgrade prompt. The $20/month plan is what unlocks it.
The $20/month Pro plan is what unlocks Claude Code.
Step 3: Switch to the Code tab
After logging into the desktop app, look at the very top of the window. You'll see tabs. Click the one that says Code. This switches you from chat mode into agent mode.
Switch to the Code tab at the top of the app.
Step 4: Pick your workspace folder
Below the message input, you'll see a folder selector. This is your workspace, the folder on your computer that Claude Code is allowed to read and write files in.
Click here to select your workspace folder.
Click it to choose a different folder, or create one called claude on your Desktop and use that. Either works.
Choose any folder you want Claude to work in.
That's it. You're set up.
Understanding the workspace
Before you jump in, two things worth knowing.
The workspace is the folder you selected. Claude Code can read any file inside it and create new files there. Think of it as Claude's desk. It can only work with what's on the desk.
Skills are sets of custom instructions you give Claude Code to follow. For example, /generate-instagram-hooks could be a Skill you build that generates hooks in your specific voice, using examples of what's worked before. The more you use it, the better it gets. Official Skills docs here.
Real example: turning receipts into a spreadsheet
Here's something I actually did that shows what makes Claude Code different from a normal chat.
I had two receipt PDFs in a folder called my-folder, both for computer parts, both priced in Philippine Pesos.
Two receipts in my-folder. Claude Code can see both of these.
I opened Claude Code, set my-folder as my workspace, and typed:
"Read both receipts in my-folder and create a spreadsheet with all the items, quantities, and prices."
A plain English instruction is all it takes.
Claude Code in action, reading the files and building the spreadsheet.
If it needs to write code to parse the files, it does that on its own and runs it inside the workspace. You don't touch any of it.
The result: a brand new .xlsx spreadsheet in my-folder.
A new spreadsheet, created automatically in your folder.
All items pulled from both receipts, organized into columns.
Looks good, but I wanted a USD column too. So I just asked:
"Update the spreadsheet to add a USD column using today's exchange rate."
One follow-up message. That's it.
Claude opens the file, writes code to update it, runs that code, saves the result. No manual work.
USD column added, conversion rate included.
Done.
What's next
That receipt example is a simple one. Claude Code works with any file type: PDFs, images, text files, code, markdown. If it doesn't know how to read a format natively, it writes code to figure it out.
The more you use it, the more you'll find tasks you were doing manually that Claude Code can just handle.
Additional reading
Here are some related guides to check out: