How to Use ChatGPT in 2026: Features, Tips, and Limits
Deep Research, Canvas, Projects, and Operator are the power features. Most users only use 20% of what's available. This guide covers the other 80%.
Most ChatGPT users type a question, read the answer, and close the tab. Deep Research produces citation-numbered reports from multi-source web agents. Canvas turns a conversation into a live collaborative document. Projects preserve context across every session in a workspace. Operator hands a browser to the model and lets it act. This guide covers all of it, with exact limits, tier gates, and the cautions that OpenAI buries in footnotes.
For broader context on the AI tools landscape, see the AI tools hub.
Getting Started: Account, Interface, Model Selection
Go to chat.openai.com. The free tier is available immediately. No credit card required. Take 90 seconds to orient yourself to the interface before your first session.
- Account created at chat.openai.com (free, no card needed)
- Browser or ChatGPT mobile app installed and logged in
- Know your file types (PDF, DOCX, XLSX, PNG, CSV supported)
- Plan chosen: Free / Plus ($20) / Pro $100 / Pro $200 / Business
The interface has four key zones: the chat panel (main conversation area), model selector (top of page, defaults to Auto), Projects sidebar (left rail, persistent workspaces), and memory indicators (visible when memory is active in a Project).
If you are not sure about the platform's capabilities, What Is ChatGPT covers the model history and capability overview.
Choosing a Model
Auto mode routes your prompt to the right model automatically. To select manually, click the model name at the top of the chat panel:
- GPT-5.3 Instant: fast responses; best for quick Q&A and drafting
- GPT-5.4 Thinking: chain-of-thought; best for multi-step reasoning and code review
- GPT-5.4 Pro: highest capability; gated to Pro plans
Tier-gated models display a lock icon on Free and Plus plans.
Plan Overview
| Plan | Key Features | Price |
|---|---|---|
| Free | GPT-5.3 Instant, 10 messages per 5 hours | $0 |
| Plus | All models, Deep Research (10/mo), Canvas, Projects | $20/mo |
| Pro $100 | Deep Research (500/mo), Operator, Pulse | $100/mo |
| Pro $200 | Unlimited Deep Research, Sora video, max Operator | $200/mo |
| Business / Enterprise | Connectors, SSO, admin portal, data policy controls | Per seat |
Source: ChatGPT pricing page
How to Use ChatGPT for Work: Core Workflows
Shifting ChatGPT from reactive Q&A to proactive workflow integration requires moving through a five-step progression. Each step builds on the last and increases the depth of context you bring to the tool.
-
1Basic ChatRole-assigned, format-specified prompts. Click to mark done.
-
2File AnalysisDrag PDFs, spreadsheets, and images for instant analysis.
-
3ProjectsPersistent workspace with memory across all sessions.
-
4Deep ResearchMulti-source citation reports in 5-30 minutes.
-
5OperatorBrowser automation for low-stakes browsing tasks (Pro/Enterprise).
Step 1: Structured Chat Prompts
Assign a role before stating the task: "You are a senior DevOps engineer reviewing a Kubernetes YAML configuration." Add an output format: "Return as a numbered list with severity tags." Vague prompts produce vague output; the model reflects the precision of the input.
Step 2: File Analysis
Drag a PDF, spreadsheet, or CSV into the chat panel. ChatGPT extracts text from documents and runs GPT-Vision on images. Use this to summarize earnings reports, review contracts, or analyze data without copy-pasting content into the prompt.
Step 3: Projects for Recurring Work
Move recurring work into a Project (left sidebar). Name the project, write a system-prompt-style instruction block, upload relevant files. ChatGPT remembers everything in that workspace across sessions.
Step 4: Deep Research for Source Synthesis
For anything requiring synthesis across multiple sources, switch to Deep Research. It runs a multi-step web agent for 5 to 30 minutes and returns a citation-numbered report, not a single-turn summary. See Section 3 for the full workflow.
Step 5: Operator for Browser Tasks
For tasks requiring interaction with external websites or apps, Operator takes control of a browser on your behalf. This is a Pro/Enterprise feature currently in beta. See Section 7 for the full caution set before you try it.
Deep Research: 5-30 Minute Citation Reports
Deep Research is the feature that most directly replaces a research assistant for knowledge work. It runs a multi-step web research agent: browsing multiple sources, synthesizing findings, and returning a report with numbered citations. It is not a fast-answer mode; plan for 5 to 30 minutes per session.
Source: ChatGPT pricing page
If your work involves regular market research, competitive analysis, academic literature review, or regulatory tracking, the Pro $100 plan's 500 sessions per month is the right tier. See ChatGPT pricing plans for the full tier comparison with feature matrices.
How to Use Deep Research (Step by Step)
- Open a new chat or a Project chat where the research context should live
- Type
Use Deep Research:before your query, or click the Deep Research button in the model selector area (Plus/Pro/Business/Enterprise only) - Write a specific research question; treat it like a brief you would hand to an analyst
- Wait 5 to 30 minutes; ChatGPT shows progress indicators as it browses sources
- Review the returned report; citations are numbered inline and listed at the bottom
- Ask follow-up questions to drill into specific findings
Hallucination risk: Deep Research still hallucinates on edge cases. Always verify critical facts against the primary sources it cites. The report is a synthesis starting point, not a final authority.
Best Use Cases
- Market and competitive intelligence with source attribution
- Academic literature synthesis across multiple papers
- Regulatory and compliance tracking across jurisdictions
- Background research before client meetings or RFP responses
Canvas: Collaborative Documents and Code
Canvas activates automatically when ChatGPT detects you are working on a document, report, or code file. You can also trigger it explicitly by asking ChatGPT to "write a report on X in Canvas" or "open this in Canvas."
What Canvas Provides
- Inline edits: select a passage and ask ChatGPT to rewrite, expand, or trim it without affecting the rest of the document
- Version history: roll back to any prior version with one click
- Code execution: run code blocks directly in the Canvas pane to test output before copying
- Export: copy to clipboard or export as Markdown
Practitioner Workflow
Start with a scoped first draft: "Write a 500-word executive summary of Q1 marketing performance in Canvas. Use these three data points: [paste data]." Once the draft opens in Canvas, iterate section by section: "Revise the second paragraph to be more direct. Cut the last sentence."
This iterative refinement inside Canvas produces tighter output than going back and forth in a standard chat thread. For code, ask for a first draft then test inline before moving to your editor.
Availability
Canvas is available on Plus, Pro, and Business/Enterprise tiers. Free tier users have access to Canvas for basic document requests but with reduced editing capabilities.
Projects and Memory: Persistent Context
A Project is a persistent workspace where files, instructions, and conversation history carry over from session to session. This is where ChatGPT shifts from a single-use tool to an ongoing work partner. Memory within a Project is automatic: ChatGPT remembers prior sessions and files without any extra setup.
Setting Up a Project
- Click New Project in the left sidebar
- Name the project ("Q2 Competitive Analysis" or "Client: Acme Corp")
- Add an instruction block (treat this as your standing system prompt)
- Upload relevant files (Plus tier: 25 files max, 512MB per file)
- Start working; all sessions in this project share context automatically
The instruction block is the most underused feature. Write it like a briefing: your role, the project objective, preferred tone and format, and any standing constraints ("Always return data in tables. Do not speculate beyond the provided sources.").
File Limits (Plus Tier)
| Constraint | Limit |
|---|---|
| Files per project | 25 |
| File size | 512 MB |
| Files per 3-hour window | 80 |
| Files per individual message | 20 |
Enterprise tier has different (higher) limits set per org agreement. Source: ChatGPT Help Center
Who Benefits Most
File Uploads and Connectors
Supported File Formats
ChatGPT on Plus accepts: PDF, Word (.docx), Excel (.xlsx), PowerPoint (.pptx), images (PNG/JPG/WebP), code files, CSV, TXT, and JSON. Files are processed two ways: text extraction for documents, and GPT-Vision for images. For structured data (CSV, Excel), ChatGPT can run analysis, generate charts, and write formulas.
Connectors (Business and Enterprise Only)
Tier gate: Connectors are available on Business and Enterprise tiers only. They are not available on individual Plus or Pro plans.
Connectors let ChatGPT search, read, and summarize files from connected services without manual upload. For comparison, the Microsoft Copilot M365 guide covers how the Copilot connector model works in the M365 ecosystem.
To enable connectors in a Business/Enterprise account: an admin enables them in Admin Portal > Integrations, then users authorize the connector from their ChatGPT sidebar.
Pulse: Proactive Briefings
Pulse (launched September 2025) monitors topics you define and delivers overnight summaries without requiring a prompt. Available on Plus and Pro plans. Configure in Pulse Settings: define topics, set a morning delivery schedule. Best for news tracking, competitive monitoring, and regulatory updates.
Computer Use (Operator): What It Can and Cannot Do
Operator gives ChatGPT control over a browser and desktop apps to complete multi-step tasks. The model navigates websites, fills forms, clicks buttons, and reports results without requiring you to touch the keyboard.
OSWorld benchmark: GPT-5.4 scored 75% on OSWorld, making it the first AI system to exceed the human expert baseline of 72.4%. Source: OSWorld Benchmark
How to Access Operator
Operator is available on Pro ($100 or $200) and Enterprise tiers only. Access it via "Operator" in the ChatGPT interface. Describe the task in natural language:
"Go to OpenTable and book a table for two at a highly-rated Italian restaurant near downtown Chicago this Saturday at 7 PM."
Operator navigates the site and reports back. For tasks involving authentication, you authorize once and Operator proceeds.
Start with form-based sites. Operator works best with standard HTML forms: restaurant reservations, simple e-commerce checkouts, job application forms. Avoid JavaScript-heavy single-page apps (SPAs) as your first test: sites like Google Flights use dynamic JS rendering that frequently causes Operator to fail or loop.
Do Not Use Operator For
- Financial transactions requiring accuracy or audit trails
- Medical workflows or clinical decision support
- Legal processes requiring deterministic, repeatable output
- Any compliance-critical workflow
For a direct comparison of autonomous AI capabilities, ChatGPT vs Claude covers how the two platforms approach agentic tasks differently.
Generate Images with DALL-E
ChatGPT includes DALL-E image generation on Plus and Pro plans. Type a description of the image you want and ChatGPT creates it directly in the conversation.
- Describe style, mood, and composition explicitly — for example, "watercolor illustration, warm tones, bird's-eye view"
- Add "no text" if you want a clean image without labels
- Use Edit Image to refine specific areas of a generated image
Prompting Strategies That Actually Work
The gap between mediocre and expert output from ChatGPT is almost entirely in how the prompt is structured. Five techniques that consistently improve results:
1. Role Assignment
Tell ChatGPT who it is before stating the task. "You are a senior DevOps engineer reviewing a Kubernetes YAML configuration." sets a context frame that shapes the vocabulary, depth, and tone of the entire response.
2. Output Format Specification
Specify the format explicitly: "Return as a JSON array." "Respond as a numbered list." "Write a 3-paragraph executive summary." Without this, ChatGPT defaults to prose, which is rarely what structured work processes need.
3. Chain-of-Thought Triggering
For complex reasoning or analysis, append "Think step by step before answering." This improves output quality by making the model surface intermediate reasoning that you can check and redirect. Note: this is a prompt engineering technique; it does not activate GPT-5.4 Thinking mode. GPT-5.4 Thinking is a separate model tier selected from the model dropdown (Pro plans only) and runs regardless of prompt phrasing.
4. Iterative Refinement in Canvas
Do not attempt to get a perfect output in one prompt. Use Canvas for document work. Request a first draft, then make targeted follow-up edits: "Revise section 2 to be more concise." "Replace the third paragraph with the data from the uploaded spreadsheet." Iteration outperforms single-shot prompting for anything over 400 words.
5. Context Injection
For contract review, code review, or data analysis: paste the relevant content directly. "Given this contract clause: [paste], identify any liability terms that expose us to risk." ChatGPT processes up to 128K context tokens (~90K effective). For documents exceeding that, chunk by section.
Frequently Asked Questions
ChatGPT processes your inputs on OpenAI's servers. Free and Plus plans may use conversations to improve models by default. To opt out, go to Settings > Data Controls > Improve the model for everyone and toggle off.
Business and Enterprise plans do not use data for model training. Custom data retention settings are available in the Admin Portal.
AI tools can be genuinely useful for productivity. They can also foster over-reliance. If AI is replacing human connection or becoming a source of emotional distress, please reach out:
988 Suicide & Crisis Lifeline: Call or text 988
SAMHSA Helpline: 1-800-662-4357
Crisis Text Line: Text HOME to 741741
Under GDPR and CCPA, you have the right to access, correct, and delete your data. Submit requests via OpenAI's privacy portal.
Tech Jacks Solutions editorial coverage is independent. We do not receive payment from OpenAI or any vendor for article placement. Where affiliate links exist, they are disclosed explicitly.
This article is subject to the EU AI Act transparency obligations.
- ChatGPT Help Center — OpenAI (accessed 2026-04-29). File upload limits, Projects feature, connector setup, Deep Research guide.
- ChatGPT Pricing Page — OpenAI (accessed 2026-04-29). Deep Research limits per tier, Pulse availability, Operator tier gate.
- OSWorld Benchmark (accessed 2026-04-29). GPT-5.4 75% OSWorld score, human expert 72.4% baseline.