From 054bf256802981000eddf90d69fa631137505a47 Mon Sep 17 00:00:00 2001
From: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
Date: Sat, 22 Jun 2024 21:27:17 -0400
Subject: [PATCH] playground
---
docs/docs/administration/playground.mdx | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/docs/docs/administration/playground.mdx b/docs/docs/administration/playground.mdx
index e1b235444..bad4b8acb 100644
--- a/docs/docs/administration/playground.mdx
+++ b/docs/docs/administration/playground.mdx
@@ -6,13 +6,11 @@ import Admonition from "@theme/Admonition";
# Playground
-In Langflow 1.0 alpha, the **Playground** replaces the **Interaction Panel**.
-
-The **Playground** provides an interface for interacting with flows without opening them in the flow editor.
+The **Playground** is a dynamic interface designed for real-time interaction with agents, allowing users to access and manage memories and monitor the inputs and outputs. Here, users can directly prototype and experiment with their configured components or AI models, making adjustments and observing different outcomes in real-time.
It even works for flows hosted on the Langflow store!
-As long as you have a flow's environment variables set, you can run it by clicking the **Playground** button.
+As long as you have a flow properly working, you can interact with it by clicking the Playground button.
1. From your **Collections** page, click the **Playground** in one of your flows.
The **Playground** window opens.
@@ -34,6 +32,11 @@ As long as you have a flow's environment variables set, you can run it by clicki
+
+ From the "My Collection” page, just click the Playground button in one of your flow cards.
+ It will directly open up a window with that project's Playground, without even showing the flow (this also works for flows hosted on the Langflow Store!).
+
+
## Playground I/O
The Playground's appearance changes depending on what components are in your workspace.