diff --git a/docs/docs/administration/playground.mdx b/docs/docs/administration/playground.mdx
index f67193daa..dec2225c8 100644
--- a/docs/docs/administration/playground.mdx
+++ b/docs/docs/administration/playground.mdx
@@ -6,6 +6,11 @@ import Admonition from "@theme/Admonition";
# Playground
+
+ From the **My Collection** page, 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!).
+
+
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!
@@ -32,11 +37,6 @@ As long as you have a flow properly working, you can interact with it by clickin
-
- 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 window arrangement changes depending on what components are being used.
@@ -61,3 +61,5 @@ When you send a message, under **Memories**, you can view a table of previous in
Langflow allows every chat message to be stored, and a single flow can have multiple memory sessions. This enables you to create multiple “memories” for agents to store and recall specific information as needed.
You can edit and remove previous messages to inspect and validate a model’s response behavior.
+
+For more information, see [Memories](./memories).
diff --git a/docs/static/img/playground-logs.png b/docs/static/img/playground-logs.png
new file mode 100644
index 000000000..3345deb97
Binary files /dev/null and b/docs/static/img/playground-logs.png differ