Using both Quriobot and Provide Support!
So, although we have a live chat option in Quriobot you can use the best of both worlds!
Meaning that you use Quriobot to start your Provide Support widget if a user wants to talk to a live person!
Step 0: In this explanation, I already assume you have a Quriobot running on your website.
Step 1: Include the Provide Support installation code in your website, but without the part in red, you will need it later:

Step 2:Â We will make use of the Script Chat:

function() {
quriobot.hide_frame();
setTimeout(function(){
document.getElementById("botbutton").classList.remove('show');
}, 1000)
var seULIW=document.createElement("script");seULIW.type="text/javascript";var seULIWs=(location.protocol.indexOf("https")==0?"https":"http")+"://image.providesupport.com/js/1vxwrvij9rqfl1r9d7jd38nh0t/safe-standard.js?ps_h=ULIW&ps_t="+new Date().getTime();setTimeout("seULIW.src=seULIWs;document.getElementById('sdULIW').appendChild(seULIW)",1)
}
Note that we’ve used the part of the Provide Support code previously marked with red in this code.
Enjoy!!