Skip to content

Quick Start

This guide will help you collect your first feedback response in under 5 minutes.

Prerequisites

  • A HappyPanda account (sign up here)
  • A website or web application to embed the widget

Setup Guide

  1. Create Your Account

    Go to happypanda.ai and sign up with your email. Verify your email address and log in to your dashboard.

  2. Create a Project

    Click New Project on the dashboard:

    • Enter a project name (e.g., “My Website”)
    • Add your domain to allowed domains (e.g., “mywebsite.com”)
    • Click Create Project
  3. Create Your First Survey

    Navigate to your project and click Create Survey:

    • Choose your survey type (we recommend Feedback or NPS to start)
    • Customize colors to match your brand
    • Edit the text and labels
    • Choose launcher icon and position
    • Click Save & Publish
  4. Install the Widget

    Go to Settings and copy your Project ID from the General tab. Add the widget script to your website before the closing </body> tag:

    <script
    src="https://cdn.happypanda.ai/widget.js"
    data-project-id="your-project-id"
    ></script>
  5. Test Your Widget

    Visit your website and click the feedback button. Submit a test response, then check your HappyPanda dashboard to see it appear.

Framework Examples

<!DOCTYPE html>
<html>
<head>
<title>My Website</title>
</head>
<body>
<h1>Welcome to My Website</h1>
<!-- Add HappyPanda before </body> -->
<script
src="https://cdn.happypanda.ai/widget.js"
data-project-id="your-project-id"
></script>
</body>
</html>

Set Up Integrations (Optional)

Connect Slack

Get instant notifications when feedback is submitted:

  1. Go to Integrations in the main navigation
  2. Click Connect on the Slack card
  3. Authorize HappyPanda in your Slack workspace
  4. Choose which channel receives notifications
  5. Save settings

Connect Linear

Automatically create issues from feedback:

  1. Go to Integrations in the main navigation
  2. Click Connect on the Linear card
  3. Authorize HappyPanda
  4. Select your team and default labels
  5. Enable auto-create if desired
  6. Save settings

View Feedback

Once you have feedback:

  1. Go to the Feedback page in your project
  2. View all submissions with filtering and sorting
  3. See individual response details
  4. Track NPS or CSAT scores
  5. Export data as needed

Next Steps