๐จ Customize Ask AI Interface in Embedded Analytics

Customize Ask AI Experience lets Ask AI be a native part of your product.
Previously, every embedded portal showed the same default Holistics Ask AI welcome page. Now you can customize:
- Logo - replace the Holistics logo with your own, with granular control over left panel, toolbar, and chat page icons
- Intro headline and body - set your own welcome message with full Markdown support
- Prompt placeholder - guide users with contextual example prompts
- Assistant name - rename "Ask AI" to match your product (shown in the sidebar and top-left corner)
Customization is defined at the embed definition level using AML, giving you version control and per-portal flexibility:
EmbedPortal ecommerce_portal {
ai: {
assistant_name: 'Ask Hooli'
icon: 'https://cdn.example.com/logo.png'
intro_headline: 'Hi, what would you like to know?'
intro_body: @md
## ๐ค Use natural language to ask questions
## ๐ฌ Ask follow-up questions to refine answers
;;
prompt_placeholder: 'Ask me anything, eg: Top 5 products by revenue'
}
}
Visual styling (fonts, colors, borders) will be handled in a future Theming update.
