> For the complete documentation index, see [llms.txt](https://help.metaforms.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.metaforms.ai/survey-programming-decipher/legacy-flow/build-page-walkthrough/migrating-to-a-different-server.md).

# Migrating to a Different Server

Metaforms supports seamless **project migration** between Decipher servers. This helps when you need to move a study across regions, consolidate servers, or align with client hosting preferences - without rebuilding your project from scratch.

#### **Accessing the Migration Option**

You can start a migration directly from your survey project:

1. Hover over the **Sync** button in the top-right corner.
2. Click **Migrate** to open the **Migration Wizard**.

<figure><img src="/files/rdqCVsLm0tb26HSXrN4D" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
On hovering over the Sync to Decipher button, you can also see the current server of the Project.
{% endhint %}

#### **Step 1: Setup Info**

Before starting, review the key details shown in the **Setup Info** screen.\
Migrating a project will:

* Move all survey-related files, including any additional uploaded files.
* Exclude `.txt` files - Metaforms cannot migrate `.txt` files to Decipher.

{% hint style="info" %}
After migration, existing users on the previous server may **lose access** to the survey.
{% endhint %}

Click **Continue** to proceed.

#### **Step 2: Choosing the Destination Server**

In this step, you’ll select where the project will move.

* Select the Decipher server you want to migrate the project to.
* The **current project’s server** will appear pre-selected for reference.

Once selected, Metaforms will connect to that server using the stored API credentials.

<figure><img src="/files/D2oNmdntSRqlCURlwpeb" alt=""><figcaption></figcaption></figure>

Click **Continue**.

#### **Step 3: Choosing a Project Creation Method**

Next, choose how you want the project to be created in the destination server. You have two options:

1. **Create a New Project**
   * This option creates a new project in the selected Decipher server.
   * You can optionally specify a **custom subdirectory and path** for where the new project will reside.

<figure><img src="/files/5U1phMolTquuNwGNT5Gl" alt=""><figcaption></figcaption></figure>

2. **Import and Migrate to an Existing Project**

* Choose this if the destination project already exists.
* Metaforms will migrate the survey files and overwrite the corresponding content in the selected project.

<figure><img src="/files/tKcwRDIB9Ch4dkbjrhEF" alt=""><figcaption></figcaption></figure>

Click **Start Migration** to start the process.

#### **After Migration**

Once migration is complete:

* Metaforms will display a confirmation message with the **new server path** and **project link**.
* You can continue working on the survey from the new Decipher server immediately.

<figure><img src="/files/EhxXCQPYu3ownbGhnzwR" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.metaforms.ai/survey-programming-decipher/legacy-flow/build-page-walkthrough/migrating-to-a-different-server.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.
