Embed
enable your customers to chat with data & visualize insights
Last updated
enable your customers to chat with data & visualize insights
Last updated
You can embed Dot directly in your web app via an Iframe and configure parts of the UI with the following parameters.
hideSideNavigation=true
hides the complete left side navigation (default false)
hideHelp=true
hides the little help dongle at the bottom right (default false)
hideShareButton=true
hides the ability to share a conversation (default false)
hideTitle=true
hides the title of a conversation (default false)
uiMode=dark
specify either dark
or light
mode of the UI (default system)
hideExplanation=true
hides full logs button & explanation tab
minimizeProgess=True
only show 'thinking' as progess when waiting for an answer
primaryColor=%23c700c7
styles important action elements (e.g. chat input + button) according the specified color
the color is a hex code with the url encoded #c700c7
Full example url
If you want to automatically login your users, you can pass the access_token parameter into the url
access_token=eyJhABCDE123456789IsInR5cCI6IkpXVCJ9.eyJzdWIiOiJrb2xhFGHIJ67890bGVkLnNvIiwib3JnX2secret2xlZC5zbyIsImV4cCI6MdotKL09876H0.spR-XrXTtDOTP54321ZWWchwR0x_S8W_juPVh8k
The token can be obtained per user using the api/auth/token endpoint.
Questions? Get Support!