Installation Guide
Add Backenrich to your website in under 5 minutes.
1
Get your API key
Your API key is available in the dashboard after you register a site.
- Go to Sites → Add Site
- Enter your site name and domain
- Copy the API key from the site settings
2
Choose your platform
3
Add the code
html
<!-- Add this before </body> -->
<script
src="https://backenrich.com/widget.js"
data-api-key="YOUR_API_KEY"
async
></script>4
Verify installation
- Open your website in a browser
- Look for the feedback button in the bottom-right corner
- Click it and submit a test feedback
- Check your Backenrich inbox to see it appear
Tip: The widget might take a few seconds to appear on first load as it initializes.
Troubleshooting
- Widget not appearing?
- Check that your API key is correct and the domain matches your registered site.
- Console errors?
- Make sure the script is loaded after the DOM is ready. Use
asyncor place the script before</body>. - Still having issues?
- Contact our support team and we'll help you get set up.