Hey @brahimh , what you are asking of is rather a feature of Form node. Perhaps you could ask the customer to go to the specific URL and fill in the form. Moreover, the URL could have a query parameter reflecting the current session ID as in ?sessionId=abc123. This parameter will be included in the JSON holding the submitted data. Thus, you will be able to link the chat session back to the submitted form data.