diff --git a/articles/flow/configuration/feature-flags.adoc b/articles/flow/configuration/feature-flags.adoc index 771268bb3c..da07fb2325 100644 --- a/articles/flow/configuration/feature-flags.adoc +++ b/articles/flow/configuration/feature-flags.adoc @@ -28,6 +28,9 @@ dl code { `masterDetailLayoutComponent`:: A component for building UIs with a horizontally or vertically split pair consisting of a master area and a detail area that can responsively switch to an overlay. <> +`copilotExperimentalFeatures`:: +Experimental Vaadin Copilot features. + == Managing Feature Flags diff --git a/articles/tools/copilot/index.adoc b/articles/tools/copilot/index.adoc index e211e44756..8a204529f7 100644 --- a/articles/tools/copilot/index.adoc +++ b/articles/tools/copilot/index.adoc @@ -302,3 +302,4 @@ It's best to know the limitations of software that you use. These are some known - Vaadin Copilot contains all of the functionality found previously in Development Tools. - It's possible to disable Vaadin Copilot using `vaadin.copilot.enable=false` system property. - It's not possible to disable explicitly any AI features of Vaadin Copilot. +- Experimental Copilot features are available behind the `copilotExperimentalFeatures` feature flag. See <> to learn more.