VW Jetta MK6 1.4L TSI + 09G Auto
← Back to Portal 📄 View Raw /llms.txt

🤖 LLM & AI Agent API Index

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.

Vehicle
VW Jetta MK6 (2010–2018)
Engine
1.4L TSI (Turbo Gasoline)
Transmission
6-Speed Automatic (09G)
Indexed Volume
11 Manuals (3,791 Pages)

Standard AI Files

/llms.txt (Standard AI Context)

High-level structured overview following the /llms.txt standard. Includes technical specifications, torque values, manual URLs, and query guidelines.

Open /llms.txt
/llms-full.txt (Exhaustive Hierarchy)

Complete hierarchical Table of Contents across all 11 manuals (every chapter, repair group, and page number).

Open /llms-full.txt

Programmatic Endpoints for Agents

GET /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"
GET /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"
GET /api/page_svg/{manual_id}/{page_num}

Returns raw vector SVG graphic of any diagram or wiring diagram page.