We are building a chat bot to to serve as a ‘frequently asked questions’ chatbot for our Document Management System. A lot of knowledge comes from the exported ClickLearn portal pdf. This does the job but it’s not very scalable, every time we make a change to ClickLearn, we need to re-export the portal and upload it to the knowledge source. It’s also missing a direct link to the ClickLearn page.
I can think of two ways of improving this.
ClickLearn API
Is there a ClickLearn API that I can connect to my chat bot that is able to search through my portal, retrieve answers, and contain a link back to the portal? Potentially leveraging MCP (Model Context Protocol) allowing it to connect to different LLMs, including ChatGPT, Claude or Copilot.
I appreciate that may not be on the short-term roadmap (I think it should be!). So the next best option I can think of is:
Include URL in published PDF
How do I include the URL or UUID of each module in the published ‘Download Full Portal’ pdf? That way I can construct and provide a link in my chat bot.
Is this something you guys are working / thinking about? Keen to hear how other people are integrating ClickLearn into their AI solutions