Skip to content

Documentation chat bot

← What's newdocumentationwebsite

The website has a chat widget that answers questions about Groundwork from the site’s own documentation: the User Guide, the Administrator Guide, the marketing pages, and a knowledge base that describes how Groundwork behaves in more detail than the guides show. Every statement it makes about Groundwork comes from that material.

It reads a machine-readable copy of the site published on every build, the full text of every page at /llms-full.txt. So an answer reflects the site as it was built. Where the answer came from a page you can open, it links that page.

The site publishes two more machine-readable copies for anything else that reads it: an index of every page at /llms.txt, and each page’s own markdown beside its HTML.

The widget appears only where it can actually answer. A deployment without the pieces it needs shows nothing. It does not show a box that fails when someone types in it.

How to try it

  1. Open any page on the website.
  2. Ask it something you would otherwise search the guides for.
  3. Follow the link in the answer to the page it drew on.

See Documentation for more.