diff --git a/content/docs/15.how-to-guides/api.md b/content/docs/15.how-to-guides/api.md
index 822a551354..97e3bdb712 100644
--- a/content/docs/15.how-to-guides/api.md
+++ b/content/docs/15.how-to-guides/api.md
@@ -8,6 +8,12 @@ topics:
Extend Kestra by using the API.
+
+
+
+
+---
+
Kestra is built with an API-first design in mind, with a powerful API allowing you to connect Kestra to external systems. Whether that's through your flows directly or using the Kestra API, there's lots of options.
In this guide, we're going to specifically look at the Kestra API and how that can enable you to extend Kestra and integrate it into other systems.