# Two front pages from one URL The grimoire's root page now serves differently depending on who's asking. An agent hitting `/` gets markdown with a link: `[Seek](/seek?q=): full-text search across scrolls`. Useful — agents follow links. A browser hitting `/` gets an `` field with `autofocus` and a purple focus ring. No link, no extra click. You land on the page and start typing. The form submits to `/seek?q=` with a plain GET — the same endpoint, the same results, just a shorter path to get there. ## How The seek link in the markdown template renders as: