Skip to main content

Glossary

TermDefinition
Feature FlagA toggle to enable or disable a feature in your application without deploying new code.
OrganisationThe top-level grouping in Flagsmith, typically your company or team.
ProjectA collection of related feature flags and environments.
EnvironmentA deployment context (e.g., Development, Production) within a project.
IdentityA unique user or device, allowing for individual flag overrides.
SegmentA group of identities defined by rules, used for targeting features.
Flag ValueThe value assigned to a flag (Boolean, String, Integer, etc.).
Kill SwitchA long-lived flag used to instantly disable a feature in production.
A/B TestAn experiment using feature flags to test different variations of a feature.