diff --git a/docs/pages/index.mdx b/docs/pages/index.mdx
index 41bd8971..e8e9e260 100644
--- a/docs/pages/index.mdx
+++ b/docs/pages/index.mdx
@@ -19,6 +19,7 @@ Use the libraries to automate trading: fetch market data, place and manage order
Connecting to dYdX
Wallet Setup
Trading Guide
+ Third-Party Integrations
### **Stream Real-Time Updates**
diff --git a/docs/pages/third-party-integrations.mdx b/docs/pages/third-party-integrations.mdx
new file mode 100644
index 00000000..0539d06c
--- /dev/null
+++ b/docs/pages/third-party-integrations.mdx
@@ -0,0 +1,6 @@
+# Third-Party Integrations
+
+## QuantConnect
+
+QuantConnect is a leading algorithmic trading platform that empowers developers and traders to research, backtest, and deploy quantitative strategies across various asset classes. The [integration with dYdX](https://www.quantconnect.com/docs/v2/cloud-platform/live-trading/brokerages/dydx) enables members to live trade Crypto Futures on the dYdX decentralized exchange from within the QuantConnect platform. QC's battle-tested infrastructure provides a stable environment that handles all the communication with the dYdX API, so you can focus on researching new strategies and monitoring your live algorithms. The LEAN engine that powers QC has an extensive suite of features to equip you with all the AI models, indicators, and dataset you'll need to take your trading to the next level with just a few lines of code.
+
diff --git a/vocs.config.ts b/vocs.config.ts
index f31af2a1..efd2c69c 100644
--- a/vocs.config.ts
+++ b/vocs.config.ts
@@ -138,6 +138,10 @@ export default defineConfig({
link: '/interaction/integration/integration-revshare',
},
]
+ },
+ {
+ text: 'Third-Party Integrations',
+ link: '/third-party-integrations',
}
],
},