To programmatically set the email of the user, add a query parameter to the iframe src, e.g. "https://seedblink.fornax.ai/?email=user@mail.com". The iframe uses postMessage to send messages from the iframe to the parent website when feedback starts and finishes processing. It will send the messages 'FEEDBACK_PROCESSING' and 'FEEDBACK_GENERATED' respectively. To add an event handler for these messages, you can do the following: