diff --git a/docs/my-website/docs/debugging/hosted_debugging.md b/docs/my-website/docs/debugging/hosted_debugging.md
index 0d1846266..17dcebe96 100644
--- a/docs/my-website/docs/debugging/hosted_debugging.md
+++ b/docs/my-website/docs/debugging/hosted_debugging.md
@@ -8,20 +8,22 @@ LiteLLM offers a UI to:
## Getting Started
-Make a `litellm.completion()` call 👉 get your debugging dashboard
+1 Step:
+* Make a `litellm.completion()` call 👉 get your debugging dashboard
-Example Code - Normal `litellm.completion()` call:
+Example Code: Regular `litellm.completion()` call:
```python
from litellm import completion
messages = [{ "content": "Hello, how are you?" ,"role": "user"}]
response = completion(model="gpt-3.5-turbo", messages=[{"role": "user", "content": "Hi 👋 - i'm openai"}])
```
-### Output with dashboard
+## Completion() Output with dashboard
All `completion()` calls print with a link to your session dashboard
+Example Output from litellm completion
```bash
Here's your LiteLLM Dashboard 👉 https://admin.litellm.ai/88911906-d786-44f2-87c7-9720e6031b45
JSON: {