# Configuration Migration

## Step-by-Step Guide for Migrating Configurations

{% stepper %}
{% step %}
**Prepare Dependencies**

* Ensure that any dependencies, such as campaigns, rewards, tiers, or segments, are imported or created beforehand.
* After importing each configuration, adjust the imported settings to resolve any missing dependencies. Notifications will guide you through this step.
  {% endstep %}

{% step %}
**Follow the Recommended Sequence**

Migrate the setup in the following order for a smooth process:

* [ ] **Wallets**: Migrate the wallet configurations.
* [ ] **Tiers**: Migrate tiers configurations.
* [ ] **Custom Event Schemas**: Migrate custom event schema configurations.
* [ ] **Segments**: Migrate segments configurations.

{% hint style="info" %}
Note that some segments may depend on achievements and campaigns.
{% endhint %}

* [ ] **Rewards**: Migrate reward configurations.
* [ ] **Achievements**: Migrate achievement configurations.
* [ ] **Campaigns**: Migrate campaign configurations.
* [ ] **Webhooks**: Set up webhooks **manually**.
  {% endstep %}
  {% endstepper %}

## How to Best Migrate Configurations

To migrate configurations between tenants within the same environment, you can use the **Config Duplication** feature.&#x20;

For migrating configurations between different environments, the **Configuration Exports** feature is available.&#x20;

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Config Duplication</strong></td><td>Best for config migration within the same environment </td><td><a href="/pages/5ifZInhhvTNqbpCZ7et9">/pages/5ifZInhhvTNqbpCZ7et9</a></td></tr><tr><td><strong>Configuration Exports</strong></td><td>Best for config migration between the environments</td><td><a href="/pages/vgq4l4r2IxcZ54Wq6FsH">/pages/vgq4l4r2IxcZ54Wq6FsH</a></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.openloyalty.io/faq/configuration-migration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
