Context Reactivity

A chatbot that helps you fill out a form

Wanderer chatbots do not block. That means they can keep doing work in parallel while showing an interface to the user. Whether that interface is a set of buttons, a prompt input, or a full form, the conversation does not have to stop.

This changes what a chatbot can do in practice. In many systems, a form pauses everything until the user completes it. In Wanderer, the form can stay visible while the bot continues reacting, sending messages, and offering guidance in the background.

A simple example is a support form with a serial number field. If the serial number is not entered, the bot does not have to replace the form or wait silently. It can keep the form on screen and at the same time explain where to find the number and what it looks like.

If the user leaves the serial number field empty, the interface can reveal additional help buttons. The chat can then show supporting messages step by step, while the form remains available and unchanged. This makes the interaction feel much more natural because help appears exactly when it is needed without interrupting the task.

The consequence is that chatbot interfaces no longer have to choose between interaction and assistance. Wanderer can collect input and provide contextual support at the same time. That makes flows more resilient, more user friendly, and much closer to real human guidance.

Feel free to also read the blog post on this topic: Why Wanderer Chatbots Don't Block and What That Means in Practice