# Slots for querying from a database

It will be invoked from the story you will write. The intent of user message will invoke the particular story and your custom action will be invoked as a consequence.

## pandas story
* ask_bill_amount
- action_calculate_bill_amount

# Clear UI when /restart is fired

Hello [@fuih](https://forum.rasa.com/u/fuih)  
I handled it on the javascript side itself. I checked if the message coming from user, either through action or button, is /restart or not. If the message is /restart, I called the botui.message.removeAll.
