Embeddable Widget
H
Hi·March 10, 2026The HelpNest widget lets your customers search your help center from any page on your site.
Installation
Add the following snippet before the closing </body> tag on your website:
<script>
window.HelpNest = { workspace: 'your-workspace-slug' };
</script>
<script src="https://cdn.helpnest.cloud/widget.js" async></script>Replace your-workspace-slug with your workspace slug from Settings.
Self-hosted
Point the script src at your own instance:
<script src="https://your-domain.com/widget.js" async></script>The widget package is currently in development (Phase 3 of the roadmap).
Was this article helpful?