Giving the chatbot context based on the site

Hello,

i want to use Rasa for a Chatbot-project I am currently working on.

For the project, it is important that the chatbot can work with the context of the site from which it is currently accessed. For example, for the input “I don’t know what to do” if the input is given on site A the answer must be “click the green button” on site B the answer must be “click the blue button”.

Does Rasa support this concept, maybe through parameters which i could later give through the REST-API? I am currently looking through the learning resources provided but could not find an answer yet.

Thanks in advance

Exactly that :slight_smile: This is the only way of communication between your app and Rasa.

At initialization, you can set slots via a hidden message from the user to Rasa via REST, e.g. whether or not the green button is on the page.