O
Octo
CoursesPricing
O
Octo
CoursesPricingDashboardPrivacyTerms

© 2026 Octo

Mastering ChatGPT
1How to Use ChatGPT2Prompt Engineering Fundamentals
Module 1~15 min

How to Use ChatGPT

Your complete guide to using ChatGPT — from first conversation to power-user techniques. Learn what it can do, what it can't, and how to get the best results every time.

Your new coworker doesn't sleep

Imagine you just got a new team member. They've read millions of documents. They can write emails, summarize reports, brainstorm ideas, explain code, and translate languages — all in seconds. But here's the catch: they have no memory of your previous conversations (unless you remind them), they sometimes make things up with total confidence, and they never push back when you give bad instructions.

That's ChatGPT. And learning to work with it well is the single most valuable professional skill you can pick up this year.

🔑Why this matters
Knowledge workers who use AI tools consistently report completing tasks in a fraction of the usual time. But most people barely scratch the surface — they ask it one-line questions and get mediocre answers. The skill isn't having access to ChatGPT; it's knowing how to use it well.

What ChatGPT actually is

ChatGPT is a large language model (LLM) built by OpenAI. It predicts the most likely next word in a sequence, billions of times per second, to generate human-like text. It doesn't "think" — it pattern-matches across everything it was trained on.

This means:

It's great at...It's bad at...
Writing, editing, summarizing textMath and precise calculations
Explaining concepts in simple termsKnowing what happened after its training cutoff
Brainstorming ideas and alternativesGuaranteeing factual accuracy
Translating between languagesKeeping secrets (don't paste passwords)
Analyzing data you paste inUnderstanding your personal context (unless you tell it)
Writing and debugging codeReplacing human judgment on critical decisions
💭You're Probably Wondering…

There Are No Dumb Questions

Is ChatGPT connected to the internet?

ChatGPT with browsing enabled (available on paid tiers) can access live web data; the base model without browsing works from its training data — check whether browsing is active for your session. Always verify critical facts.

Can ChatGPT see my previous chats?

Each conversation starts fresh by default. It doesn't remember yesterday's chat unless you use the "Memory" feature or Custom Instructions.

Is it safe to use at work?

It depends on your company policy. Never paste confidential data, customer information, or trade secrets into any AI tool without clearance. Many companies now offer enterprise AI tools with data protections built in.

Your first conversation

The biggest mistake beginners make: treating ChatGPT like Google. Google wants keywords. ChatGPT wants context.

✗ Without AI

  • ✗best marketing strategies
  • ✗email subject line tips
  • ✗how to write a proposal

✓ With AI

  • ✓I'm a freelance designer pitching a $10K website project to a bakery owner. Write a 200-word proposal that emphasizes ROI.
  • ✓I manage social media for a pet store. Give me 5 Instagram post ideas for National Dog Day that drive foot traffic.
  • ✓Review this email subject line for a cold outreach campaign targeting CFOs: 'Quick question about your Q3 budget'

The difference? Context + specificity + a clear ask.

Here's the formula that works every time:

**Role**: Tell ChatGPT who to be — "You are a senior copywriter," "Act as a financial analyst"
**Context**: Give background — who you are, what you're working on, who the audience is
**Task**: Be specific about what you want — format, length, tone, constraints
**Examples**: Show what good looks like — paste a sample, reference a style

⚡

Write your first power prompt

25 XP
Pick a real task from your work or life. Write a prompt using the Role + Context + Task formula. Your prompt should be at least 2 sentences long and include specific details about what you need. Example: "You are a project manager. I'm leading a team of 4 developers building a mobile app for restaurant reservations. We're 2 weeks behind schedule. Write a 3-paragraph update email to my VP that acknowledges the delay, explains the root cause (API integration issues), and proposes a revised timeline." Your turn — write a prompt for YOUR real task:

The 7 things ChatGPT does best

1. Writing and editing

Paste any text and ask ChatGPT to rewrite it for a different audience, make it shorter, make it more formal, fix grammar, or change the tone. This alone saves most people hours per week.

Try this: "Rewrite this paragraph for a 5th grader" or "Make this email sound more confident without being aggressive."

2. Summarizing

Paste a long article, report, meeting transcript, or document and ask for a summary. Specify the format: "3 bullet points," "one paragraph," "a table of key decisions and action items."

3. Brainstorming

When you're stuck, ChatGPT is an infinite brainstorming partner. Ask for 10 ideas, then say "those are too generic — give me 10 more that are unexpected." Push back. Iterate.

4. Explaining things

"Explain [complex topic] like I'm 10 years old" is one of the most powerful prompts. Use it to learn anything fast or to prepare simple explanations for stakeholders.

5. Analyzing data

Paste a spreadsheet, CSV, or table and ask questions. "What's the trend here?" "Which product has the highest margin?" "Create a summary table grouped by region."

6. Coding help

Even non-programmers benefit: "Write a Google Sheets formula that..." or "Write a Python script that renames all files in a folder." Developers use it to debug, refactor, and learn new frameworks.

7. Role-playing and preparation

"You are a tough interviewer for a product manager role. Ask me 5 behavioral questions one at a time and give feedback on my answers." Incredibly useful for interview prep, sales practice, and negotiation training.

⚡

Match the task to the technique

25 XP
For each task, identify which ChatGPT technique you'd use: 1. You have a 20-page quarterly report and need the key takeaways for your boss → ___ 2. You need 15 names for a new pet grooming business → ___ 3. Your cover letter sounds too stiff and formal → ___ 4. You don't understand what "containerization" means → ___ 5. You have interview tomorrow and want to practice → ___ _Options: Summarizing, Brainstorming, Writing/Editing, Explaining, Role-playing_

Common mistakes (and how to fix them)

Mistake 1: One-shot prompts

Most people type one message and accept whatever comes back. The magic is in the follow-up:

  • "That's too long — cut it in half"
  • "The tone is too casual — make it sound like McKinsey"
  • "Good, but add a section about risks"

Mistake 2: Being too vague

"Write me a blog post" → generic slop. "Write a 600-word blog post for small business owners about why they should invest in email marketing over social media, with 3 specific examples and a contrarian opening hook" → something you can actually use.

Mistake 3: Not providing examples

If you want output in a specific style, show it. Paste an example and say "Write something in this style but about [new topic]."

Mistake 4: Trusting everything

ChatGPT sounds confident even when it's wrong. Always verify:

  • Facts, statistics, and dates
  • Legal or medical advice
  • URLs and citations (it invents these)
  • Code (test it before deploying)
⚠️The hallucination problem
ChatGPT will confidently cite fake studies, invent plausible-sounding statistics, and generate URLs that don't exist. This isn't a bug — it's how language models work. They predict plausible text, not truth. Always fact-check anything that will be shared publicly.

Mistake 5: Ignoring Custom Instructions

Go to Settings → Custom Instructions and tell ChatGPT about yourself once. Your role, your industry, your preferred writing style, what kind of output you usually need. This saves you from repeating context in every conversation.

Power-user techniques

Chain of thought: "Think step by step"

Adding "think step by step" or "walk me through your reasoning" to complex questions dramatically improves accuracy. It forces the model to show its work instead of jumping to conclusions.

Iterate in conversation

Don't start over. Build on what you have:

  1. Get a first draft
  2. "Make the intro more compelling"
  3. "Add data to support point 2"
  4. "Now format this as a LinkedIn post"

Use the right model

(OpenAI's model lineup changes frequently — check openai.com for the current available models and their capabilities)

ModelBest forSpeed
GPT-4oComplex reasoning, analysis, writingMedium
GPT-4o miniQuick tasks, brainstormingFast
o1 / o3Math, logic, coding, researchSlower

Upload files

Drag PDFs, images, spreadsheets, or code files directly into the chat. ChatGPT can read and analyze them. "Summarize this PDF" or "What's wrong with this screenshot of my code?"

⚡

Power prompt challenge

50 XP
Write a prompt that uses at least 3 of these techniques: role assignment, context, specific format request, examples, chain-of-thought, or iteration instructions. Then explain in 1-2 sentences why your prompt would produce better results than a simple one-line request.

What you can do right now

Pick ONE task from your work today and use ChatGPT to do it. Not as a test — actually use the output. Here are starters:

  • Draft an email you've been procrastinating on
  • Summarize meeting notes from this week
  • Brainstorm solutions to a problem you're stuck on
  • Explain a concept you need to present to your team
  • Write a job description or performance review

The best way to learn ChatGPT is to use it for real work, every day. Start with one task. Then two. Within a week, you won't remember how you worked without it.

🔑Key takeaway
ChatGPT isn't magic — it's a tool. Like any tool, the quality of the output depends on the quality of the input. Learn to give it context, be specific, iterate on results, and verify facts. That's the entire skill.

Back to your new coworker

By the end of your first week treating ChatGPT as a genuine collaborator rather than a search engine, the difference is tangible: the email you were dreading is drafted in four minutes, the meeting summary that used to take an hour takes ten, and the creative block you've been staring at for days gets broken open by a brainstorming session that costs you nothing. The tasks don't disappear — they just stop piling up. What changed wasn't the tool; it was the relationship with it. Your new coworker still has the same quirks — it will occasionally invent a statistic or miss the point on the first try — but now you know how to course-correct: tighten the context, add an example, push back on the draft. The coworker doesn't replace your judgment. It runs on it.

Key takeaways

  • ChatGPT predicts text based on patterns — it doesn't think or know facts
  • Context + specificity + clear ask = dramatically better results
  • Always iterate — your first prompt is a starting point, not the final answer
  • Never trust ChatGPT blindly — verify facts, statistics, and citations
  • The 7 core use cases: writing, summarizing, brainstorming, explaining, data analysis, coding help, role-playing

?

Knowledge Check

1.What is the biggest mistake most ChatGPT beginners make?

2.Why does ChatGPT sometimes state false information confidently?

3.Which prompt formula produces the best results?

4.What should you NEVER paste into ChatGPT without company clearance?

Next

Prompt Engineering Fundamentals