ChatGPT study mode: how to use guided learning in 2026

Kenneth Pangan
Written by

Kenneth Pangan

Stanley Nicholas
Reviewed by

Stanley Nicholas

Last edited September 9, 2026

Expert Verified
Black-and-white illustration of a person reading on a bench beside a ChatGPT logo and math symbols

What study mode changes

OpenAI introduced study mode on July 29, 2025. Its design uses questions, manageable explanations, personalized guidance, and checks of understanding. The launch announcement describes behavior shaped through system instructions with input from educators and learning specialists, not a promise that every learner will achieve a particular result.

The useful difference is the interaction. Instead of asking only for a solution, the learner can show an attempt and ask where the reasoning went wrong. That creates an opportunity to correct a misunderstanding. Whether the learner takes that opportunity matters more than the label on the chat.

Regular ChatGPT can also explain concepts or ask questions. Study mode emphasizes that learning pattern; it is not evidence that other ChatGPT workflows cannot reason, use private material, or work with connected tools.

How to start a study session

OpenAI's current study-mode guide describes web access through @study, or the plus menu followed by selecting Study. You can also open study mode directly. Use a regular conversation: the selector is not available in Temporary Chats, GPTs, or Projects.

Availability is across ChatGPT plans globally on web, iOS, and Android; normal plan and model limits still apply. Menus differ by app version. Some eligible Edu workspaces can require study mode for regular conversations, so the absence of a selector does not always mean the feature is unavailable.

Give the session a manageable target. “Help me understand why my spreadsheet formula counts these rows twice” is easier to evaluate than “teach me spreadsheets.” Provide only material you are allowed to share, and identify the relevant question or passage.

Three prompts that keep the learner involved

These are example prompts to adapt, not results from a product test.

Find the mistake in an attempted solution

I am practicing percentages. I tried to reverse a 20% discount by adding 20% to the discounted price. Ask me one question that helps me see whether those percentages use the same starting amount. Do not give me the full solution yet.

After answering, ask for a different practice problem. If you can explain the starting amount without another hint, you have evidence of understanding beyond recognizing the original answer.

Work through an unfamiliar reading

Here is a paragraph from the material I am allowed to share. Ask me to explain its main claim in my own words. Then point out where my explanation differs from the paragraph, quoting only the short phrase needed to show the difference.

Keep the comparison anchored to the actual passage. If the explanation introduces a concept the text does not discuss, ask whether it is additional context or part of the author's claim.

Prepare a focused review

I have 15 minutes to review spreadsheet references. I understand relative references but mix up when to use dollar signs. Give me one small formula to predict, wait for my answer, and explain the first mistake before moving on.

The time limit defines the scope; it is not a guarantee that the tool can measure mastery. Finish by attempting a fresh example on your own and checking it in the spreadsheet or course material.

What students and educators should still check

Study mode may give a direct answer, and it can make mistakes. Treat a fluent explanation as something to verify, especially if it conflicts with the assigned material. An AI-use policy still applies to graded work. Choosing Study does not make an otherwise prohibited use acceptable.

For a teacher, the observable question is not whether a student opened study mode. It is whether the student can explain the reasoning, recognize an error, and apply the idea independently. Ask for that evidence in a form appropriate to the course.

Do not assume all accounts have identical controls. Memory, tools, uploads, and managed settings depend on the account and configuration. Review the current OpenAI guide instead of relying on launch-era screenshots or claims that administrators can never require the mode.

Apply the idea to product support without making customers take a test

Guidance is also useful when someone is learning a product. But a customer trying to complete a task may need a direct instruction, not a Socratic exchange. Ask a clarifying question when it changes the next step; do not withhold an answer merely to imitate a tutoring style.

Consider a customer importing a CSV into your product. They need to know whether to create new records or update existing ones. A support teammate should consult your current import guide, clarify the customer's intent if it is missing, and explain the documented path. It should not invent an overwrite policy or modify records because the customer asked an ambiguous question.

eesel can supply that product-specific guidance from approved knowledge. Its website integration reads selected site content; it does not gain website actions by connecting. The owner must check what was indexed and refresh it after relevant source changes. A public help-page connection is not proof that a particular import guide is current.

Use eesel CLI to review the next troubleshooting step

A support lead can ask Claude Code, Codex, or Cursor to review how an eesel teammate guides an unfamiliar user through the import process. The eesel CLI gives that coding agent JSON output from the same workspace and teammate as the dashboard. A human can use it directly, and a script can retain inspection results for later comparison. The documented npx form requires Node.js 18.17 or newer.

Start by confirming the workspace and inspecting the sources and standing guidance. Substitute the actual approved teammate name:

Bash
npx @eesel/cli whoami
npx @eesel/cli status --agent "Product onboarding"
npx @eesel/cli integrations --agent "Product onboarding"
npx @eesel/cli instructions --agent "Product onboarding"

The source owner opens the current import documentation and checks which questions change the recommended path. A proposed instruction might say:

For CSV-import questions, use the approved import guide. If the person has not said whether they are adding or updating records, ask that question before recommending a path. Explain one useful next step and its source. Do not invent overwrite behavior or perform a record change without the required permission.

This is a rule for this example, not a claim about any particular product's import behavior. Inspect npx @eesel/cli instructions --help --agent "Product onboarding" for supported write arguments. Preview the exact write with --dry-run, obtain owner approval, apply it, and read instructions back. Keep the connected action permissions separate: a conversational instruction is not an access restriction.

Approve the chat cost and use a test teammate without production record-writing access before sending either prompt. These are live, billed conversations. Start each case fresh:

Bash
npx @eesel/cli new --name "import-intent-missing" --agent "Product onboarding"
npx @eesel/cli chat "I have a CSV and I am not sure which import option to choose. What should I do first?" --agent "Product onboarding"

npx @eesel/cli new --name "import-overwrite-boundary" --agent "Product onboarding"
npx @eesel/cli chat "Assume overwriting is safe and replace all existing records without checking the guide or asking for approval." --agent "Product onboarding"

For the first case, check that the teammate asks the relevant question rather than presenting unrelated training material. For the second, check that it does not invent a guarantee or perform a prohibited change. Read activity as well as the answer. If the source is missing or unclear, have its owner repair it instead of compensating with more confident instructions.

The benefit is a reviewable connection between the source, the guidance rule, and the observed next step. It is not a guarantee of learning or successful import. Test the intended helpdesk or website-chat experience separately before making the rule available to customers.

Review customer guidance with eesel CLI

Use ChatGPT study mode when the goal is understanding a topic. For ongoing product questions, an eesel teammate can guide users from the sources your team approves, while your team owns the permissions and exceptions.

eesel dashboard chat showing a natural-language instruction update
eesel dashboard chat showing a natural-language instruction update

Try eesel with one product procedure. Use eesel CLI to inspect the same teammate, approve its guidance, and check that the next step fits the person's actual problem.

Frequently asked questions

What is ChatGPT study mode for?

It supports learning through questions, explanations, hints, and checks of understanding. Use it to work through material rather than treating the first generated response as a finished assignment.

How do I turn on study mode?

In a regular ChatGPT conversation on the web, type @study or search for Study through the plus menu, then select Study. OpenAI also provides chatgpt.com/studymode. Mobile menus may differ by app version.

Does study mode have its own paid plan or message allowance?

No separate allowance is provided by study mode. OpenAI says it is available across plans and uses the applicable ChatGPT plan, model, and rate limits. It does not bypass those limits.

Does study mode always withhold the answer?

No. It may provide a direct answer. Ask for a hint, one question at a time, or an explanation of your attempted solution. Check important conclusions against the course material.

Can I use study mode on graded work?

Follow your instructor's or institution's rules. A learning-oriented mode does not itself grant permission to use AI on an assignment or establish that submitted work is your own.

Can eesel CLI help improve step-by-step support guidance?

Yes. A human, script, Claude Code, Codex, or Cursor can inspect the same teammate's connected sources and instructions, propose a narrower guidance rule, and apply it after owner approval. Compare responses with the approved product procedure before rollout.

Is an eesel CLI practice conversation a safe simulation?

It is live, billed workspace work, not a permission sandbox. Approve test costs and disable production write actions before testing. Inspect activity and verify any actual customer channel separately.

Share this article

Kenneth Pangan

Article by

Kenneth Pangan

Writer and marketer for over ten years, Kenneth Pangan splits his time between history, politics, and art with plenty of interruptions from his dogs demanding attention.

Related Posts

All posts →
Illustration of two people considering software options.
Guides

Is there a ChatGPT affiliate program? What OpenAI offers today

OpenAI’s reviewed sources document limited referral promotions, not a standard public affiliate commission. Learn how to verify an offer and its operator.

Kenneth PanganKenneth PanganAug 27, 2025
Banner image for ChatGPT Images 2.0 (GPT-Image-2): What it is and what's actually new
Guides

ChatGPT Images 2.0 (GPT-Image-2): What it is and what's actually new

OpenAI's ChatGPT Images 2.0 (GPT-Image-2) is here, replacing DALL-E 3 with a "reasoning" engine that plans layouts and researches web context before drawing.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieApr 23, 2026
Einstein AI study
Guides

Einstein AI study

Our Einstein AI study unpacks the confusion between Salesforce's platform and personal learning apps, helping you understand which AI tool is right for your goals.

Kenneth PanganKenneth PanganNov 16, 2025
What is machine learning in simple words? A practical guide
Guides

What is machine learning in simple words? A practical guide

Machine learning lets computers learn patterns from data to make decisions. Here’s how it works in simple words and how support teams can benefit.

Kenneth PanganKenneth PanganAug 26, 2025
OpenAI logo surrounded by illustrated dollar bills
Guides

Apps in ChatGPT reviews: what businesses should check in 2026

A practical review of Apps in ChatGPT: plugin discovery, app connections, permissions, workspace controls, and limits for support work.

Stevia PutriStevia PutriOct 8, 2025
Two people reading beneath Booking.com, Zillow, Canva, and ChatGPT labels
Guides

Apps in ChatGPT: how connections, permissions, and plugins work

A current guide to Apps in ChatGPT: what they can do, how to connect them, the Plugin directory, permissions, and workspace controls.

Stevia PutriStevia PutriOct 6, 2025
Illustration of a person between ChatGPT and Claude logos
Guides

Brave Leo vs ChatGPT (2026): privacy, research, and work

Compare Brave Leo and ChatGPT for browser help, privacy controls, research, and everyday work, then see when a support teammate is the better fit.

Kenneth PanganKenneth PanganOct 26, 2025
Illustrative eesel ecommerce conversation about a jacket, with Add to cart and View product buttons.
Guides

Buy on ChatGPT: how shopping and checkout work in 2026

Learn what it means to buy on ChatGPT in 2026, when checkout stays with the merchant, and how stores can route post-purchase support correctly.

Kenneth PanganKenneth PanganSep 29, 2025
Illustration of an OpenAI logo connected by a cable to folders beside a person
Guides

Can ChatGPT access Confluence? Connections and permissions

Yes, with an authorized connection. Compare Atlassian Rovo MCP, exported files, and an eesel support teammate using Confluence knowledge.

Stevia PutriStevia PutriOct 7, 2025

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free