Install the HAIL™ Concierge

Add the following embed code to any page using a Squarespace Code Block. This mounts the Concierge interface and activates the selected AI mode.

<div id="concierge-slot"></div>
<script 
  src="https://concierge-henna.vercel.app/embed/concierge.js"
  data-dual="prismatic"
  data-auto="true"
  data-lang="en"
  data-logo="https://YourLogo.png"
  data-theme="light"
  defer>
</script>

Core Settings Explained

data-dual
Controls which AI system is active.
  • "prismatic" → Sets Base. Multi-AI
  • "textology" → Sets Base. Rich Text
  • "quantica" → Sets Base. Mathematics
data-tabs="false"
Controls which AI system is active.
  • "false" → Removes tabs for single base.
data-auto
"true" automatically opens the Concierge on page load. If omitted or set to "false", it appears as a slide-out panel.
data-lang
Sets the default interface language (e.g., "en", "es", "fr").
data-logo
Replaces the default HAIL™ logo with your own brand logo.
data-theme
"light" or "dark" theme styling.

Tip: Use data-dual="textology" for a clean, text-only publishing environment. Use data-dual="prismatic" for enhanced linking and multi-AI synthesis.