Everything you need to integrate, configure, and optimize your support ticket workflow
Sign in to Ladybug and create a new project.
Add your domain to the whitelist in the project settings. The widget will only load on whitelisted domains.
Add the widget script to your site and configure user identification
<script
src="https://ladybug.hack2026.gov.sg/widget.js"
data-project-id="your-project-id"
></script>Add CSS classes to mask or hide sensitive content in screenshots and recordings
Use CSS classes to control how sensitive data appears in screenshots and recordings:
ladybug-mask — replaces text with asterisksladybug-block — hides elements entirelyladybug-ignore — excludes user interactions from video recordings<!-- Mask: text is replaced with *** but element remains visible -->
<div class="user-profile">
<p>Email: <span class="ladybug-mask">john@example.com</span></p>
<p>SSN: <span class="ladybug-mask">123-45-6789</span></p>
</div>
<!-- Block: entire element is removed from capture -->
<div class="ladybug-block">
<h3>Admin Panel</h3>
<p>Internal notes and debug info...</p>
</div>
<!-- Ignore: element visible, but keystrokes not recorded in video -->
<input class="ladybug-ignore" type="password" />Ladybug uses AI to automatically categorize incoming tickets, saving your team time and ensuring consistent organization.
• Write clear tag descriptions: Help the AI understand when to apply each tag by providing detailed descriptions
• Use AI-generated descriptions: Click the sparkle icon when creating tags to let AI suggest an optimal description
• Review confidence scores: The AI assigns confidence scores (50-100). Lower scores may need manual review
• Train over time: Monitor auto-tagged tickets and adjust tag descriptions to improve accuracy
Connect Ladybug to your existing tools to automate your support workflow. All connectors are configured per project in the Connectors settings page.
Send acknowledgment emails when tickets are submitted
Sends a notification email to the configured addresses whenever a new ticket is created, including ticket details and a link to view it in Ladybug.
Automatically create Zendesk tickets from Ladybug submissions
Creates a new Zendesk ticket for each Ladybug submission, including the title, description, attachments, and any applied tags. All tags from Ladybug are automatically added to the Zendesk ticket.
AI-powered suggested responses from your documentation
When viewing a ticket, you can click "Suggest Response" to let AI search your GitBook documentation for relevant information. The AI will:
Pro Tip: The GitBook integration uses MCP (Model Context Protocol) to intelligently search your docs. Keep your documentation well-organized with clear headings for best results.
Create your first project and start collecting better support tickets today
Go to Dashboard