How to create our custom questions?

I have a set of questions which I want the bot to ask. In which file do I write the code for it?

(For e.g.

Bot: hi User: hi

Bot: What is an apple? )

In which file do I write down the code to ask the question ‘What is an apple?’

If you have a link for this could you please share it?

Hi, You may find the introduction to rasa at this page It covers how to write a story and the training dialogues. To train the bot, you need to update your domain.yml, nlu.md and stories.md files