Search & read the web¶
An agent can reach the public web to look things up and read pages in full, when a question needs current or external information.
What you can do¶
- Search the web (
web_search) — find current information and return the most relevant results. - Read pages (
web_scraper) — fetch several pages at once and extract their clean text. - Stay in control — turn web access off per conversation when you want answers grounded only in your own data.
Example ask
"Find recent reviews of competitor X and summarize them."
What's coming
A dedicated Deep Research mode for extended, multi-source investigations with a cited synthesis. See the Roadmap.