Document 360

Adding the Quack AI SDK to your Document 360 help center is just a few simple steps.

Step 1

Go to Settings

Step 2

Go to "Custom CSS & JavaScript"

Step 3

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>

Step 4

Press "Save" top right corner.

Last updated

Was this helpful?