diff --git a/website/docs/docs/use-dbt-semantic-layer/avail-sl-integrations.md b/website/docs/docs/use-dbt-semantic-layer/avail-sl-integrations.md
index 27cb83977de..33679f1e1fd 100644
--- a/website/docs/docs/use-dbt-semantic-layer/avail-sl-integrations.md
+++ b/website/docs/docs/use-dbt-semantic-layer/avail-sl-integrations.md
@@ -25,6 +25,9 @@ import AvailIntegrations from '/snippets/_sl-partner-links.md';
+### Custom integrations
+You can write a custom integration in a variety of languages and tools. We support connecting through JDBC, ADBC, and a GraphQL API. Refer to [some examples](https://github.com/dbt-labs/example-semantic-layer-clients/blob/main/python/src/adbc_example.py) for more info. (WILL TWEAK IN AN HOUR)
+
## Related docs
- {frontMatter.meta.api_name} to learn how to integrate with the JDBC to query your metrics in downstream tools.