diff --git a/docs/my-website/docs/tutorials/cost_tracking_coding.md b/docs/my-website/docs/tutorials/cost_tracking_coding.md
index 29d36fd8d4..11a0d77a4f 100644
--- a/docs/my-website/docs/tutorials/cost_tracking_coding.md
+++ b/docs/my-website/docs/tutorials/cost_tracking_coding.md
@@ -50,6 +50,32 @@ Confirm that LiteLLM is properly tracking requests by checking logs for the expe
Access the LiteLLM dashboard to view aggregated usage metrics and user engagement data.
+#### Summary Metrics
+
+This shows the total cost and successful requests for each coding tool.
+
+
+
+
+
+
+#### DAU, WAU, MAU
+
+This shows the daily, weekly, and monthly active users for each coding tool.
+
+
+
+
+
+
+
+
## How LiteLLM Identifies Coding Tools
LiteLLM tracks coding tools by monitoring the `User-Agent` header in incoming API requests (`/chat/completions`, `/responses`, etc.). Each unique User-Agent is tracked separately for usage analytics.
diff --git a/docs/my-website/img/agent_3.png b/docs/my-website/img/agent_3.png
new file mode 100644
index 0000000000..81cf96070c
Binary files /dev/null and b/docs/my-website/img/agent_3.png differ
diff --git a/docs/my-website/img/agent_4.png b/docs/my-website/img/agent_4.png
new file mode 100644
index 0000000000..2239e70cd8
Binary files /dev/null and b/docs/my-website/img/agent_4.png differ