diff --git a/advocacy_docs/edb-postgres-ai/analytics/index.mdx b/advocacy_docs/edb-postgres-ai/analytics/index.mdx
index b1e90b64587..8357cae8cd8 100644
--- a/advocacy_docs/edb-postgres-ai/analytics/index.mdx
+++ b/advocacy_docs/edb-postgres-ai/analytics/index.mdx
@@ -1,19 +1,47 @@
---
-title: Lakehouse analytics
-navTitle: Lakehouse analytics
+title: Analytics Hub
+navTitle: Analytics Hub
indexCards: simple
iconName: Improve
-description: How EDB Postgres Lakehouse extends the power of Postgres by adding a vectorized query engine and separating storage from compute, to handle analytical workloads.
-directoryDefaults:
- displayBanner: "Notice: Since EDB Hosted services have been removed from the Cloud Service, Lakehouse capabilities are now only available as part of the EDB Postgres AI Hybrid Control Plane, which is currently in tech preview."
+description: Gathering together all the information about Analytics, from Tiered Tables in PGD to Catalogs and HCP
navigation:
- concepts
-- quick_start
-- external_tables
-- how_to_lakehouse_sync
+- storagelocations
+- catalogs
+- analytics_engine
+- managed_lakehouse
+- pgd_tiered_tables
+
- reference
---
+EDB delivers Analytics capabilities for Postgres, enabling you to run analytical queries over large datasets and more.
+And EDB Analytics lets you do it all in the Postgres ecosystem wherever you need it.
+
+## Concepts
+
+- **Why?**: The need for analytics in Postgres arises from the growing demand for data-driven decision-making and the need to analyze large datasets efficiently.
+- **Analytics Engine**: A vectorized SQL query engine that executes analytical queries over columnar data in object storage, built on Apache DataFusion and optimized for performance.
+- **Lakehouse**: A data architecture that combines the best of data lakes and data warehouses, allowing you to store and analyze data in a single platform.
+- **Storage locations**: The physical or logical locations where data is stored, such as S3 buckets or on-premises storage systems.
+- **Catalog**: A metadata repository that stores information about the data stored in a Lakehouse, including table definitions, schemas, and data locations.
+- **Tiered Tables**: A feature of EDB Postgres Distributed (PGD) that allows you to store data in different storage locations based on its usage patterns, optimizing performance and cost.
+
+## Use cases
+
+- *Read-only analytics without a Catalog*
+ - "I need to run analytical queries over S3 delta tables and I want to use Postgres"
+ - "I need to run analytical queries over Iceberg data and I want to use Postgres"
+- *Read-write analytics without a Catalog*
+ - "I need to offload data to S3 while keeping it available for analytics"
+ - "I need to offload tables data to S3 while keeping it available for queries and analytics"
+- *Read-write analytics with a Catalog*
+ - "I want to read and write data to a Catalog"
+- *Lakehouse read-only analytics*
+ - "I need a Managed Lakehouse to read and analyze data stored as Delta Tables, Iceberg or a Catalog"
+
+
+
diff --git a/src/pages/index.js b/src/pages/index.js
index 0b455c4443e..6eaebdabb17 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -266,6 +266,31 @@ const Page = () => {
PostgreSQL
+
+
+ Concepts
+
+
+
+ Quick Start
+
+
+
+ Use Cases
+
+
+
+ Catalogs
+
+
+
+ Reference
+
+
{
PGvector
+
{
-
-
- Concepts
-
-
-
- Quick Start
-
-
-
- External Tables
-
-
-
- Reference
-
-
-