Part 1: The 3-Layer Setup (For Everyone)
Layer 1
Chat Memory — The Automatic One
Claude automatically summarises your conversations and builds a profile about you — your name, job, preferences, tools you use. This updates every 24 hours.
1
Go to Settings > Capabilities
2
Toggle on "Generate memory from chat history"
3
Toggle on "Search and reference past chats"
4
Go to Settings > Memory to see what Claude already knows about you
5
Review what's there — edit or delete anything wrong or outdated
6
Tell Claude specific things to remember: "Please remember that I'm a [your role] working on [your project] and I prefer [your preferences]." It updates instantly.
Pro tip: Instead of "remember I like short answers," say "remember that I prefer responses under 3 paragraphs with bullet points for action items." Specificity = better results.
Layer 2
Chat Search — Find Past Conversations
Ask Claude to search through your entire chat history and pull relevant context into your current conversation.
1
Make sure "Search and reference past chats" is toggled on in Settings > Capabilities
2
In any new chat, just ask naturally: "What did we discuss about my website last week?" or "Find our conversation about the marketing strategy"
3
Claude will search your past conversations and bring the relevant context into your current chat
Note: Chat Search is only available on paid plans (Pro, Max, Team, Enterprise). Free users get Chat Memory but not Chat Search.
Layer 3
Project Memory — Isolated Context Per Project
Each Claude Project gets its own separate memory space. Your work project doesn't bleed into your personal chats.
1
Go to Claude.ai and click "Projects" in the left sidebar
2
Create a new project (e.g. "Content Strategy" or "My Business")
3
Click on the project, then click the settings/gear icon
4
Find "Project Instructions" — this is your permanent briefing document
5
Paste in your key context: who you are, what you're working on, your preferences, tools, what NOT to do
6
Every conversation inside this project now starts with Claude already knowing all of this
Pro tip: Project instructions = your permanent briefing document. Treat it like a job description for Claude. The more specific you are, the better every conversation in that project will be.
Part 2: What Memory Still Misses (And How To Fix It)
Claude's native memory is a profile, not a notebook. It captures preferences but not decisions, reasoning chains, or detailed project context. Here's how to fill the gaps:
Fix 1
Tell Claude What To Remember (In Real Time)
Don't wait for the 24-hour automatic sync. During any conversation, say:
"Remember that we decided to use Webflow for the website"
"Remember that my target audience is non-technical workers aged 22-40"
"Remember that I prefer Averia Serif font for my brand"
Claude updates your memory profile instantly. This is the single most powerful habit to build.
Fix 2
Import Your ChatGPT Memories
2
Find "Import memories" option
3
Select "Import from ChatGPT" (also supports Gemini and Grok)
4
Follow the prompts — it will ask you to paste an export from ChatGPT
5
Wait about 24 hours for processing, then review in Settings > Memory
Part 3: For Power Users (Developers)
If you use Claude Code (the terminal coding tool), there's a whole ecosystem of memory plugins that go way deeper than the native web features.
Plugin 1
claude-mem (46K+ GitHub Stars)
Gives Claude Code persistent memory across coding sessions. Automatically captures what Claude does during sessions, compresses observations with AI, and injects relevant context into future sessions. Cuts "rehashing context" by 80-90%.
Install: npx claude-mem install
Plugin 2
Claude Code's Built-In Auto Memory
Since v2.1.59+, Claude Code has native auto memory. It saves notes as it works — build commands, debugging insights, architecture notes, code style preferences.
Check it: type /memory in any Claude Code session. Everything is plain markdown you can read, edit, or delete.
Tip
CLAUDE.md Files
A markdown file you place in your project folder that Claude Code reads at the start of every session. Like Project Instructions on claude.ai, but for the coding environment. Create a file called CLAUDE.md in your project root and put your context, conventions, and preferences in it.
Quick Reference Checklist
5-Minute Setup (Everyone)
Toggle on memory in Settings > Capabilities
Toggle on chat search in Settings > Capabilities
Review and edit your memory in Settings > Memory
Tell Claude 5 specific things to remember about you
Create at least one Project with detailed instructions
Import ChatGPT memories if you're switching over
Power User Setup (Developers)
Install claude-mem: npx claude-mem install
Check your auto memory: type /memory in Claude Code
Create a CLAUDE.md file in your project root
Review what auto memory has captured and edit as needed