diff --git a/README.md b/README.md
index 0a697cd4..7fef4288 100644
--- a/README.md
+++ b/README.md
@@ -107,53 +107,41 @@ Link to the implementation video of the BurnOut application:
## Register
-
+
+- This is the page where a new user can register to use our application. It contains fields like username, email, password, current weight, current height, target weight which the user wants to achieve and the target date. All these fields, once entered, will store in the MongoDB database.
## Login
-
+
+- This is the login page wherein the user can access the functionalities of our application.
## Set User Profile
-
+
+- This is the page where the user can update his profile. The updated profile will update in the MongoDB database and display it in the frontend.
- ## Enter Calories in and burnt
-
+ ## Enter Calories in
+
+- This is the page where the user can enter the calories taken. The dropdown contains various food items and its calories. Once selected, it will update it in the database.
- ## Chatbot
-
+## Check Your Plan
+
+- This is the page where the user can see their history in the form of a bar graph. This graph contains the data from last 7 days. The user can see their progress and can keep a track of how much calories the user needs to burn or intake to achieve their goal within the target date. The x-axis contains the date from last 7 days to the current date and y-axis contains the calories.
+## Adding Friends
+
+- This page contains the list of "My Friends" and "Add friends". Add friends contains all the users who have registered to our application. By selecting the users, they will showup in "My friends" section. The main purpose of this is to share the calories data via email.
-
-
-
-
- ## Check History
-
-
-
-
-
-
- ## Add weight alert
-
-
-
- ## Adding Friends
-
-
-
- ## Enrolling into several programs
-
-
-
+## Enter burnout
+
+- This is the page where a user can enter the calories burnt. The value will be updated to the database.
# Steps for execution
diff --git a/static/img/Your_plan_final.jpeg b/static/img/Your_plan_final.jpeg
new file mode 100644
index 00000000..60017bdb
Binary files /dev/null and b/static/img/Your_plan_final.jpeg differ