diff --git a/frontend/templates/404.html b/frontend/templates/404.html
new file mode 100644
index 0000000..2d2c506
--- /dev/null
+++ b/frontend/templates/404.html
@@ -0,0 +1,471 @@
+
+
+
+
+
+ 404 - Page Not Found | ChatBot
+
+
+
+
+
+
+
+
404
+
+
Oops! Page Not Found
+
+
+ The page you're looking for seems to have wandered off into the digital void.
+ Don't worry, even the best explorers sometimes take a wrong turn!
+
+
+
+
đ¤ What happened?
+
+ The requested URL was not found on this server. This could be due to a
+ mistyped URL, a moved page, or a link that's no longer valid.
+
+
+
+
+
Here's what you can try:
+
+ - Check the URL for any typos or spelling errors
+ - Use your browser's back button to return to the previous page
+ - Visit our homepage and navigate from there
+ - Try searching for what you're looking for
+ - Contact support if you believe this is an error
+
+
+
+
+
+
+
đ¤ ChatBot Application
+
+ You're currently using our ChatBot platform. If you were trying to access
+ a specific chat or feature, please navigate through the main menu or
+ contact our support team for assistance.
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/templates/change_password.html b/frontend/templates/change_password.html
new file mode 100644
index 0000000..182a215
--- /dev/null
+++ b/frontend/templates/change_password.html
@@ -0,0 +1,358 @@
+
+
+
+
+
+ Change Password - ChatBot
+
+
+
+
+
+
+
+
+
+ {% with messages = get_flashed_messages(with_categories=true) %}
+ {% if messages %}
+ {% for category, message in messages %}
+
+ {{ message }}
+
+ {% endfor %}
+ {% endif %}
+ {% endwith %}
+
+
+
đ Security Notice
+
For your security, we require your current password to make changes. Your new password will be encrypted and stored securely.
+
+
+
+
+
+
+
+
\ No newline at end of file