Clients wants to update Knowledge base themselves
# 🤝help
s
Hi all, I was wondering if anyone knows how I could set up the Kb in such a way so that if the client has a change in their business operations, they can update it in a place themselves, and it'll automatically update the chatbot's knowledge. They want to be able to do this without my manual intervention. I know if it was a live website, that'd be the best way to do it but this info they don't want to have on their website. Is there a way to do this so that they can easily update the KB document on their end, then it auto updates the KB of the chatbot? I've tried a google doc and public link but that didn't work
b
ask them to make a website on google sites for free and update their kb over there , and now you insert that website url to your bot kb
if you have any more doubts regarding managing the clients subscription and all , you can text me , i can help you in managing that :}
s
Thank you!
I've tried setting this up now and the content worked. However, when I make a change on the web page, it isn't updating the chatbot's knowledge. Is this because it hasn't indexed the page? Does it need to re index every time the content on the page is updated? I'm trying to set this up so that all the client needs to do is update the page and then from there, the chatbot's knowledge is updated
b
so when the client is doing changes in gogle sites , its not reflecting in bot kb ? is that right ?
f
The search machine, like Bing, has to index it again, which it doesn't do that often, when there is little to no traffic on the website.
You could look into using a Google Sheet and then updating a table.https://discord.com/channels/1108396290624213082/1228087340321214654
s
Interesting so with this, the client could update the google sheet and then that would automatically update the answers in the table?
w
Yes that’s it ! The sync is made just by using the “update” button in google sheet that executes the code in app script
2 Views