Research
A mode in the Claude apps where Claude runs many searches in parallel, decides what to investigate next, and returns a cited report rather than an answer.
Last verified August 21, 2026 · 3 sources
Ask a normal question and Claude answers it. Turn on Research and something different happens: Claude plans an investigation, spawns parallel agents to search simultaneously, reads what comes back, decides what it still does not know, and searches again — until it can write a cited report.
Why it is worth understanding architecturally
Research is the most visible consumer-facing use of the same idea as subagents in Claude Code: a lead agent delegating to parallel workers, each burning its own context on a slice of the problem and returning conclusions rather than raw material.
Anthropic’s published engineering account reports that a multi-agent system with Opus 4 leading and Sonnet 4 subagents outperformed single-agent Opus 4 by 90.2% on their internal research evaluation. That number is from that specific evaluation on that model generation — treat it as evidence the architecture matters, not as a figure to quote about current models.
What it can search
The web, Google Workspace, and any connectors you have enabled. With Workspace connected it can search email, review documents and read calendar commitments — which is exactly the capability worth thinking about before enabling it on a work account.
What it does not do
- Not on the Free plan.
- Not on the API. Research is a Claude apps mode. To build something comparable you assemble it from tool use, the web search server tool and your own orchestration.
- Not fast. It is doing many searches; that is the point.
- Not immune to bad sources. It cites what it found. Citation is provenance, not verification.
Plan availability
Anything left blank is not documented publicly, not a claim that it is unavailable. Compare every feature at once in the availability matrix.
- FreeNot available
- ProIncluded
- MaxIncluded
- TeamIncluded
- EnterpriseIncluded
- APINot available
Sources
- 01Use research on Claude — Anthropic Help CenterOfficialsupport.claude.com
- 02Claude takes research to new placesOfficialanthropic.com
- 03How we built our multi-agent research systemOfficialanthropic.comThe engineering account of the multi-agent architecture behind it.
Page changelog
- VerifiedAvailability confirmed as paid plans on web, desktop and mobile.