diff --git a/docs/docs/administration/playground.mdx b/docs/docs/administration/playground.mdx new file mode 100644 index 000000000..6fe14e73f --- /dev/null +++ b/docs/docs/administration/playground.mdx @@ -0,0 +1,28 @@ +import ThemedImage from "@theme/ThemedImage"; +import useBaseUrl from "@docusaurus/useBaseUrl"; +import ZoomableImage from "/src/theme/ZoomableImage.js"; +import ReactPlayer from "react-player"; +import Admonition from "@theme/Admonition"; + +# Playground + +In Langflow 1.0 alpha, the **Playground** replaces the **Integration Window**. + +The **Playground** offers an interface for interacting with chat flows. + +1. To use the **Playground**, from your **Collections** page, click **Playground** in one of your flows. +The **Playground** window opens. + + + +2. Chat with your bot as you normally would. + +The Playground allows you to run flows without opening them in the flow editor. +This applies to the Langflow store, too - as long as you have your global environment variables set, you can run flows by clicking the **Playground** button. diff --git a/docs/sidebars.js b/docs/sidebars.js index 848400d18..a0e2af3f1 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -40,6 +40,7 @@ module.exports = { "administration/login", "administration/api", "administration/cli", + "administration/playground", "administration/components", "administration/collection", "administration/prompt-customization", diff --git a/docs/static/img/playground-chat.png b/docs/static/img/playground-chat.png new file mode 100644 index 000000000..d2625c28f Binary files /dev/null and b/docs/static/img/playground-chat.png differ