> 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/data-processing/starting-a-project/using-an-existing-decipher-project.md).

# Using an Existing Decipher Project

If your survey already exists in Decipher, you can create a corresponding Data Processing (DP) project in Metaforms by directly linking it.

This method automatically fetches all associated files from Decipher into Metaforms.

## **Step 1: Click "New Project"**

From the **Projects** section in the Data Processing module, click on the **New Project** button at the top-right corner.

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

## **Step 2: Select "From Decipher Project"**

In the **Data File** step, choose the **“From Decipher Project”** option.

You’ll now see a dropdown labeled **Decipher Survey**.

From the dropdown, choose the existing Decipher survey you want to pull into Metaforms.

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

## **Step 3: Upload Questionnaire**

For the validation logic, you’ll need to upload your **questionnaire file** corresponding to the .SAV file.

Supported file formats:

* `.pdf`, `.doc`, `.docx`, `.xls`, `.xlsx`

You can also upload **additional reference files** like quota sheets, mappings, etc here.

Once the required files are uploaded, click **Create Project** to complete setup.

<figure><img src="/files/BceSog1jyEpF6A2NRAYH" 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/data-processing/starting-a-project/using-an-existing-decipher-project.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.
