> For the complete documentation index, see [llms.txt](https://docs.tryterra.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tryterra.co/help-center/help-topics/billing-account/environments-config-and-going-to-production/cannot-migrate-between-environments.md).

# Can I replicate my testing config into production?

There's **no automated way** to clone a testing environment into production.

* Configure your [sources](https://docs.tryterra.co/health-and-fitness-api/integration-setup/setting-up-data-sources) and [destinations](https://docs.tryterra.co/health-and-fitness-api/integration-setup/setting-up-data-destinations) manually in the production environment.
* User connections also **cannot be migrated between** [**environments**](https://docs.tryterra.co/health-and-fitness-api/integration-setup/understanding-terra-environments), because each connection's auth tokens are tied to the environment they were created in. Users must complete the authentication flow again directly against production.

**Recommended pattern:** test in the testing environment, and have production users authenticate against production.
