diff --git a/README.md b/README.md
index 8d5c62dd..aa0021b8 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,42 @@
-PEV2: A VueJS component to show a graphical vizualization of a PostgreSQL execution
-plan.
+PEV2: A VueJS component to show a graphical vizualization of a PostgreSQL execution plan.
+
+# Features & Screenshots
+
+## 1. Graphical Plan Visualization (Main View)
+The core interactive tree visualization showing query execution flow, node execution stats, settings and operational details.
+
+ A tabular, sortable grid listing of plan nodes, making it easy to identify the most resource-intensive operations at a glance. Detailed performance analytics, planning/execution timelines, triggers, and memory or I/O timings. Select your preferred AI engine (Google Gemini, OpenAI, Anthropic, or local Ollama) and configure endpoints and API keys stored securely in your browser. The AI assistant active analysis spinner screen when reading the execution plan and checking optimal tuning actions. Custom formatted markdown report with actionable index recommendations, bottlenecks outline, and query rewrite suggestions. Multiple executions are saved locally, so you can compare the tuning suggestions of different AI models and providers.
+
+2. Sortable Node Grid
+
+3. Plan Execution Statistics
+
+4. AI Engine Configuration & Credentials
+
+5. AI Active Plan Analysis
+
+6. AI Optimization & Recommendations Report
+
+
Configure AI Engine & Model
++ Analyze Postgres execution plans directly in your browser using your preferred AI engine. Configuration is stored locally in your browser. +
+ + +{{ errorMsg }}
++ Click the Analyze Plan button above to ask the AI engine to highlight key bottlenecks, suggest appropriate indices, and provide performance optimization recommendations. +
++ Requesting AI recommendation, analyzing index layouts and query semantics... +
+