window.BeforeQueryWidget.init({
projectId: "proj_xxx",
clientKey: "bq_pk_...",
baseUrl: "https://api.agents.beforequery.com", // optional
position: "bottom-right",
buttonText: "Ask AI",
primaryColor: "#343CED",
viewMode: "modal", // "modal" | "search" | "sidebar"
searchInput: "#my-search-input", // attach to existing input (search mode)
hotkey: "k", // "none" disables
colorScheme: "auto", // "light" | "dark" | "auto"
productName: "Acme Docs AI",
productLogo: "https://example.com/logo.png",
brandColor: "#0070f3",
hideBranding: false, // enterprise plan only
});
window.BeforeQueryWidget.open();
window.BeforeQueryWidget.close();
window.BeforeQueryWidget.destroy();