Hosted Experience

Getting Started

5min

Platform 2.0

Within UneeQ's Platform 2.0 admin panel when you access a Persona, you will find a in the top right-hand corner called Start Digital Human

Clicking this link will take you to a test page where you can interact with your digital human

Document image


Click Advanced Options in order to configure the JavaScript you need to add to any page where you wish for your digital human to appear

Document image


Change any of the default options you wish to change, then click Launch

Either Start Digital Human to interact with your character, or click Add this to my own site to retrieve the JavaScript which you will need to add to your website in order to display your digital human (don't forget to whitelist your domain!)

Document image




Complete HTML Example

HTML






Manual Override

By default, adding the JavaScript we provide is all you need to embed a digital human on any website which you own and administrate. If you would like to manually control how the JavaScript is executed - such as delaying the init() function until the user takes some specific action - you need only call this function within your code such as: window.uneeqInstance.init() (or however you instantiate the Uneeq class)

Pay special attention to the ORDER functions are called if you manually call init() Event Listeners must be created before initialization