The Most Annoying Thing About ChatGPT (And How to Fix It)
Here's a scenario I'm guessing you've lived through: you open a fresh ChatGPT conversation, ask a question, and get back an answer that's technically fine — except it's written for a 10-year-old, or it assumes you're some kind of senior engineer, or it keeps saying "Great question!" before every response like you're on a game show.
When I first started using ChatGPT, I spent the first five minutes of every single conversation re-explaining myself. "I'm a beginner. I don't want jargon. Just be direct." Every. Single. Time. It drove me absolutely crazy.
Then I found Custom Instructions, and honestly, it changed how I use ChatGPT entirely. It takes about five minutes to set up, and it means ChatGPT knows who you are before you even type your first message. Let me show you exactly how to use it.
What Are Custom Instructions, Exactly?
Custom Instructions are two text boxes that live in your ChatGPT settings. They let you answer two questions once, and ChatGPT uses those answers as background context for every conversation going forward.
The two questions are:
- "What would you like ChatGPT to know about you?" — This is where you share who you are, what you do, your skill level, your goals, your context.
- "How would you like ChatGPT to respond?" — This is where you tell it your preferred communication style, format, tone, length, and any habits you want it to avoid.
Think of it like briefing a new assistant before their first day. You're not writing a novel — just giving them enough background to stop defaulting to generic responses.
Who Can Use This?
Custom Instructions are available to both free and paid ChatGPT users. If you're on the free tier, you've got access to this — no upgrade needed.
How to Find and Enable Custom Instructions
This is embarrassingly simple, but I'll walk you through it step by step because the UI buries it a little.
- Click on your profile icon in the bottom-left corner of the ChatGPT sidebar.
- Select "Customize ChatGPT" from the dropdown menu.
- You'll see a modal with two text fields — that's it, you're there.
- Fill in both sections (I'll give you templates below), then click Save.
From that point on, every new conversation will have your Custom Instructions baked in automatically. You don't have to toggle anything or paste a prompt — it just works in the background.
It Doesn't Apply Retroactively
Custom Instructions only apply to new conversations. Any chat you started before saving your instructions won't be affected — so don't be surprised if an old thread still acts generic.
What to Actually Write In There
This is where most people either blank out or write something way too vague. Let me give you a real template you can steal and modify.
Box 1 — What ChatGPT should know about you:
# About Me
I'm a career changer learning web development from scratch.
My background is in marketing, so I understand strategy and
communication but I'm new to code. I work in Python and
JavaScript. I use VS Code on a Mac. I'm trying to build
small projects to practice — not trying to get a job at
Google. I learn best with analogies and real-world examples.Box 2 — How you want ChatGPT to respond:
# My Preferences
Be direct and skip the filler phrases like "Great question!"
or "Certainly!" Don't over-explain. Use short paragraphs.
When you give code examples, explain what each part does
in plain English. If I ask something vague, ask one
clarifying question before answering instead of guessing.
Assume I'm a beginner unless I say otherwise.Obviously, swap out the details for your own situation. The key things to include are: your skill level, your tools/environment, your goals, and your tone preferences. That combination alone dramatically changes the quality of every response you get.
Real Before and After: What Actually Changes
Let me show you what a difference this makes with a concrete example. Same question, asked with and without Custom Instructions.
The question: "What's a callback function?"
Without Custom Instructions:
"A callback function is a function passed into another function as an argument, which is then invoked inside the outer function to complete some kind of routine or action. Callbacks are commonly used in asynchronous programming, event handling, and functional programming paradigms..." — and on it goes for six paragraphs.
With my Custom Instructions (beginner, learns with analogies):
"Think of it like leaving your number at a restaurant. You don't wait at the door — you go do other things, and they call you back when your table is ready. A callback function works the same way: you hand it to another function and say 'run this when you're done.' It lets your code keep moving without waiting around."
Same question. Completely different answer. The second one I actually understood and remembered. That's the power of giving ChatGPT real context about who you are.
A Few Things Worth Knowing Before You Set It and Forget It
Custom Instructions are great, but there are a couple of gotchas I ran into that are worth knowing upfront.
You can override them per conversation. If your instructions say "assume I'm a beginner" but you're working on something more advanced, just say so in that chat. The per-conversation context will take precedence. ChatGPT isn't rigid about this — it's smart enough to adjust when you give it conflicting information.
Don't cram everything in. I made this mistake early on — I tried to write a 500-word biography in the first box. The instructions have a character limit (around 1,500 characters per box), and honestly, shorter is better. Stick to the stuff that genuinely changes how ChatGPT should talk to you. You don't need your life story in there.
Update them as you grow. When I first set mine up, I described myself as a total beginner. Six months later I was way past that, and ChatGPT was still explaining what a variable was every time I asked a question. I had to go back and revise my instructions. Think of it as a living document — revisit it every few months.
Quick Test After You Save
Start a brand new conversation and ask something like "How would you describe your understanding of who I am?" ChatGPT will reflect back what it knows. It's a fast way to check if your instructions landed the way you intended.
A Starter Template You Can Use Right Now
If you're staring at those two blank boxes and not sure where to start, here's a simple fill-in-the-blank version you can use as a starting point. Just replace the brackets with your actual details.
# Box 1 — About You
I'm a [beginner/intermediate] learning [topic/skill].
My background is in [your field or job].
My main tools are [tools/languages/software you use].
My goal is to [what you're trying to accomplish].
I learn best through [analogies / examples / step-by-step].
# Box 2 — How You Want Responses
Keep responses [short/medium/detailed].
Skip filler phrases. Be direct.
Use plain language — avoid jargon unless you explain it.
When I ask a vague question, ask me one clarifying
question before answering.That's really all you need to start. Five minutes of setup, and you'll stop having to re-explain yourself in every single conversation. Go set it up right now — your future self will thank you.
More tutorials in this category, or explore the full field guide.