diff --git a/images/api-explorer.png b/images/api-explorer.png
new file mode 100644
index 00000000..09b51a53
Binary files /dev/null and b/images/api-explorer.png differ
diff --git a/modus/quickstart.mdx b/modus/quickstart.mdx
index 7963507c..a1cc756d 100644
--- a/modus/quickstart.mdx
+++ b/modus/quickstart.mdx
@@ -49,6 +49,22 @@ learn how to use the basic components of a Modus app and how to run it locally.
This command runs your app locally in development mode and provides you with a URL to access your
app's generated API.
+
+
+ Once your app is running, you can access the graphical interface for your API at the URL located in your terminal.
+
+ ```bash
+ View endpoint: http://localhost:8686/explorer
+ ```
+
+ This interface allows you to interact with your app's API and test your functions.
+
+
+
Modus is a secure-by-default framework. To connect to external services, you need to add a connection