HHelpNest/Integrations/Embeddable Widget
GitHubDashboardDEMO
Integrations·1 min read

Embeddable Widget

H
Hi·March 10, 2026

The 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?

Related articles

REST API

Need more help?

Can't find what you're looking for?

Browse all articles

On this page

InstallationSelf-hosted