diff --git a/serverless/nav/serverless-elasticsearch.docnav.json b/serverless/nav/serverless-elasticsearch.docnav.json
index 7780e611..3aab7f80 100644
--- a/serverless/nav/serverless-elasticsearch.docnav.json
+++ b/serverless/nav/serverless-elasticsearch.docnav.json
@@ -120,6 +120,9 @@
}
]
},
+ {
+ "pageId": "serverlessPlayground"
+ },
{
"pageId": "serverlessDifferences",
"label": "Serverless differences"
diff --git a/serverless/pages/search-playground.mdx b/serverless/pages/search-playground.mdx
new file mode 100644
index 00000000..9181a61a
--- /dev/null
+++ b/serverless/pages/search-playground.mdx
@@ -0,0 +1,19 @@
+---
+id: serverlessPlayground
+slug: /serverless/elasticsearch/playground
+title: Playground
+description: Test and edit Elasticsearch queries and chat with your data using LLMs.
+tags: ['serverless', 'elasticsearch', 'search', 'playground', 'GenAI', 'LLMs']
+---
+
+
+
+Use the Search Playground to test and edit ((es)) queries visually in the UI. Then use the Chat Playground to combine your ((es)) data with large language models (LLMs) for retrieval augmented generation (RAG).
+You can also view the underlying Python code that powers the chat interface, and use it in your own application.
+
+Find Playground in the ((es)) serverless UI under **((es)) > Build > Playground**.
+
+
+ ℹ️ The Playground documentation currently lives in the [((kib)) docs](https://www.elastic.co/guide/en/kibana/master/playground.html).
+
+