diff --git a/versioned_docs/version-3.0.0/quickstart/python-microservices.md b/versioned_docs/version-3.0.0/quickstart/python-microservices.md
index e8ed6c27b..17c40d210 100644
--- a/versioned_docs/version-3.0.0/quickstart/python-microservices.md
+++ b/versioned_docs/version-3.0.0/quickstart/python-microservices.md
@@ -1068,7 +1068,7 @@ code={`
-**Step 6: Once you’re done creating the user details, let’s fetch the product details. This will be helpful when placing an order.\*\***
+**Step 6: Once you’re done creating the user details, let’s fetch the product details. This will be helpful when placing an order.**
@@ -1358,6 +1358,10 @@ Use the following link to install the [Chrome Extension](https://chromewebstore.
**Note: This extension works only on the Chrome browser. Make sure you’re using Chrome to try it out.**
+**Also, please verify that the Keploy Chrome Extension is installed and running.**
+
+
+
Once done, Go to [Keploy Enterprise UI](https://app.keploy.io) to try out Keploy API Testing. Once you sign in, you’ll see a dashboard like this:
@@ -2515,10 +2519,22 @@ Paste the cURL commands in the cURL section.
-**Step 9: After generating the test, click the Run Tests button to execute it.**
+**Step 9: After generating the test, click the Run Tests button to execute it. Ensure that Private Mode is turned on before running the tests.**
+
+
+
+**Step 10: After completion, you’ll be able to see the executed test results.**
+
+
+
+**Step 11: To view detailed reports, including test run count, pass/fail status, and other insights, go to the Test Report section.**
+
+
+
+**Step 12: To visualize analytics such as daily API test runs, test activity, and HTTP methods, navigate to the Dashboard section. It provides a complete overview of your testing insights.**
-
+
## Conclusion 🎉
-Well done! You’ve seen how Keploy helps test your microservices without writing any code. You've generated test cases, run tests, and checked coverage—all with just a few commands.
+Well done! You’ve seen how Keploy helps test your microservices without writing any code. You've generated test cases, run tests, and checked coverage—all with just a few steps.