diff --git a/clickstack/managing/config.mdx b/clickstack/managing/config.mdx
index e3e6b8e44..da9c088c9 100644
--- a/clickstack/managing/config.mdx
+++ b/clickstack/managing/config.mdx
@@ -102,7 +102,7 @@ The ClickStack UI relies on the user defining a source for each of the Observabi
This configuration can be performed inside the application from `Team Settings -> Sources`, as shown below for logs:
-
+
Each of these sources require at least one table specified on creation and a set of columns which allow HyperDX to query the data.
@@ -119,6 +119,7 @@ The following settings are available for each source:
| Setting | Description | Required | Inferred in Default Schema | Inferred Value |
|-------------------------------|-------------------------------------------------------------------------------------------------------------------------|----------|-----------------------------|-----------------------------------------------------|
| `Name` | Source name. | Yes | No | – |
+| `Section` | Optional label for grouping sources in the source selector. Sources that share a section appear together, and search matches the section name in addition to the source name. | No | No | – |
| `Server Connection` | Server connection name. | Yes | No | `Default` |
| `Database` | ClickHouse database name. | Yes | Yes | `default` |
| `Table` | Target table name. Set to `otel_logs` if default schema is used. | Yes | No | |
@@ -143,6 +144,7 @@ The following settings are available for each source:
| Setting | Description | Required | Inferred in Default Schema | Inferred Value |
|----------------------------------|-------------------------------------------------------------------------------------------------------------------------|----------|-----------------------------|------------------------|
| `Name` | Source name. | Yes | No | – |
+| `Section` | Optional label for grouping sources in the source selector. Sources that share a section appear together, and search matches the section name in addition to the source name. | No | No | – |
| `Server Connection` | Server connection name. | Yes | No | `Default` |
| `Database` | ClickHouse database name. | Yes | Yes | `default` |
| `Table` | Target table name. Set to `otel_traces` if using the default schema. | Yes | Yes | - |
@@ -174,6 +176,7 @@ The following settings are available for each source:
| Setting | Description | Required | Inferred in Default Schema | Inferred Value |
|------------------------|-----------------------------------------------------------------------------------------------|----------|-----------------------------|-----------------------------|
| `Name` | Source name. | Yes | No | – |
+| `Section` | Optional label for grouping sources in the source selector. Sources that share a section appear together, and search matches the section name in addition to the source name. | No | No | – |
| `Server Connection` | Server connection name. | Yes | No | `Default` |
| `Database` | ClickHouse database name. | Yes | Yes | `default` |
| `Gauge Table` | Table storing gauge-type metrics. | Yes | No | `otel_metrics_gauge` |
@@ -186,6 +189,7 @@ The following settings are available for each source:
| Setting | Description | Required | Inferred in Default Schema | Inferred Value |
|-------------------------------|-----------------------------------------------------------------------------------------------------|----------|-----------------------------|------------------------|
| `Name` | Source name. | Yes | No | – |
+| `Section` | Optional label for grouping sources in the source selector. Sources that share a section appear together, and search matches the section name in addition to the source name. | No | No | – |
| `Server Connection` | Server connection name. | Yes | No | `Default` |
| `Database` | ClickHouse database name. | Yes | Yes | `default` |
| `Table` | Target table for session data. Target table name. Set to `hyperdx_sessions` if using the default schema. | Yes | Yes | - |
diff --git a/images/use-cases/observability/hyperdx-25.png b/images/use-cases/observability/hyperdx-25.png
index 9fcc65c0c..a01a823bd 100644
Binary files a/images/use-cases/observability/hyperdx-25.png and b/images/use-cases/observability/hyperdx-25.png differ