Skip to content

Commit 077e6f6

Browse files
Add docs for Labs x Rollouts (#797)
1 parent 28d4484 commit 077e6f6

2 files changed

Lines changed: 519 additions & 608 deletions

File tree

docs/faq/firefox-labs-faq.mdx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,25 @@ While Labs experiences may target 100%, users do not count as enrolled unless th
6767
## What happens if I'm already enrolled in an experiment?
6868

6969
You won't see the Labs experience affiliated with the same feature, since enrollment in an experiment takes precedence over a Labs experience.
70+
71+
---
72+
73+
## Can I run a rollout and a Labs experience at the same time?
74+
75+
If you want to have a rollout and Labs experience on *non-overlapping*
76+
population segments, you **must** launch the rollout first. This will give the
77+
rollout priority and ensure users who are eligible for the rollout enroll and do
78+
not see the labs experience.
79+
80+
If you want to have a rollout and Labs experience on *the same population*, you have two options:
81+
82+
1. You can use different features, one for the rollout and one for the Labs experience.
83+
2. You can use a single co-enrolling feature. The feature must be configured
84+
correctly to support multiple concurrent enrollments. See the docs on
85+
[co-enrollment](/technical-reference/fml/coenrolling-features) for details on
86+
how to set up your feature to support this.
87+
88+
NB: If the Labs experience depends on rollout to function correctly, it should
89+
be noted that the required enrollments field does not distinguish between
90+
current and previous enrollment. If this is an issue, please drop by
91+
`#ask-experimenter` on Slack.

0 commit comments

Comments
 (0)