This index allows Large Language Models, AI assistants, and automated agents to read, query, and cite the Volkswagen Jetta MK6 workshop documentation directly without hallucinations.
/llms.txt (Standard AI Context)
High-level structured overview following the /llms.txt standard. Includes technical specifications, torque values, manual URLs, and query guidelines.
/llms-full.txt (Exhaustive Hierarchy)Complete hierarchical Table of Contents across all 11 manuals (every chapter, repair group, and page number).
/api/llm/query?q={search_term}&limit=10
Executes a full-text search against the SQLite FTS5 index and returns ready-to-inject Markdown snippets with exact page numbers and diagram callouts.
curl "http://100.109.125.101:8000/api/llm/query?q=spark+plug+torque"
/api/llm/page/{manual_id}/{page_num}
Returns the complete extracted text and parsed diagram legends of a specific page in clean Markdown format.
curl "http://100.109.125.101:8000/api/llm/page/1/60"
/api/page_svg/{manual_id}/{page_num}
Returns raw vector SVG graphic of any diagram or wiring diagram page.