Adding the Quack AI SDK to your Document 360 help center is just a few simple steps.
Add the following single line of code to your Custom JavaScript editor in Document360.
<script>
(function(q,u,a,c,k,i,o){
q[a] = q[a] || function () { (q[a].q = q[a].q ||
[]).push(arguments) };
i=u.createElement(c);
i.async=1;
i.id = 'quack-license'
i.src="https://sdk.thequack.ai/p/verify.min.js"
// for eu use following:
// i.src="https://sdk.thequack.ai/eu/verify.min.js"
i.setAttribute(a,k)
o=u.getElementsByTagName(c)[0];
o.parentNode.insertBefore(i,o);
})(window, document, "quack", "script", <YOUR_TOKEN>);
</script>
Press "Save" top right corner.