Create a flow
Create a Flow
Flows are at the core of BotDojo. A Flow acts as a Function: it takes certain Inputs, processes them, and then produces Outputs. We’re going to walk through how to build a flow to be used as a ChatBot.
To create a Flow, first click on the Flows navigation and then click the New Flow button.
The New Flow dialog will pop up where you will see options to Create Flows from Starter Packs. We are doing this from scratch, so click Blank Flow.
Congrats, you have created your first Flow. Now, let's start building...