diff --git a/pages/docs/tracking-methods/sdks/java/java-flags.mdx b/pages/docs/tracking-methods/sdks/java/java-flags.mdx
index a140a3fae9..d8cb612362 100644
--- a/pages/docs/tracking-methods/sdks/java/java-flags.mdx
+++ b/pages/docs/tracking-methods/sdks/java/java-flags.mdx
@@ -31,6 +31,10 @@ For remote evaluation, the SDK will make a network call to Mixpanel servers at a
## Local Evaluation
+
+Support for runtime targeting has not yet been released. Thus runtime rules other than a single-condition, exact match key-value pair, will ALWAYS be evaluated to true.
+
+
Targeting by Mixpanel cohorts and sticky variants are not supported in Local
Evaluation mode.
diff --git a/pages/docs/tracking-methods/sdks/nodejs/nodejs-flags.mdx b/pages/docs/tracking-methods/sdks/nodejs/nodejs-flags.mdx
index 23204667e3..5a7277d97a 100644
--- a/pages/docs/tracking-methods/sdks/nodejs/nodejs-flags.mdx
+++ b/pages/docs/tracking-methods/sdks/nodejs/nodejs-flags.mdx
@@ -29,10 +29,15 @@ In either case there is also the capability to evaluate all flags for a given us
## Local Evaluation
+
+Support for runtime targeting has not yet been released. Thus runtime rules other than a single-condition, exact match key-value pair, will ALWAYS be evaluated to true.
+
+
Targeting by Mixpanel cohorts and sticky variants are not supported in Local Evaluation mode.
+
- The SDK is configured with a `local_flags_config` object that specifies parameters:
1) `api_host` - If your project is in the EU/IN region, this should be set to route to `api-eu.mixpanel.com`/`api-in.mixpanel.com` respectively.
2) `enable_polling` - This should be set to `true` to enable polling for new flag configurations.
diff --git a/pages/docs/tracking-methods/sdks/python/python-flags.mdx b/pages/docs/tracking-methods/sdks/python/python-flags.mdx
index 7b1604c9ca..7f9edbab58 100644
--- a/pages/docs/tracking-methods/sdks/python/python-flags.mdx
+++ b/pages/docs/tracking-methods/sdks/python/python-flags.mdx
@@ -25,6 +25,10 @@ In either case there is also the capability to evaluate all flags for a given us
## Local Evaluation
+
+Support for runtime targeting is in pre-release. Specify version `5.1.0b1` in your package management tool to have access.
+
+
Targeting by Mixpanel cohorts and sticky variants are not supported in Local Evaluation mode.