Hi, well I’m a complete noob when it comes to rasa. I’m working on a chatbot for my college where I can answer questions for people who may have queries related to any courses and whatnot. I have a custom action that inserts user’s questions into a MySQL DB the reason I did this was to get some training data for the bot so. After I did that, I created an intent in my NLU called course_inquiry and I only picked out questions from one course. So far I have extracted 2 entities for all my examples how can I use these entities to query my DB to get a response and also any tips on how to store my data would help
Thank you for your time
P.S: I’m really sorry if this was a question that was already asked or if it’s an outright dumb question
Edit: some example code/git repo would really help