Worknet is providing an widget that can be added to any HTML website and provide assistance to end users. Use cases include:
- GenAI powered support sites search
- Single point of contact available on every web experience
You'd need to embed the following script to your HTML body.
<html>
<body>
<script>
window.__WorknetWidget = {
isDrawer: false,
width: '400px',
};
</script>
<script src="https://copilot.worknetai.com/widget/v1.js"></script>
</body>
</html>
You can also embed the widget without any configuration as follows.
<script src="https://copilot.worknetai.com/widget/v1.js"></script>
Comments
0 comments
Please sign in to leave a comment.