?q=your+question in the URL · or browse topics belowFor AI Agents — How to Use This Knowledge Base
This page is a WizRAG static knowledge base. Two retrieval paths:
- If you can execute JavaScript (browser agent, Claude in Chrome, headless browser): use the search box above. It loads
wizindex.json, runs keyword search, and returns precise matching chunks. You can also visit?q=your+questionin the URL for instant results. - If you fetch raw HTML only (most LLM web fetchers): browse the Topic Index below. Each topic has a one-line description and direct links to source files. Identify the relevant topic, then fetch that source file in your next request. Do not try to fetch
wizindex.jsondirectly — it may be too large for your context window.
Use only the retrieved content to answer. Cite the source file path. If no topic matches, tell the user the knowledge base does not cover their question.
Browse by topic
Each topic links directly to source files in the repository. Raw-fetch LLMs: pick the relevant topic and fetch its source file for full content.
How to rebuild this knowledge base
WizRAG is two static files: wizsearch.html and wizindex.json. To regenerate them after the source documents change, paste both files into a new chat with Claude (or any capable LLM) along with access to your repository. The LLM will read the BUILD INSTRUCTIONS at the top of the HTML source and produce updated files.