MkDocs Chatbot Plugin¶
Overview¶
Tired of endlessly scrolling through documentation to find what you need?
Mkdocs-chatbot transforms your docs into an interactive, AI-powered chat experience — so you get instant answers, personalized guidance, and a smarter way to explore content. Say goodbye to frustration and hello to effortless discovery!
Installation¶
Install the plugin:
1 | |
1 | |
Add the plugin to your mkdocs.yaml configuration:
1 2 3 | |
Quick Start¶
The plugin requires a backend chat application to function. The plugin itself only provides the frontend interface (chatbot button and iframe). You need to:
- Set up a backend chat service that embeds your documentation and connects to an LLM
- Configure the
urlparameter to point to your backend service
For detailed information on backend requirements, setup instructions, and how to interface with the plugin, see the Backend Setup Guide.