diff --git a/docs/agent/index.mdx b/docs/agent/index.mdx
index 861453fb..3005d1b5 100644
--- a/docs/agent/index.mdx
+++ b/docs/agent/index.mdx
@@ -1,5 +1,8 @@
+import DocCardList from '@theme/DocCardList';
+
# Superface Agent
The Superface Agent allows you to interact with SaaS platforms via natural language prompts.
![An example prompt asking for Top Events from Mixpanel](/img/agent/index-agent-view.png)
+
\ No newline at end of file
diff --git a/docs/develop/index.mdx b/docs/develop/index.mdx
index 91406f6b..2b616702 100644
--- a/docs/develop/index.mdx
+++ b/docs/develop/index.mdx
@@ -1 +1,5 @@
+import DocCardList from '@theme/DocCardList';
+
# Developing Superface Tools
+
+
\ No newline at end of file
diff --git a/docs/index.mdx b/docs/index.mdx
index a9a5e59f..58574d79 100644
--- a/docs/index.mdx
+++ b/docs/index.mdx
@@ -2,6 +2,7 @@
slug: /
id: introduction
---
+import DocCardList from '@theme/DocCardList';
# Welcome to Superface
@@ -17,6 +18,7 @@ Although Superface is now centered around an AI agent interface, our CLI and One
## Documentation
+