diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md
index f10c2b3..0227a64 100644
--- a/CONTRIBUTION.md
+++ b/CONTRIBUTION.md
@@ -63,6 +63,19 @@ We welcome pull requests for bug fixes, features, and documentation improvements
+### 🤝 Steps to contribute to Chatbot
+Our chatbot is built using Botpress, a platform for creating powerful AI agents and chatbots. The conversation flow between users and the bot is manually generated using Botpress and can be improved to be more engaging and interactive.
+Exploring Botpress Studio, [documentation](https://botpress.com/docs/cloud/), and the chatbot itself are the best ways to identify areas for enhancement.
+
+- Raise an issue related to chatbot enhancement.
+- Create your botpress account and export the chatbot configurations to your botpress studio using `.bpz` file present in the project directory.
+- Make your changes and improvements.
+- Export your `.bpz` file having improved configurations and then replace the current `.bpz` file with yours.
+- Raise a PR and detail all the changes you've made (including screenshots, if possible).
+
+For reference: [documentation](https://botpress.com/docs/cloud/) | [video](https://www.youtube.com/watch?v=1EVE2jlFgOc)
+
+
## 🎨 Style Guides
### 📜 Git Commit Messages
@@ -276,4 +289,4 @@ Thank you for contributing to the Diabetes Prediction Website! Your efforts help
## **Happy Contributing 🔥**
-
\ No newline at end of file
+