
By Numentica UI
An AI-powered FAQ chatbot plugin for Strapi v5. Integrates an intelligent assistant into your admin panel — backed by OpenAI GPT-4o mini and semantic embeddings — so users can get instant answers from your FAQ content. Includes a built-in admin UI
released June 30, 2026
npm install nui-strapi-chatbot-pluginAn AI-powered FAQ chatbot plugin for Strapi. Drop it into any Strapi project and get an intelligent FAQ assistant in your admin panel.
⚠️ Note: To test the chatbot API, you can use the nui-strapi-chatbot-react package as a simple frontend UI.
# npm
npm install nui-strapi-chatbot-plugin@latest
# yarn
yarn add nui-strapi-chatbot-plugin@latest
# pnpm
pnpm add nui-strapi-chatbot-plugin@latestnpm run build
npm run developStart your Strapi app.
Open the admin panel and navigate to NUI Chatbot Configuration in the sidebar.


gpt-4o-mini and text-embedding-3-small models are available on your account.




npm install nui-strapi-chatbot-plugin@latest
# Then rebuild and restart
npm run build && npm run develop/collections, /usage, /validate-key) require Strapi admin authentication and are not publicly accessible./ask endpoint is public (required by the frontend chatbot widget). In production, apply rate limiting at your reverse-proxy or CDN to prevent billing abuse.Make sure the base domain is set correctly before testing.
Only add FAQ entries to the Chatbot-FAQ collection after providing a valid API key.
If you see a version mismatch during install, run:
npm install --legacy-peer-depsResponse Template

Suggested Questions

AI Instructions
System Instrcutions : Used in realtime querying. Sent while AI creates DB query
Response Tone : Used in the final response sent by AI.
Share your work with the community and get it listed in the Strapi ecosystem for everyone to discover and use.
Submit
