Choosing a Retrieval Mode

Wikantik exposes three retrieval surfaces. Each has a different cost profile and a different sweet spot. Picking the wrong one wastes tokens and produces low-quality answers; picking the right one tends to land the agent on a useful page in one or two calls.

When to use this runbook

Whenever an agent's first instinct is "I'll just call search_knowledge and see what comes back". That works most of the time, but the failure modes are real and the cost of a wrong second call is high. Use the frontmatter steps block as the contract; this body explains the why behind each step.

Context

Walkthrough

The frontmatter steps are the canonical sequence. A few elaborations:

Pitfalls

The frontmatter pitfalls list captures the failure modes worth internalising. The chaining-budget pitfall (≤ 3 calls) is the most expensive to violate — agents that loop "search again with a different phrasing" routinely burn 15+ retrieval calls without improving the hit set.