diff --git a/recipes/use_cases/gmail_agent/1.png b/recipes/use_cases/gmail_agent/1.png
new file mode 100644
index 0000000000000000000000000000000000000000..639c905c2cd4ffcf7fe866b43615e3d33001b03a
Binary files /dev/null and b/recipes/use_cases/gmail_agent/1.png differ
diff --git a/recipes/use_cases/gmail_agent/2.png b/recipes/use_cases/gmail_agent/2.png
new file mode 100644
index 0000000000000000000000000000000000000000..e80f894f1c30d15c67f134e2c156269b74825160
Binary files /dev/null and b/recipes/use_cases/gmail_agent/2.png differ
diff --git a/recipes/use_cases/gmail_agent/3.png b/recipes/use_cases/gmail_agent/3.png
new file mode 100644
index 0000000000000000000000000000000000000000..d74b7d49d437290afeed4c6670e18635e6624384
Binary files /dev/null and b/recipes/use_cases/gmail_agent/3.png differ
diff --git a/recipes/use_cases/gmail_agent/README.md b/recipes/use_cases/gmail_agent/README.md
index 38a70d6dc417563e55e5b4b4df7c3055fb403be9..0fe8e57698598622406825f4b5c835df918d17dc 100644
--- a/recipes/use_cases/gmail_agent/README.md
+++ b/recipes/use_cases/gmail_agent/README.md
@@ -66,7 +66,12 @@ It's time to see an agent app in action and enjoy some coding. Below is a previe
 * how many emails do i have from xxx@gmail.com?
 * how about from yyy@gmail.com?
 
-[Here](./examples_log.txt) is a complete example interaction log with Gmagent.
+[Here](./examples_log.txt) is an example interaction log with Gmagent, with some screenshots of the interaction below (the user inputs and Gmagent outputs are after Your ask: and Gmagent: ; what's between ---- are Llama outputs and tool calling results):
+
+![](1.png)
+![](2.png)
+![](3.png)
+
 
 # Setup and Installation
 
diff --git a/recipes/use_cases/gmail_agent/examples_log.txt b/recipes/use_cases/gmail_agent/examples_log.txt
index efccc2cd6f70d80f2a193226862d570eb891b56b..15d01e7dc68b0ed2e453f68e742577cc1441304f 100644
--- a/recipes/use_cases/gmail_agent/examples_log.txt
+++ b/recipes/use_cases/gmail_agent/examples_log.txt
@@ -1,4 +1,4 @@
-python  main.py
+python  main.py --gmail=gmagent_tester1@gmail.com
 Hello! I'm Gmagent, your friendly Gmail assistant. I'm here to help you with any Gmail-related tasks. What can I do for you today? Do you need help checking email, composing a new message, or perhaps something else?
 
 Your ask: do i have any emails with attachments?
@@ -132,14 +132,14 @@ These examples are likely from the report you mentioned, which explores the perf
 
 If you'd like to discuss any specific points or ask questions about these examples, I'm here to help!
 
-Your ask: Draft an email to jeffxtang@meta.com saying working on it and will keep you updated. thanks for your patience.
+Your ask: Draft an email to gmagent_tester2@meta.com saying working on it and will keep you updated. thanks for your patience.
 
 -------------------------
 Calling Llama...
 
-Llama returned: {'function_name': 'create_draft', 'parameters': {'action': 'new', 'to': 'jeffxtang@meta.com', 'subject': 'Update on [Your Project]', 'body': 'Hi Jeff,\\n\\nI wanted to touch base with you regarding [Your Project]. I am currently working on it and will keep you updated. Thank you for your patience.\\n\\nBest regards,'}}.
+Llama returned: {'function_name': 'create_draft', 'parameters': {'action': 'new', 'to': 'gmagent_tester2@meta.com', 'subject': 'Update on [Your Project]', 'body': 'Hi Jeff,\\n\\nI wanted to touch base with you regarding [Your Project]. I am currently working on it and will keep you updated. Thank you for your patience.\\n\\nBest regards,'}}.
 
-Calling tool to access Gmail API: create_draft, {'action': 'new', 'to': 'jeffxtang@meta.com', 'subject': 'Update on [Your Project]', 'body': 'Hi Jeff,\\n\\nI wanted to touch base with you regarding [Your Project]. I am currently working on it and will keep you updated. Thank you for your patience.\\n\\nBest regards,'}...
+Calling tool to access Gmail API: create_draft, {'action': 'new', 'to': 'gmagent_tester2@meta.com', 'subject': 'Update on [Your Project]', 'body': 'Hi Jeff,\\n\\nI wanted to touch base with you regarding [Your Project]. I am currently working on it and will keep you updated. Thank you for your patience.\\n\\nBest regards,'}...
 Draft created with ID: r5930232887125763038
 
 Tool calling returned: r5930232887125763038
@@ -211,14 +211,14 @@ Tool calling returned: None
 
 Gmagent: Email sent.
 
-Your ask: forward the email to jeffxtang@meta.com
+Your ask: forward the email to gmagent_tester2@meta.com
 
 -------------------------
 Calling Llama...
 
-Llama returned: {'function_name': 'send_email', 'parameters': {'action': 'forward', 'to': 'jeffxtang@meta.com', 'subject': 'this is an interesting paper', 'body': '', 'email_id': '1936fce85e88a3ef'}}.
+Llama returned: {'function_name': 'send_email', 'parameters': {'action': 'forward', 'to': 'gmagent_tester2@meta.com', 'subject': 'this is an interesting paper', 'body': '', 'email_id': '1936fce85e88a3ef'}}.
 
-Calling tool to access Gmail API: send_email, {'action': 'forward', 'to': 'jeffxtang@meta.com', 'subject': 'this is an interesting paper', 'body': '', 'email_id': '1936fce85e88a3ef'}...
+Calling tool to access Gmail API: send_email, {'action': 'forward', 'to': 'gmagent_tester2@meta.com', 'subject': 'this is an interesting paper', 'body': '', 'email_id': '1936fce85e88a3ef'}...
 Message forwarded successfully! Message ID: 1936fdd039c68451
 
 Tool calling returned: None