From 499ab937ca0562387e795a5d2ddbd6cbfa56038a Mon Sep 17 00:00:00 2001 From: russell-loube-mixpanel Date: Mon, 23 Feb 2026 16:45:00 -0600 Subject: [PATCH] Update feature flags documentation with variant info Added information about variant reassignment and feature flags. --- pages/docs/featureflags.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/docs/featureflags.mdx b/pages/docs/featureflags.mdx index b8ab809358..86634654ce 100644 --- a/pages/docs/featureflags.mdx +++ b/pages/docs/featureflags.mdx @@ -36,6 +36,10 @@ import { Cards, Callout, Steps } from 'nextra/components' - **Feature Flag API Request** - is a call made to a feature flag API to retrieve the current state or configuration of one or more feature flags. This request allows an application to dynamically determine which features should be active for a user - **Context** - key value pairs mapping variant assignment keys to user values for variant assignment + +Users will not be reassigned different variants when purely increasing overall rollout %. If rollout % is initially increased and later decreased, or if variant splits are altered, then variation reassignment may occur for users. + + ## Types of Feature Flags