Rasa ask and the user replay yes or not

Hello! I’m trying to develop a motion activated chatbot. When it’s activated ask a question to the the user that should replay “yes” or “no” to start a form. How can I continue the conversation with more “yes” or “no” answers? For example : “Hello do you want to register ?” stories: -story: register -steps: intent affirm registration_form

How can I ask a second question without re run the registration_form ? It might be a silly question but it will save me time to figure out… Thanks, SC

Can this example help you?

Not really… but probably my question wasn’t very clear. Thanks anyway.