Try:
What refrigerant does the QG use?
Hur fungerar bortalΓ€get?
What is the heating curve?
Vad betyder +2 i huset?
How do I bleed the system?
What is SmartControl?
How this connects to the live wiki later
In demo mode the page first calls askLiveWiki(question), which returns null, so it
falls back to the built-in snapshot. To go live, replace that one function with a fetch() to your
retrieval endpoint over wiki/ (or an LLM given the wiki as context). Return
{ answer, source } and the UI renders it exactly the same β just with a green Live badge.
The whole hook is one commented function near the top of this file's script. Nothing else has to change.