diff --git a/README.md b/README.md
index c1b2d88..a5fb991 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ A starter template for building AI-powered chat agents using Cloudflare's Agent
## Prerequisites
- Cloudflare account
-- OpenAI API key
+- OpenAI API key (Find at [platform.openai.com](https://platform.openai.com/settings/organization/api-keys))
## Quick Start
@@ -227,6 +227,24 @@ Each use case can be implemented by:
3. Extending the agent's capabilities in `server.ts`
4. Adding any necessary external API integrations
+## Screenshots
+
+**Chat Interface**
+
+
+
+**Tool Confirmation Flow**
+
+
+
+**Task Scheduling**
+
+
+
+**Light Theme**
+
+
+
## Learn More
- [`agents`](https://github.com/cloudflare/agents/blob/main/packages/agents/README.md)