Skip to main content
In this guide you will build your first Skill: a simple flow that asks for a name, saves it in memory, and uses it to greet the user.
1

Drag a question node

On your canvas, from the point to the right of the start node, drag your cursor and select the question node. In the text field paste:
pregunta.txt
I am your first skill. What is your name?
In the “Save response as” field, type: name.
2

Connect a text node

Starting from the question node you just placed, connect a text node with the following content:
texto.txt
Hello, {{$memory.name}}
3

Test it on WhatsApp

Don’t forget to save the response from the question node in step 1.
In the upper-right corner, click Test. You can do it from our tester or add your phone number to test directly from WhatsApp.
And that’s it! Building a skill is that easy.