2020-08-21 14:10:24 -04:00
---
2020-09-02 14:10:40 -04:00
stage: none
group: Development
info: "See the Technical Writers assigned to Development Guidelines: https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments-to-development-guidelines"
description: "Understand what 'GitLab features deployed behind flags' means."
2021-04-27 17:10:09 -04:00
layout: 'feature_flags'
2020-08-21 14:10:24 -04:00
---
# GitLab functionality may be limited by feature flags
> Feature flag documentation warnings were [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/227806) in GitLab 13.4.
GitLab releases some features in a disabled state using [feature flags ](../development/feature_flags/index.md ),
allowing them to be tested by specific groups of users and strategically
rolled out until they become enabled for everyone.
As a GitLab user, this means that some features included in a GitLab release
may be unavailable to you.
In this case, you'll see a warning like this in the feature documentation:
2021-04-05 17:09:19 -04:00
This in-development feature might not be available for your use. There can be
2021-07-30 14:09:08 -04:00
[risks when enabling features still in development ](../administration/feature_flags.md#risks-when-enabling-features-still-in-development ).
2021-04-05 17:09:19 -04:00
Refer to this feature's version history for more details.
2020-08-21 14:10:24 -04:00
In the version history note, you'll find information on the state of the
feature flag, including whether the feature is on ("enabled by default") or
off ("disabled by default") for self-managed GitLab instances and for users of
2021-07-30 14:09:08 -04:00
GitLab.com.
2020-08-21 14:10:24 -04:00
If you're a user of a GitLab self-managed instance and you want to try to use a
disabled feature, you can ask a [GitLab administrator to enable it ](../administration/feature_flags.md ),
although changing a feature's default state isn't recommended.
If you're a GitLab.com user and the feature is disabled, be aware that GitLab may
be working on the feature for potential release in the future.