How to ask a question to user in Build page

Hi! Which is the Question prompt in build page. I wanted to ask user name after the message node and capture user name. How to do it?

Hello Nikhitha,
Welcome to the Kore community.
You have to configure the “Entity node” if you want to capture the inputs from the user.

Please visit: https://developer.kore.ai/docs/bots/chatbot-overview/creating-a-simple-assistant/
Register for online training: Online Training Schedule - Kore.ai

Hello @nikhithasowjanya.kum

Welcome to the Kore community :wave:

You can add an entity node and modify the user prompts to display a question. You don’t need a message node; you can display the question and save the value in the same entity node. Once the user enters their input after the question, it will be stored in that entity. You can access the value entered in the entity using context.entities.entityName. For more details, please visit our Kore.ai XO Platform documentation at the link provided below.