📄️ How to add strategy constraints
Before Unleash 4.16, strategy constraints were only available to Unleash Pro and Enterprise users. From 4.16 onwards, they're available to everyone.
📄️ How to add feature flag naming patterns
Feature flag naming patterns is an in-development, enterprise-only feature.
📄️ How to capture impression data
Placeholders in the code samples below are delimited by angle brackets (i.e. ``). You will need to replace them with the values that are correct in your situation for the code samples to run properly.
📄️ How to create a feature flag
Feature flags are the foundation of Unleash. They are at the core of everything we do and are a fundamental building block in any feature management system. This guide shows you how to create feature flags in Unleash and how to add any optional constraints, segments, variants, and more. Links to learn more about these concepts will be scattered throughout the text.
📄️ How to create and display banners
Banners were introduced in Unleash 5.7 and are only available in Unleash Enterprise.
📄️ How to define custom context fields
Before Unleash 4.16, custom context fields were only available to Unleash Pro and Enterprise users. From 4.16 onwards, they're available to everyone. They were introduced in Unleash 3.2.28.
📄️ How to use custom activation strategies
Use custom activation strategies only for cases where strategy constraints don't give you enough control.
📄️ How to schedule feature releases
Placeholders in the code samples below are delimited by angle brackets (i.e. ``). You will need to replace them with the values that are correct in your situation for the code samples to run properly.
📄️ How to synchronize Unleash instances
This is an experimental feature