In your first node, add a capture card of type "Person Name", then provide the question (something like "Hello, what's your name?"), then create a variable to store the name (such as "name").
In subsequent nodes/cards, you can display the first name with {{workflow.name.first}}.
Hope this helps.