L Loach Docs
Ctrl K

Web fetch

Drop an http:// or https:// URL into a prompt and Loach downloads the page, strips the markup to readable text and appends it to your message as a fenced block. The model sees the contents of the page alongside your question, no separate browser extension needed.

Off by default

Loach is offline-first. Web fetch is the only built-in tool that reaches out to the network on your behalf, so it ships off. Turn it on in Settings → Tools when you want it — or leave it off if you would rather everything stay strictly local.

How it works

When you send a message, Loach scans it for URLs. For each one it finds:

Per-message and per-URL limits keep the prompt manageable. If a single page is huge, only the leading portion of its text is sent; if a fetch fails or times out, a short stub is rendered in its place so the model knows you intended to share it.

Limits

Safety guards