Form trigger > AI Chat

Hi,

Objective

A Form acting as the structure of a 1st users’ Prompt.

Use case

The user answers questions of the Form
→ this structures a Prompt
→ the AI answers to this 1st prompt
→ then there is a discussion between the user and the Chatbot.

Problem :

I don’t know how to connect the Form with the Chat…

Many thanks in advance !

Information on your n8n setup

  • **n8n version:**1.39
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):**npm
  • **Operating system:**w11

Hi @AyS_0908

not sure what exactly you are trying to build here, but perhaps you could hook up your Form Trigger to the Question & Answer Chain and take it from there?

image

Alternatively you could also set the Chat Trigger to Make Chat Publicly Available and then host or embedd the chat from there.

You can find more on that here: Chat Trigger | n8n Docs

Let us know how you get on! :raised_hands:

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.