diff --git a/docs/guide/index-custom-title-page.html b/docs/guide/index-custom-title-page.html
index b658d28ff..8984cdd87 100644
--- a/docs/guide/index-custom-title-page.html
+++ b/docs/guide/index-custom-title-page.html
@@ -144,6 +144,10 @@
+
+ ℹ️ The
elasticsearch-labs repo contains many interactive Python notebooks for testing out Elasticsearch using the Python client. These examples are mainly focused on vector search, hybrid search and generative AI use cases.
+
+
Explore by use case
diff --git a/docs/sphinx/index.rst b/docs/sphinx/index.rst
index e73ec1392..122970f02 100644
--- a/docs/sphinx/index.rst
+++ b/docs/sphinx/index.rst
@@ -65,6 +65,12 @@ Example Usage
print("%(timestamp)s %(author)s: %(text)s" % hit["_source"])
+Interactive examples
+--------------------
+
+The `elasticsearch-labs `_ repo contains interactive and executable Python notebooks, sample apps, and resources for testing out Elasticsearch, using the Python client. These examples are mainly focused on vector search, hybrid search and generative AI use cases, but you'll also find examples of basic operations like creating index mappings and performing lexical search.
+
+
Features
--------