> 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/starting-a-project/ad-hoc-study/creating-a-new-project.md).

# Creating a new Project

Let's walk through how to create an Ad-Hoc study from scratch:

## Step 1: Create

* Click on Create New Project at the top right of your screen. Choose "New Forsta Decipher Project".

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

* Select **Create Ad-hoc Study**, then click **Continue**.

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

## Step 2: Set Up

* **Choose a template** from the dropdown.
* **Enter a survey name**.
* By default, the survey is saved in the root directory.
* To store it in a specific location within Decipher, check **"Use Decipher Custom Subdirectory & Path"** and enter the directory and path as needed.

Click **Continue**.

## Step 3: Upload Files

* Upload your **questionnaire file** and any other supporting documents.
* Click **Continue**.

## Step 4: AI Skill Selection

* Choose an **AI Specialization Level** based on your survey needs:
  * **Basic Survey**
  * **Advanced Survey**

Click **Start Programming** to begin building your survey.


---

# 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/starting-a-project/ad-hoc-study/creating-a-new-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.
