diff --git a/src/pages/docs/admin-settings.mdx b/src/pages/docs/admin-settings.mdx
deleted file mode 100644
index 2b5125ab..00000000
--- a/src/pages/docs/admin-settings.mdx
+++ /dev/null
@@ -1,29 +0,0 @@
----
-title: "Admin Settings: API Keys Setup"
-description: "Access and manage your Future AGI API keys and secret keys from the developer dashboard for SDK and API authentication."
----
-
-## Accessing API Keys
-
-
- Login/Signup into [Future AGI](https://app.futureagi.com/)
-
-
- Once logged in, go to your [dashboard](https://app.futureagi.com/dashboard/develop)
-
-
- In the left navigation panel, find the "Build" section and click on "Keys".
-
-
- On this page, you will find your:
- - `FI_API_KEY`: Used for authenticating your API requests
- - `FI_SECRET_KEY`: Used as a secondary authentication factor for sensitive operations
-
-
-
----
-
-
-For security purposes, you may need to rotate your API keys periodically. You can do this from the same Keys section in your dashboard.
-
-