diff --git a/website/docs/how-to/how-to-define-custom-context-fields.md b/website/docs/how-to/how-to-define-custom-context-fields.md index 1fb4586129..ee3197e1f9 100644 --- a/website/docs/how-to/how-to-define-custom-context-fields.md +++ b/website/docs/how-to/how-to-define-custom-context-fields.md @@ -3,7 +3,7 @@ title: How to define custom context fields --- :::info Availability -Custom context fields are an Enterprise-only feature and were introduced in Unleash 3.2.28. +Custom context fields are available to Pro and Enterprise users. They were introduced in Unleash 3.2.28. ::: This guide shows you how to create [custom context field for the Unleash Context](../user_guide/unleash-context.md#custom-context-fields). You can use custom context fields for [strategy constraints](../advanced/strategy-constraints.md) and for [custom stickiness calculations](../advanced/stickiness.md#custom-stickiness). If there are [standard Unleash Context fields](../user_guide/unleash-context.md#structure) missing from the context fields page, you can use the same steps to add them too. diff --git a/website/docs/user_guide/unleash-context.md b/website/docs/user_guide/unleash-context.md index f08431aad7..df613092dd 100644 --- a/website/docs/user_guide/unleash-context.md +++ b/website/docs/user_guide/unleash-context.md @@ -43,7 +43,7 @@ As an example: You've created a custom field called `groupId`. You know group ID ## Custom context fields :::info Availability -Custom context fields are an Enterprise-only feature. +Custom context fields are available to Pro and Enterprise users. ::: Custom context fields allow you to extend the Unleash Context with more data that is applicable to your situation. Each context field definition consists of a name and an optional description. Additionally, you can choose to define a set of [_legal values_](#legal-values "legal values for custom context fields"), and you can choose whether or not the context field can be used in [custom stickiness calculations](../advanced/stickiness.md#custom-stickiness) for the [gradual rollout strategy](activation-strategies.md#customize-stickiness-beta) and for [feature toggle variants](../advanced/feature-toggle-variants.md).