# Creating a New Survey

New surveys can be created in 3 different ways either from scratch, using the clone option to make a copy of an existing survey or using the import the import features to [import ](/projects/import-export.md)a previously [exported](/projects/import-export.md) survey file.

## 📄 New blank survey

From the projects main screen click on the New survey and enter your survey name. This will create a blank new survey in the current folder, once the survey has been created you will be able to add [questions](/form-management/form-designer/questions.md) to it using the [form designer](/form-management/form-designer.md).&#x20;

![](/files/-MBCfG1WZScK1HTCPK_M)

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

A survey can be from following type  &#x20;

* **Data collection** Let you create questions, deploy you survey and collect respondent answers individually.&#x20;
* **`AI Generated`** Using a prompt or topic of your choice ngSurvey will automatically create using its [AI Suite](/ai-suite.md) the survey with all the needed questions and answers related to the topic of your choice. Once created you can edit the survey and deploy it as you would normally do with the standard Data collection mode.
* **`Shared session`** Let you create questions and deploy the survey. In the Shared session mode you can create sessions that will be shared among multiple respondents at the same time, each of the respondent being part of the same session will automatically see and share the data entered in the survey form.    &#x20;
* **`WhatsApp`** Let you create [conversational surveys](/conversational-surveys.md) using Whatsapp to collect respondent answers. Respondents will answer your survey questions as if they would chat with one of their contacts on Whatsapp.  &#x20;

## 📋 Copy from existing survey

Click on the survey actions dots of the survey you want to copy. This will create a 1-1 exact copy of the survey.&#x20;

![](/files/-MBCgO-yxkQoHgW-wKHm)

{% hint style="info" %}
Respondent answers are not cloned with the survey.
{% endhint %}


---

# 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://docs.ngsurvey.com/projects/create-survey.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.
