Recommended
Perplexity Basics — Timed Test (2 questions)
No account needed. Answers and explanations arrive when you submit.
What this topic tests
The mix every Perplexity Basics set is built to, and the questions published against it so far. Nothing here is hidden before you start.
| Level | Target share | Published |
|---|---|---|
| Easy | 40% | 0 |
| Medium | 40% | 2 |
| Hard | 20% | 0 |
| Total | 2 |
Perplexity Basics — the theory
Perplexity is an AI-powered answer engine that combines conversational AI with real-time web search to provide sourced, current answers.
Core function. Unlike a chat assistant relying purely on its training data, Perplexity is built around searching the web in response to a query and synthesizing an answer from current sources, presenting the answer alongside citations to where the information came from.
Citations and sourcing. A defining feature of Perplexity is that its answers typically include direct citations to the sources used, allowing users to verify claims and explore the original material rather than treating the AI's answer as the sole source of truth.
Use cases. Perplexity is commonly used for research tasks, fact-checking, and questions where current, up-to-date information matters — areas where a model relying only on its training data (which has a fixed cutoff) would be at a disadvantage compared to a tool that actively searches the web for each query.
Plans and access. Perplexity offers a free tier alongside paid plans that typically provide higher usage limits and access to more capable underlying models for the search-and-synthesis process.
How search-and-synthesize works. The general pipeline is: interpret the question, issue one or more searches, retrieve a set of candidate pages, and generate an answer grounded in what those pages say, with each claim linked back to its source. This is an instance of the broader pattern usually called retrieval-augmented generation, and its important property is that the answer's quality is bounded by the retrieval step. If the search surfaced weak or irrelevant sources, no amount of fluent synthesis will rescue the answer — which is why a well-scoped question tends to matter more here than in a pure chat assistant.
Reading the citations properly. Citations make verification possible; they do not perform it. A cited answer can still misstate what a source says, cite a page that is itself wrong, or attribute a claim to a source that mentions it only in passing. The habit that makes the tool trustworthy is opening the source for any claim you intend to rely on and confirming that it actually supports the sentence it is attached to. Noticing what kind of source it is — primary documentation, a news report, a forum post, marketing copy — is part of that check.
Follow-up questions and threads. Because the interface is conversational rather than a list of links, follow-up questions build on the previous answer, which suits research that unfolds — establishing the basics, then narrowing to the specific case that matters. This is the main practical advantage over a conventional search engine, where each query starts over. The corresponding risk is that a long thread can drift away from the original framing, so returning to a fresh, explicit question is often better than chaining one more follow-up.
Scoping where answers come from. Answer engines typically offer ways to constrain the search — restricting to academic sources, to a particular kind of site, or to a specific set of documents you supply. Using these controls is one of the more effective levers available, because it changes the candidate pool the answer is built from. A question about a research finding answered from academic sources and the same question answered from general web results can produce meaningfully different answers, and the difference is usually the source scoping rather than the model.
Limitations worth knowing. The tool inherits the weaknesses of both halves of its design: search can surface outdated, low-quality, or contested pages, and generation can misread or overstate what those pages say. Topics where sources genuinely disagree are handled less well than topics with settled answers, since a synthesized single answer can flatten a real controversy into false confidence. Very recent events may be covered thinly or inaccurately simply because reliable reporting has not caught up yet.
Asking questions that retrieve well. Because the answer is bounded by what the search returns, phrasing affects results more than it does with a pure chat assistant. Questions containing the specific terminology, product names, versions, or dates that would appear in a good source retrieve better than questions phrased in general terms, since those terms are what the underlying search matches on. Stating the scope you care about — a particular jurisdiction, a specific version, a time range — narrows retrieval before synthesis begins. Asking one thing at a time also helps, since a compound question spreads retrieval across several subjects and tends to be answered thinly on each.
When to use it, and when not to. It fits questions with a factual answer that benefits from current information and where you want to check the sources — comparisons, current specifications, recent developments, unfamiliar terminology. It is a poorer fit for tasks that need no external information at all, such as writing, editing, brainstorming, or reasoning over text you already have, where a general assistant is more direct. It is also not a substitute for authoritative primary sources in professional, legal, medical, or financial contexts, where the citation is the starting point of the work rather than the end of it.
Understanding Perplexity's search-first, citation-focused design is what distinguishes it from a general-purpose chat assistant, and is central to knowing when it's the right tool for a given question.
Sample questions
Three questions from this topic, with the answer and the reasoning shown.
Q1MediumWhat distinguishes Perplexity from a typical chat assistant?
- It searches the web and provides sourced, cited answersCorrect
- It never provides any citations
- It only works offline with no internet access
- It cannot answer any factual questions
Explanation
Ask a plain chat assistant a factual question and you get a paragraph with nothing standing behind it. Perplexity runs a web search first, then returns the answer with numbered links back to the pages it drew from, so the claim and its evidence arrive together. Perplexity's own documentation describes the result as web-grounded answers carrying inline citations in a single call.
Those small numbers are not decoration. Each one is a URL that opens, and opening one is the entire point. It shows whether the sentence came from a vendor's release note, a news write-up, or a forum post where somebody was guessing. That single click is the difference between using the tool for research and trusting it blindly, and it is the habit worth building on day one.
The other options overstate matters in both directions. Citations are a standard part of the answer, not something withheld. Nothing here runs offline, since searching the live web is precisely the mechanism, so a connection is required. And factual questions are the use case it was built around rather than something it avoids.
Q2MediumWhy might Perplexity be preferred over a standard chat assistant for a question about very recent events?
- It actively searches the web for each query rather than relying only on fixed training dataCorrect
- It refuses to answer any factual questions
- It has no knowledge cutoff concerns because it never uses AI models
- It can only discuss historical events
Explanation
A language model's parameters are frozen the moment training ends. Everything it knows was baked in then, so a question about something that happened last week has no answer sitting in the weights, because the event was never in the data. That boundary is the knowledge cutoff. Perplexity closes the gap by searching at the moment the question is asked and handing the retrieved pages to the model, which is why its documentation points to web search for current information, recent news, and questions reaching past training data.
The caveat matters as much as the mechanism. Retrieval makes an answer only as good as the pages retrieved, and a stale post or an early, mistaken report gets cited just as confidently as a correct one. Open the source and check its date before repeating the claim.
Each wrong option breaks somewhere different. Factual questions are answered rather than refused. Models are still very much involved, since retrieval feeds a model instead of replacing one. And recency is the strength on offer here, not a restriction to history.
Practise all 2 questions
Every published question in Perplexity Basics, with its answer and explanation.