Hi, what is the recommended way to manage experime...
# ask-questions
c
Hi, what is the recommended way to manage experiments between different environments, e.g. development, staging and production?
f
we have "environments" for that
typically companies don't run the actual experiments on anything other than production...
but for testing, you can copy rules between environments
c
Hey, thanks. This makes completely sense.