2023-05-27 22:25:52 +05:30
---
info: For assistance with this Style Guide page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments-to-other-projects-and-subjects
stage: none
group: unassigned
---
2023-06-20 00:43:36 +05:30
# Documenting Experiment and Beta features
2023-05-27 22:25:52 +05:30
Some features are not generally available and are instead considered
2023-06-20 00:43:36 +05:30
[Experiment or Beta ](../../policy/alpha-beta-support.md ).
2023-05-27 22:25:52 +05:30
When you document a feature in one of these three statuses:
2023-06-20 00:43:36 +05:30
- Add `(Experiment)` or `(Beta)` in parentheses after the page or topic title.
- Do not include `(Experiment)` or `(Beta)` in the left nav.
2023-05-27 22:25:52 +05:30
- Ensure the version history lists the feature's status.
These features are usually behind a feature flag, which follow [these documentation guidelines ](feature_flags.md ).
If you add details of how users should enroll, or how to contact the team with issues,
2023-06-20 00:43:36 +05:30
the `FLAG:` note should be above these details.
For example:
2023-05-27 22:25:52 +05:30
```markdown
2023-06-20 00:43:36 +05:30
## Great new feature (Experiment)
> [Introduced](link) in GitLab 15.10. This feature is an [Experiment](<link_to>/policy/alpha-beta-support.md).
2023-05-27 22:25:52 +05:30
FLAG:
On self-managed GitLab, by default this feature is not available.
2023-06-20 00:43:36 +05:30
To make it available, ask an administrator to enable the feature flag named `example_flag` .
2023-05-27 22:25:52 +05:30
On GitLab.com, this feature is not available. This feature is not ready for production use.
Use this great new feature when you need to do this new thing.
2023-06-20 00:43:36 +05:30
This feature is an [Experiment ](<link_to>/policy/alpha-beta-support.md ). To join
the list of users testing this feature, do this thing. If you find a bug,
[open an issue ](link ).
2023-05-27 22:25:52 +05:30
```
2023-06-20 00:43:36 +05:30
When the feature is ready for production, remove:
2023-05-27 22:25:52 +05:30
- The text in parentheses.
2023-06-20 00:43:36 +05:30
- Any language about the feature not being ready for production in the body
description.
- The feature flag information if available.
2023-05-27 22:25:52 +05:30
2023-06-20 00:43:36 +05:30
Ensure the version history is up-to-date by adding a note about the production release.