Please use the below checklist to follow the steps to make sure Bakstage.AI is live on your application.

1. Access Your Admin Dashboard


2. Install the Bakstage.AI Widget

Detailed instructions are here

Generic Widget Code Template

<script defer type="text/javascript">function initWebWidgetConfig() {if (window) {window.bakstageAppId = "YOUR_WIDGET_ID";window.bakstageSettings = { widgetId: "YOUR_WIDGET_ID" };}} initWebWidgetConfig(); </script> 
<script defer type="text/javascript" src="<https://app.bakstage.me/inject/web-widget-bakstage.js>"></script>

Important: The above is only a template. For your live website, copy the exact widget code from your Bakstage.AI dashboard.

Check

Common Gotchas