How to store and make the chatbot display choice answers or user input?

I’m looking to create a pizza ordering chatbot and for that I would like to keep track of the information the customer chooses as well as display each choice the customer makes. But I can’t find how to do it in the available documentations.

I use Botpress Studio
Capture

Hi @thomas.cheio
What you can do is store the value right after the user chooses it into a variable. So right after the choice field, you can call the built-in function “set variable” and set the type to "temp’ and the variable name as per what you think is suitable.