Skip to main content
The official Improvement integration lets you provide feedback on your bot’s responses in the emulator. Your bot can then use that feedback when generating future responses.

Setup

The Improvement integration comes pre-installed on every bot. If you need to install it manually:
You will need:
1
In Botpress Studio, select Explore Hub in the upper-right corner.
2
Search for the Improvement integration, then select Install Integration.
3
In the Configuration menu, select Save Configuration.

Suggesting improvements

You can suggest improvements when chatting with your bot in the emulator:
1
Select Improve Response on any message:
Improve response
2
Enter your feedback and select Re-generate., This will show you a preview of an updated response based on your feedback:
Feedback
The Code section shows you exactly how your bot’s execution will be different after the feedback is applied.
3
If you’re happy with the updated response, select Save as learning.

Managing feedback

Any time you save feedback, it gets added to the Feedback Table as a row:
Feedback
Your bot reads directly from this table when applying your feedback. This means you can modify the table’s rows and columns to modify how feedback is applied. You can also delete a specific piece of feedback by deleting its associated table row.
Last modified on January 27, 2026