Skip to content

Smart query understanding

Smart query understanding is Chatevo’s pre-retrieval intelligence layer. It maps to the Intent Analyzer and Query Strategist stages in the three-brain pipeline — deciding what the visitor wants and how to fetch an answer before the Response Synthesizer writes a reply.

CapabilityDescription
Intent routingChooses RAG, tools, hybrid, or direct response
Query rewritingExpands vague questions into search-friendly queries
Tool selectionPicks the right API Request or MCP tool and parameters
Skip retrievalAvoids unnecessary KB searches on greetings or off-topic chat

Without smart query understanding (Free plan), Chatevo still runs RAG when knowledge bases are attached, but does not rewrite queries or intelligently route to tools.

TierPlansBehavior
NoneFreeRAG when KBs attached; no routing or rewrite
BasicStarterIntent routing + basic query rewrite; API Request tools
FullStandard, Pro, EnterpriseFull routing, hybrid docs+tools, advanced rewrite, MCP support

Basic (Starter) — Handles common patterns: “Where is my order?” → tool; “What’s your refund policy?” → RAG. Rewrites short or ambiguous queries before search.

Full (Standard+) — Adds hybrid paths (search docs and call a tool in one turn), better multi-intent handling, and tighter coordination when multiple knowledge bases or tools are attached.

  1. Visitor: “Do you have any deals on laptops this week?”
  2. Intent Analyzer — classifies as product lookup needing live inventory.
  3. Query Strategist (full) — calls get_offers tool with category laptops; skips generic FAQ retrieval.
  4. Response Synthesizer — replies with tool JSON; carousel renders from result_transform.

If the tool fails, full tier may fall back to RAG for static promo copy in the knowledge base.

Smart query understanding respects assistant configuration: