summaryrefslogtreecommitdiffstats
path: root/website/content/platform/faqs/index.mdx
diff options
context:
space:
mode:
Diffstat (limited to 'website/content/platform/faqs/index.mdx')
-rw-r--r--website/content/platform/faqs/index.mdx21
1 files changed, 21 insertions, 0 deletions
diff --git a/website/content/platform/faqs/index.mdx b/website/content/platform/faqs/index.mdx
new file mode 100644
index 00000000000..a62d29dafd6
--- /dev/null
+++ b/website/content/platform/faqs/index.mdx
@@ -0,0 +1,21 @@
+---
+title: FAQs
+---
+
+import NewReferenceCard from "@site/src/components/General/NewReferenceCard";
+import HeadTitle from '@site/src/components/General/HeadTitle.tsx';
+
+<HeadTitle title="FAQs | OpenBB Platform Docs" />
+
+<ul className="grid grid-cols-1 gap-4 -ml-6">
+<NewReferenceCard
+ title="What's the Difference Between OpenBB SDK and Platform?"
+ description="This page highlights some key differences between the legacy OpenBB SDK and the new Platforrm."
+ url="faqs/platform_vs_sdk"
+/>
+<NewReferenceCard
+ title="Data Providers"
+ description="Get answers about data providers and provider extensions."
+ url="faqs/data_providers"
+/>
+</ul>