diff --git a/docs/content/concepts/webserver/ui.mdx b/docs/content/concepts/webserver/ui.mdx
index 8ecd938ad4fe2..d205bfe1d278b 100644
--- a/docs/content/concepts/webserver/ui.mdx
+++ b/docs/content/concepts/webserver/ui.mdx
@@ -100,6 +100,30 @@ width={1911}
height={1049}
/>
+
+
+
+### Catalog views (Dagster+)
+
+- **Description**: **Catalog views** save a set of filters against the **Asset catalog** to show only the assets you want to see. You can share these views for easy access and faster team collaboration. With **Catalog views**, you can:
+
+ - Filter for a scoped set of [assets](/concepts/assets/software-defined-assets) in your Dagster deployment
+ - Create shared views of assets for easier team collaboration
+
+- **Accessed by:**
+
+ - Clicking **Catalog** in the top navigation
+ - **From the [Global asset lineage](#global-asset-lineage)**: Clicking **View global asset lineage**, located near the top right corner of the **Catalog** page
+
+
+
+
+
diff --git a/docs/next/public/images/concepts/webserver/catalog-views.png b/docs/next/public/images/concepts/webserver/catalog-views.png
new file mode 100644
index 0000000000000..ebdc25cddcc14
Binary files /dev/null and b/docs/next/public/images/concepts/webserver/catalog-views.png differ