Amplitude's Guides and Surveys SDK enables you to deploy Guides and Surveys on your website or application.
Installation
npm install @amplitude/engagement-browser
Import Guides and Surveys into your project:
import { plugin as engagementPlugin } from '@amplitude/engagement-browser';
amplitude.add(engagementPlugin());
For more detailed instructions, including how to use this SDK with third-party analytics providers, please visit the official documentation.