diff --git a/docs/course/agents/01-introduction.mdx b/docs/course/agents/01-introduction.mdx
index f02853b52..e90094fdd 100644
--- a/docs/course/agents/01-introduction.mdx
+++ b/docs/course/agents/01-introduction.mdx
@@ -51,6 +51,18 @@ This course is perfect for:
- Anyone who wants to understand and use AI agents in practical ways
Let's begin our journey into the fascinating world of AI agents!
+
+
+
diff --git a/docs/index.mdx b/docs/index.mdx
index 066678385..7f83e02b1 100644
--- a/docs/index.mdx
+++ b/docs/index.mdx
@@ -270,6 +270,19 @@ agents.start()
+## Playground
+
+
+
## AI Agents Flow
```mermaid
diff --git a/docs/introduction.mdx b/docs/introduction.mdx
index 4944ad817..f08a850c0 100644
--- a/docs/introduction.mdx
+++ b/docs/introduction.mdx
@@ -312,6 +312,19 @@ agents.start()
+## Playground
+
+
+
## Key Features
diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx
index 3bcc9255d..1e71be708 100644
--- a/docs/quickstart.mdx
+++ b/docs/quickstart.mdx
@@ -238,6 +238,19 @@ agents.start()
- For other LLM providers, see [Models](/models)
+## Playground
+
+
+
# Advanced
## Providing Detailed Tasks to Agents (Optional)