// using the api name of your copilot
const COPILOT_API_NAME = 'onboarding';
eucera('when','ready', () => {
eucera('copilot', COPILOT_API_NAME, 'show');
});
// using the api name of your copilot
const COPILOT_API_NAME = 'onboarding';
eucera('when','ready', () => {
eucera('copilot', COPILOT_API_NAME, 'show');
});