Enable it
In the Agent Builder, enable Web Search in the Capabilities section. Once enabled, the agent decides when to issue a search based on the user’s question and the agent’s instructions. The search runs, results are scraped, and the most relevant content is passed back into the model context.How a search round works
Each search runs in three stages, managed for you in Cloud:- Search - the agent’s query goes to a search provider that returns candidate URLs.
- Scrape - relevant pages are fetched and the meaningful text is extracted.
- Rerank - a reranker scores results so the model sees the most useful ones first.
When to use it
- Look up release notes or changelogs not in your service.
- Verify a fact against a source the model may not know.
- Pull a public blog post or doc into the conversation for analysis.