Beschrijving
Knowledge Base Chatbot
Beschrijving
Knowledge Base Chatbot helps you curate the exact content you want to use as a “knowledge base” and generates a single Markdown file (llm-knowledge-chatbot.md) that can be consumed by an external chatbot or LLM pipeline.
From the WordPress admin, you can:
- Select content from any public post type that is available in the admin (Pages, Posts, and most custom post types).
- Add selected items to a curated list.
- Reorder the list via drag & drop.
- Regenerate the Markdown file at any time (it is also regenerated automatically after adding/removing items).
The generated file is saved in your WordPress root folder and can be accessed via a public URL such as:
https://example.com/llm-knowledge-chatbot.md
Installatie
- Upload the plugin folder to the
/wp-content/plugins/directory, or install the plugin through the WordPress Plugins screen. - Activate the plugin through the “Plugins” screen in WordPress.
- In wp-admin, open KB Chatbot from the left menu.
- Select the content you want to include and click Add selected.
- Reorder the selected items and click Save order (optional).
- Click Regenerate file to create/update
llm-knowledge-chatbot.md.
FAQ
Where is the Markdown file saved?
The file is saved in the WordPress installation root, using the filename
llm-knowledge-chatbot.md.Does the file become publicly accessible?
Yes. Since the file is created in the web root, it can be accessible at
https://your-site.com/wp-content/uploads/knowledge-base-chatbot/llm-knowledge-chatbot.md(depending on your server configuration).If you need this file to be private, you should restrict access at the server level (recommended).
What content types can I include?
The generator lists public post types that are visible in the admin. This usually includes Pages, Posts, and custom post types created by your theme/plugins (excluding media attachments).
Does this plugin send my content to any external service?
No. The plugin generates a local Markdown file on your server. It does not upload content anywhere by itself.
What permissions are required to use the generator?
Only administrators (users with the
manage_optionscapability) can access the generator and perform actions.The file is not being generated. What should I check?
- Ensure your WordPress root folder is writable by WordPress / PHP.
- Confirm you have selected at least one item.
Beoordelingen
Er zijn geen beoordelingen voor deze plugin.
Bijdragers & ontwikkelaars
“Knowledge Base Chatbot” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
Bijdragers“Knowledge Base Chatbot” is vertaald in 1 locale. Dank voor de vertalers voor hun bijdragen.
Vertaal “Knowledge Base Chatbot” in je eigen taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
1.0.0
- Initial release.
- Admin generator to curate content and create
llm-knowledge-chatbot.md.




