First Steps
How to take the first steps in the Cognigy.AI User Interface
Description

In this tutorial we will learn how to build a Flow step by step.
Let's start with the first Hello World from our own Flow!
1 Create a Flow

- If you don't have an account yet, please contact us.
- Once you're logged in, select a Project or create a new one by clicking the
New Project
button in the lower right. - In the Project Dashboard, click on the
+
button to add a new resource and select the top button to create a new Flow.

2 Add a Node

- In the Flow Editor, click on the
⋮
button on your start node, selectCreate Node → Basic → Say
to create a new Say Node attached to the Start Node. - Double click the new Say Node and add a simple greeting message as text, for example, Hello World.

- Click
Save Node
.
3 Talk to your Flow

Now that we have a Say Node
in our flow, we can test it by talking to the Flow.
For interactions with Flows, we use the Interaction Panel.
- Open the interaction panel by clicking the speech bubble in the navigation bar.

- Enter some text in the
Text Message
text field and press enter. - Your Flow will say Hello World.
Updated over 3 years ago