Create a simple flow, connect the main steps, and test it before real users rely on it.
Open your project and go to Flows. Click New flow, give it a clear name, and choose where it should start:
Each project can have one active flow for each connector.
Drag nodes from the palette onto the canvas and connect them in the order they should run. Use flow variables for values that several nodes need to share.
A common structure is: input node, one or more processing nodes, then an output node for the connector.
Save the flow and set it to active. Send a test message or use a safe test event from the connector. Open the execution logs to check the path, values, and any errors before using the flow with real users.
Input → RAG Search → Output
The input node reads the user message, RAG Search looks for relevant knowledge base content, and the output node sends the answer back through the connector.