BrixaHelp Center

Install the Website Concierge on Your Website

Add the Brixa Assistant snippet to your hotel website after you have enabled and saved Brixa Concierge. This article covers safe placement, a production example, and what to do after a widget key changes.

Copy the current snippet from Brixa

In SalesBrixa Concierge, select the hotel and use Copy snippet. Give the copied snippet to the person who manages your website. Do not reuse a snippet from another hotel or an old document; each hotel needs its current widget key.

Production snippet

For a production website, the snippet has this form. Replace <widget key from Brixa Concierge> with the current key copied from Brixa.

<script> window.__BRIXA_ASSISTANT_CONFIG__ = { widgetKey: "<widget key from Brixa Concierge>" }; </script>

<script async src="https://assistant.brixa.ai/loader/brixa-assistant.js"></script>

Place it on the website

Add both script tags to every page where guests should be able to use Brixa Assistant. They can go in the page head or body. Keep them in the order shown: the configuration script must come before the loader script.

Do not change the property name or add other settings to the configuration. Use the copied snippet as it appears in Brixa, with the current widget key.

Test before publishing widely

  1. Open a page from an allowed website origin in a private browser window.
  2. Check that the Brixa Assistant chat option appears in the position you chose.
  3. Open the chat and send a simple guest question.
  4. Confirm that the conversation appears in the selected hotel's Brixa inbox.
  5. Review the greeting, suggested questions, color, and placement on desktop and mobile.

If the chat does not appear, first confirm that the exact website origin is listed in Brixa Concierge and that the page uses the current copied snippet. For configuration help, see Configure the Website Concierge. If it still does not appear, contact Brixa support with the website address and a screenshot.

After you regenerate a key

A regenerated widget key replaces the previous one. Copy the new snippet from Brixa Concierge and update every page that uses the old snippet. Test each website again after publishing the change.