Getting Started with Flows

Create a simple flow, connect the main steps, and test it before real users rely on it.

1

Prerequisites

Before building a flow, make sure the project has what the flow will need:

  • An active project
  • Knowledge base content if the flow will use RAG Search
  • Enough platform credits for testing
  • A configured connector, such as GetCourse, Widget, iframe, or Telegram
2

Create a flow

Open your project and go to Flows. Click New flow, give it a clear name, and choose where it should start:

  • Chatbot Widget
  • iframe
  • GetCourse
  • Prodamus.XL
  • Telegram

Each project can have one active flow for each connector.

3

Build the graph

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.

4

Activate and test

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.

5

Typical first flow

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.