diff --git a/packages/@okta/vuepress-site/docs/reference/org-defaults/index.md b/packages/@okta/vuepress-site/docs/reference/org-defaults/index.md
new file mode 100644
index 00000000000..de3e6708e22
--- /dev/null
+++ b/packages/@okta/vuepress-site/docs/reference/org-defaults/index.md
@@ -0,0 +1,43 @@
+---
+title: Integrator free plan org configurations
+meta:
+ - name: description
+ content: Details the default org configurations for the Integrator Free Plan Org available on https://developer.okta.com/signup/
+---
+
+This document provides reference details on the default configurations for the Integrator free plan orgs. These orgs are available from [Sign up](/signup/), and are for development and testing by developers interested in implementing an Okta solution or integration.
+
+The Integrator free plan orgs are also required for those developers planning a submission to the Okta Integration Network (OIN). For further details on this process, see the [Okta Integration Network](/docs/guides/okta-integration-network/).
+
+## Integrator free plan features
+
+The Integrator free plan is provisioned with the following features:
+
+| Feature | Description |
+|---------------------------------------------|------------------------------------------------|
+| SSO (Single Sign-On) | Provides capabilities to incorporate single sign-on authentication for your users. See [Build a Single Sign-On (SSO) Integration](/docs/guides/build-sso-integration/-/main/). |
+| UD (Universal Directory) | Stores and manages your user information. See [What is the Okta Universal Directory](/docs/concepts/user-profiles/#what-is-the-okta-universal-directory). |
+| AMFA (Adaptive Multifactor Authentication) | Provides capabilities to implement authentication based on risk. See [Authentication factors](/docs/concepts/iam-overview-authentication-factors/). |
+| LCM (Lifecycle Management) | Manages the process of access to apps and resources over the lifecycle of a user. See [Overview of lifecycle management in the OIN](//docs/guides/oin-lifecycle-mgmt-overview/). |
+| API AM (API Access Management) | Enables secure access control for your APIs using OAuth 2.0 and OIDC. See [API Access Management with Okta](/docs/concepts/api-access-management/). |
+| Workflows | Automates identity business processes without code. See [Okta Workflows](https://help.okta.com/okta_help.htm?type=oie&id=ext-okta-workflows) |
+
+## Integrator free plan limitations
+
+The Integrator free plan has the following limitations:
+
+| Org feature | Limitation |
+|-----------------------------------------------|----------------------------------------------------------------------|
+| Availability | Integrator free plan orgs don't expire. However, orgs will deactivate after 180 days of inactivity unless you submit an app to the OIN |
+| Number of active users | 10 |
+| Okta Org2Org app integration | Not available |
+| Number of workflows | 5 |
+| Email templates | Unavailable for editing |
+| Email automation | Not available |
+| Rate limits | Limited per-minute rate limits. See [Management rate limits](/docs/reference/rl-global-mgmt/). |
+| Admin email | Only one business email can be associated with an Integrator free plan org.
**Note:** Some email addresses can't be used to sign up for the Integrator free org plans based on user location and other security considerations. Contact Okta Support for more information. |
+| Support | No access to Okta Support |
+
+## Free Okta Developer Edition org updates
+
+The Integrator free plan orgs replace the previous Okta Developer Edition service orgs. If you’re using an Okta Developer Edition service org, sign up for a new org or migrate your org to the Integrator free plan. For further details, see [Okta Blog Post](https://developer.okta.com/blog/).
diff --git a/packages/@okta/vuepress-theme-prose/const/navbar.const.js b/packages/@okta/vuepress-theme-prose/const/navbar.const.js
index 6c3358bc8d6..e1f4a8e6b7c 100644
--- a/packages/@okta/vuepress-theme-prose/const/navbar.const.js
+++ b/packages/@okta/vuepress-theme-prose/const/navbar.const.js
@@ -994,6 +994,10 @@ export const reference = [
title: "Okta Expression Language",
path: "/docs/reference/okta-expression-language/",
},
+ {
+ title: "Integrator Free Plan Org Configuations",
+ path: "/docs/reference/org-defaults/",
+ },
{
title: "Expression Language in Identity Engine",
path: "/docs/reference/okta-expression-language-in-identity-engine/",