diff --git a/docs/v1/introduction.mdx b/docs/v1/introduction.mdx
index 3c470b0f..c2e20bad 100644
--- a/docs/v1/introduction.mdx
+++ b/docs/v1/introduction.mdx
@@ -6,21 +6,30 @@ mode: "wide"
[Give us a star](https://github.com/AgentOps-AI/agentops) on GitHub if you find AgentOps helpful (you may be our 2,000th 😊)
-# AgentOps is your new terminal
-
-
- - • Lose track of what your agents did in between executions
- - • Parsing through terminal output searching for LLM completions
- - • Printing "tool called"
-
-
- - • Visual dashboard so you can see what your agents did in human-readable format
- - • LLM calls are magically recorded - prompt, completion, timestamps for each - with one line of code
- - • Agents and their events (including tool calls) are recorded with one more line of code
- - • Errors are magically associated to its causal event
- - • Record any other events to your session with two more lines of code
- - • Tons of other useful data if you're developing with supported agent frameworks: SDK version
-
+# AgentOps solves what Terminal can't
+
+
+
+ - • Track agents across executions
+ - • Parse out LLM completions from output logs
+ - • Give you insight into what your agents did
+
+
+ - • Record LLM prompts, completions, & timestamps
+ - • Log events, calls, and any other agent activity
+ - • Link agent errors back to their causal event
+
+
+
+And we do it all in just two lines of code...
+
+ ```python python
+ import agentops
+ agentops.init()
+ ```
+
+... that logs everything back to your AgentOps Dashboard.
+
## The AgentOps Dashboard