What ChatGPT Is and What It Can Do
ChatGPT is a conversational AI developed by OpenAI. You type a message — called a prompt — and it responds with text. Unlike a search engine that returns links, ChatGPT generates an answer directly. It can write, explain, summarize, translate, code, brainstorm, edit, and more.
Common uses that work well out of the box:
- Drafting and editing emails, essays, and reports
- Explaining complex topics in plain language
- Writing and debugging code in most programming languages
- Summarizing long documents or articles
- Brainstorming ideas, names, or solutions
- Translating text between languages
- Creating outlines, schedules, or to-do lists
Step 1: Create Your Account
- Go to chat.openai.com
- Click Sign up
- Choose your sign-up method: email, Google, Microsoft, or Apple
- If using email, verify your address by clicking the link OpenAI sends
- Complete the brief onboarding (name, date of birth, intended use)
You are now on the free plan. No credit card is required.
Step 2: Start Your First Conversation
The interface is a single text box at the bottom of the screen. Type anything and press Enter or click the send button.
Start with something simple to get a feel for it:
- "Explain what machine learning is in plain English."
- "Write a short thank-you note for a job interview."
- "What are five ways to make a habit stick?"
ChatGPT responds immediately. The response streams word by word — you will see it typing in real time.
Step 3: Choose the Right Model
At the top of the chat, there is a model selector. Default options:
- GPT-4o mini — Free tier default. Fast, capable for everyday tasks.
- GPT-4o — Plus plan. Stronger reasoning, better for complex tasks.
- o1 / o3 — Plus or Pro plan. Designed for multi-step reasoning and hard problems.
For most everyday tasks, GPT-4o mini works fine. Switch to GPT-4o when you need higher quality output or are working with a complex project.
Step 4: Use Attachments and Files
You can drag files into the chat window or click the paperclip icon to upload:
- Images — ChatGPT can describe, analyze, or read text from photos
- PDFs and documents — Paste content or upload files for summarization or Q&A
- Spreadsheets — Upload CSV or Excel files for data analysis (Plus plan required for Advanced Data Analysis)
- Code files — Upload source files and ask ChatGPT to review or modify them
File uploads are only available for the current conversation. They are not permanently stored.
Step 5: Write Better Prompts
The most important skill in using ChatGPT is writing clear prompts.
Bad prompt: "Help me with my presentation."
Good prompt: "Help me create a 10-slide presentation outline for a product demo aimed at non-technical executives. The product is a B2B inventory management software. Each slide should have a title and 2–3 talking points."
Rules for better prompts:
- Be specific about what you want
- Give context — who is the audience, what is the goal
- Specify format — list, paragraph, table, numbered steps
- Set length — "in 50 words," "one paragraph," "at least 500 words"
- Give examples — "write it like this: [example]"
Step 6: Use Custom Instructions
Custom Instructions tell ChatGPT facts about you that apply to every conversation, so you do not repeat yourself.
- Click your account icon → Settings
- Go to Personalization → Custom Instructions
- Fill in two sections:
- What ChatGPT should know about you (your role, expertise, context)
- How ChatGPT should respond (tone, length, format preferences)
Example entry: "I am a software engineer at a startup. I prefer concise, technical answers without lengthy preambles. When writing code, use Python unless I specify otherwise. Do not add disclaimers unless safety is genuinely at risk."
Step 7: Manage Your Conversations
- New chat — Click the pencil icon or "New chat" in the sidebar to start fresh
- Search history — Use the search bar in the sidebar to find past conversations by keyword
- Archive — Right-click any conversation to archive it, removing it from the sidebar without deleting it
- Share — Click the share icon in any conversation to generate a public link others can view
- Delete — Right-click and delete to permanently remove a conversation
Conversations are stored indefinitely until you delete them.
Common Mistakes to Avoid
- Accepting the first response as final — Always read the output critically. Ask ChatGPT to revise, expand, or correct if the first answer is not quite right.
- Vague prompts — "Write something about marketing" produces generic output. Specificity is the single biggest lever for quality.
- Sharing sensitive data — Avoid passwords, private financial details, or confidential work materials unless your company has an approved ChatGPT Enterprise setup.
- Assuming it knows current events — The free model has a training cutoff and no live internet access. For real-time information, enable browsing (Plus) or verify facts independently.
- Starting a new chat for every follow-up — ChatGPT understands the full context of the current conversation. Continue in the same chat to build on previous exchanges rather than re-explaining everything in a new one.
Quick Reference: What to Use ChatGPT For
| Task | How to prompt | |------|--------------| | Summarize a document | "Summarize this in 5 bullet points: [paste text]" | | Write a draft | "Write a [type] about [topic] for [audience]" | | Fix code | "This Python function returns an error. Find and fix the bug: [paste code]" | | Explain a concept | "Explain [topic] as if I have no background in it" | | Generate ideas | "Give me 10 ideas for [goal], be creative and avoid clichés" | | Edit my writing | "Improve the clarity and tone of this paragraph: [paste text]" |