The Honda Monkey Z125 is the bike that refuses to be taken seriously and is all the better for it — a 125cc air-cooled single wrapped in fat tyres and chrome, a deliberate throwback to the Z50 minibikes people learned to ride on. They get bought, modified, handed down and tinkered with constantly, which means a lot of owners end up nose-deep in the service manual for a job that should take ten minutes. And like every other bike manual on the internet, it lives as a PDF you scroll and squint at.
So the Monkey got the same treatment the Virago and the VFR750F already have: the whole manual behind a chatbot you can just ask. It is live, free, and needs no login:
Ask it the valve clearances, the oil capacity, a torque figure for the axle nut. It answers from the manual only, shows the exploded diagram next to the answer, and keeps the full PDF a click away.
What it actually does ¶
You type a question the way you would ask a mate in the garage. It finds the relevant pages of the manual, quotes the exact figures, and tells you which chapter and page they came from so you can open the PDF to that spot and check for yourself.
A few things it is good at:
- Specs, verbatim. Valve clearances, engine oil capacity, tyre pressures, drive-chain slack — it comes back with the figure straight from the table, not a rounded-off guess, and points you at the page it pulled it from.
- Procedures, in order. Oil and filter changes, valve adjustment, chain and clutch service — it gives the manual’s numbered steps with the warnings and torque values kept in place.
- The diagrams. A service manual is half pictures, and they are the half text cannot replace. When an exploded view or a wiring schematic backs up the answer, it shows up inline next to the step it belongs to.
- Knowing when to shut up. If the manual does not cover something, it says so instead of inventing an answer. It is grounded in the manual and nothing else, so it will not cheerfully make up a torque figure from the internet.
Who it is for ¶
Honda Monkey Z125 owners doing their own spannering. If you are tired of pinch-zooming a PDF on your phone while you have got the engine apart, this is for you — a fast way to find the exact page and figure, with the manual itself one tap away to confirm.
How it is built ¶
This is the same machine I built for the Virago and pointed at the VFR, now pointed at the Monkey, so I am not going to re-run the whole technical story here. The short version: a scanned spec manual is only useful if the numbers survive OCR exactly — a torque figure with a missing digit is not a typo, it is a stripped thread — and that fidelity is the bar the whole thing is held to. Two earlier posts cover how that gets done and how the diagrams end up inline:
- Measuring OCR accuracy for a 1994 service manual RAG — the test that decides whether a corpus is safe to ship.
- The local OCR that scored best, and let the chatbot show the diagrams — turning a scan into clean text plus every figure with Docling + RapidOCR.
The OCR runs locally now: Docling with RapidOCR turns the scanned pages into clean Markdown and pulls every figure out as its own image, no hosted API and no per-page cost. On the Virago ground-truth set it was the most faithful of the local pipelines I tested. As with the VFR, the manual pages live in Cloudflare AI Search’s built-in storage — you upload the documents straight to the search instance rather than wiring up an external bucket and a sync job. Otherwise it is the same build — Cloudflare Pages, AI Search for retrieval, the PDF and figures in R2 — running over a different book.
The honest bit ¶
It only answers from the manual and will admit when it cannot help, which is most of what you want from a tool like this. But it is still a language model. Confirm anything safety-critical — torque values, clearances, fluid types — against the PDF, which is sitting right there in the side panel for exactly that reason. Think of it as a very fast way to find the right page, not a replacement for the manual, and definitely not a replacement for knowing which way to turn the spanner.
Go ask it something: hondamonkey.edestudio.us . If you run a Monkey and it gets something wrong, I want to hear about it.
(The bigger bikes in the other half of the garage got the same treatment too: vfr750.edestudio.us and virago.edestudio.us .)