diff --git a/docs/_partials/native-api-callout.mdx b/docs/_partials/native-api-callout.mdx
index 3476048e57..175843ce24 100644
--- a/docs/_partials/native-api-callout.mdx
+++ b/docs/_partials/native-api-callout.mdx
@@ -1,2 +1 @@
-> [!IMPORTANT]
-> Ensure that the Native API is enabled to integrate Clerk in your native application. In the Clerk Dashboard, navigate to the [**Native Applications**](https://dashboard.clerk.com/last-active?path=/native-applications) page.
+In the Clerk Dashboard, navigate to the [**Native Applications**](https://dashboard.clerk.com/last-active?path=/native-applications) page and ensure that the Native API is enabled. This is required to integrate Clerk in your native application.
diff --git a/docs/getting-started/quickstart.android.mdx b/docs/getting-started/quickstart.android.mdx
index e23f8a8076..a7b559862f 100644
--- a/docs/getting-started/quickstart.android.mdx
+++ b/docs/getting-started/quickstart.android.mdx
@@ -20,9 +20,11 @@ sdk: android
]}
/>
-
-
+ ## Enable Native API
+
+
+
## Create an Android Project
1. Create a new Android project in Android Studio using the **Empty Activity** template. This tutorial uses `MyClerkApp` as the app name. If you choose a different name, be sure to update any code examples accordingly to match your app's name.
diff --git a/docs/getting-started/quickstart.chrome-extension.mdx b/docs/getting-started/quickstart.chrome-extension.mdx
index e7622d4f35..571757ee2d 100644
--- a/docs/getting-started/quickstart.chrome-extension.mdx
+++ b/docs/getting-started/quickstart.chrome-extension.mdx
@@ -20,9 +20,11 @@ sdk: chrome-extension
]}
/>
-
-
+ ## Enable Native API
+
+
+
## Configure your authentication options
When creating your Clerk application in the Clerk Dashboard, your authentication options will depend on how you configure your Chrome Extension. Chrome Extensions can be used as a popup, a side panel, or in conjunction with a web app. Popups and side panels have limited authentication options. [Learn more about what options are available.](/docs/reference/chrome-extension/overview#authentication-options)
diff --git a/docs/getting-started/quickstart.expo.mdx b/docs/getting-started/quickstart.expo.mdx
index b227e01cfa..e05f2b571c 100644
--- a/docs/getting-started/quickstart.expo.mdx
+++ b/docs/getting-started/quickstart.expo.mdx
@@ -25,9 +25,11 @@ sdk: expo
]}
/>
-
-
+ ## Enable Native API
+
+
+
## Install `@clerk/clerk-expo`
The [Clerk Expo SDK](/docs/reference/expo/overview) gives you access to prebuilt components, hooks, and helpers to make user authentication easier.
diff --git a/docs/getting-started/quickstart.ios.mdx b/docs/getting-started/quickstart.ios.mdx
index 4dd1dcee51..8a77ccd814 100644
--- a/docs/getting-started/quickstart.ios.mdx
+++ b/docs/getting-started/quickstart.ios.mdx
@@ -14,9 +14,11 @@ icon: "clerk",
]}
/>
-
-
+ ## Enable Native API
+
+
+
## Create an iOS Project
To get started using Clerk with iOS, create a new project in Xcode. Select SwiftUI as your interface and Swift as your language.
@@ -29,7 +31,7 @@ icon: "clerk",
## Add your Native Application
- Add your iOS application to the [**Native Applications**](https://dashboard.clerk.com/last-active?path=/native-applications) page in the Clerk dashboard. You will need your iOS app's **App ID Prefix** and **Bundle ID**.
+ Add your iOS application to the [**Native Applications**](https://dashboard.clerk.com/last-active?path=/native-applications) page in the Clerk Dashboard. You will need your iOS app's **App ID Prefix** and **Bundle ID**.
## Add associated domain capability