diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000000000000000000000000000000000000..79888534adb23f3cf52fca2887730e9d2fe959a8
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,20 @@
+# Contributing to A&B Toys Inventory Management System
+
+We welcome contributions to the A&B Toys Inventory Management System. By contributing, you can help improve the project and make it more robust. Before you start contributing, please take a moment to read through this guide.
+
+## Contributors
+
+We would like to acknowledge and thank the following contributors for their valuable contributions to this project:
+
+- [hkaur28](https://github.com/hkaur28)
+- [nbagga](https://github.com/nbagga)
+
+## How to Contribute
+
+1. Fork the repository by clicking the "Fork" button on the top right corner of the repository's GitHub page.
+
+2. Clone your forked repository to your local machine:
+
+   ```bash
+   git clone <your_forked_repository_url>
+   cd <your_forked_repository_directory>