Recommended
ChatGPT Basics — Timed Test (5 questions)
No account needed. Answers and explanations arrive when you submit.
ChatGPT Basics — the theory
ChatGPT, built by OpenAI, is one of the most widely used AI chat assistants, accessible through a web interface, mobile apps, and various integrations.
Core interaction. Like other AI chat assistants, ChatGPT works through a conversational interface: you type a message, and it responds, with the ability to maintain context across a conversation so follow-up questions build on what was already discussed.
Plans and access. ChatGPT offers a free tier with certain usage limits and access to a subset of available models, alongside paid plans that typically raise usage limits, unlock more capable models, and add features like faster response times or priority access during high-demand periods.
Core features. Beyond plain text conversation, ChatGPT supports file uploads for analyzing documents or images, can browse the web for current information when needed, and can generate images through integrated image-generation capabilities. It also supports custom instructions that let you set persistent preferences for how it should respond across conversations.
Memory. ChatGPT can retain certain details about you across separate conversations, similar in concept to memory features in other AI assistants, so it doesn't require you to re-establish context from scratch every time.
Everyday use cases. People commonly use ChatGPT for drafting and editing writing, brainstorming ideas, summarizing long documents, learning about unfamiliar topics through back-and-forth conversation, and getting help with code. Because it maintains context within a conversation, it's well suited to iterative tasks — refining a piece of writing over several rounds, or working through a problem step by step — rather than only answering single, isolated questions.
Integrations. ChatGPT is also available through official mobile apps, browser extensions, and API access for developers who want to build ChatGPT's capabilities into their own products, extending its reach well beyond the standalone web chat interface.
Conversations and history. Each conversation is saved to a history you can return to, continue, rename, or delete. This makes conversations lightweight containers for distinct tasks: one for a document you are drafting, another for a topic you are learning, another for a piece of code you are debugging. Returning to an old conversation restores its context, which is often faster than re-establishing the same background in a fresh chat — and keeping unrelated tasks in separate conversations keeps each one's context clean.
Working with uploaded material. File uploads change the kinds of questions you can ask: instead of describing a document, you can provide it and ask for a summary, a critique, specific extracted details, or a comparison against another file. The same applies to images — a photographed page, a chart, a screenshot of an error message. The quality of what you get back still depends on asking specifically for what you want, but the assistant is now grounded in your actual material rather than your description of it.
Limits to keep in mind. ChatGPT, like every AI assistant, can be confidently wrong. It can produce plausible-sounding statements that are inaccurate, cite sources that do not exist, or miss recent developments its underlying model does not know about — web browsing narrows but does not eliminate that last gap. The practical rule is to calibrate trust to stakes: brainstorming and drafting tolerate errors easily, while facts that matter — medical, legal, financial, or anything you will publish — deserve verification against a source you trust. Treating the assistant as a fast first draft rather than a final authority is the habit that makes it consistently useful.
Privacy basics. As with any cloud service, it is worth knowing what happens to what you type. ChatGPT provides data controls that let you manage your conversation history and choose whether your conversations may be used to improve its models, and the sensible default with any AI assistant is simply not to paste in secrets — passwords, confidential business data, other people's personal information — that have no need to be there.
Getting better answers. The habits that improve results in ChatGPT are the same ones that work across AI assistants: be specific about what you want and who it is for, state the format you need, give relevant background rather than making it guess, and treat the first response as a draft to refine in follow-up messages rather than a final product. Because the conversation retains context, follow-ups can be short — "make it half the length", "now for a technical audience" — and each round sharpens the result.
Getting comfortable. The fastest way to understand ChatGPT is to use it on a real task you already have: a paragraph that needs tightening, a concept you have been meaning to understand, a plan that needs poking at. A handful of real tasks teaches the boundaries — what it handles easily, where it needs guidance, and when to double-check it — faster than any tour of the feature list. Understanding these basics — what ChatGPT is, how its plans differ, and what its core features actually do — is foundational to using it effectively, and it's exactly what this topic's questions test.
Sample questions
Three questions from this topic, with the answer and the reasoning shown.
Q1EasyWhat does upgrading to a paid ChatGPT plan typically provide?
- Higher usage limits and access to more capable modelsCorrect
- Unlimited free API access with no billing
- Automatic deletion of all conversation history
- Removal of the ability to upload files
Explanation
Paid ChatGPT plans typically raise usage limits and unlock access to more capable models and additional features.
Q2EasyWho develops ChatGPT?
- OpenAICorrect
- Anthropic
- Microsoft
Explanation
ChatGPT is built by OpenAI, the AI research company that also develops the GPT family of models powering it.
Q3MediumWhat do 'custom instructions' in ChatGPT allow you to do?
- Set persistent preferences for how it should respond across conversationsCorrect
- Permanently change the model's training data
- Disable all safety features
- Grant access to another user's conversations
Explanation
Custom instructions let you set persistent preferences for how ChatGPT should respond, applied across your conversations.