A built-in Qor tool that lets agents query the Qorven docs at runtime. Semantic + keyword, top-K results.
docs_search is a built-in tool that makes Qorven’s documentation queryable by Qors themselves. Prime + any specialist with docs in its tool allowlist can call it.
When a user asks about Qorven features, install, or config:1. Call docs_search with their question2. Read the top 1-2 results3. Answer using those as the source of truth4. Cite URLs so the user can follow up
If your Qor has web_fetch but not docs_search, it can fetch https://docs.qorven.ai/llms.txt then pick + fetch individual pages. Slower, more tokens, but works without the tool.