Skip to content
AI

Agentic Search

Agentic search is a search mode where an AI agent breaks down a question into several searches and refines its answer, instead of returning a single list of results.

Instead of a single query, the agent plans a sequence of steps, rephrase the question, check several sources, compare answers, sometimes rephrase again if the result falls short. See also query fan-out.

For a website, this means being consulted several times from different angles during a single user search. Structured, precise content has a better chance of being picked up at each pass the agent makes.