Skip to content

Topic hub · 1 guide

When an AI chatbot should refuse to answer

A chatbot on your own site is only useful if its answers are true. This hub covers the mechanism: score every passage against the question, answer only from the pages that scored, attach the page the answer came from, and decline below a confidence floor rather than guessing. DFYe ships that behaviour on by default, and the demo will refuse a question it cannot support.

What this hub covers

  • Retrieval confidence floors
  • Citing the source page
  • Refusal and handoff
  • Measuring invention on your own content

Named across this hub: WordPress, OpenAI, Anthropic, BM25, retrieval-augmented generation.

Put a real answer on every page.

Ask this site's own widget a question and watch it cite the page, or refuse. It is the same plugin, running on the same content you are reading.