# Creating a Survey

To create a survey, go to Surveys in the top navigation and click **New survey**. Enter a name and an optional description, then click Create Survey. You will land on the Survey Dashboard.

<figure><img src="/files/zi80UifvsCBF0r4WIn1h" alt="A screenshot of the Create survey dialog where you enter a name and optional description for your new survey."><figcaption><p>The Create survey dialog where you enter a name and optional description for your new survey.</p></figcaption></figure>

If you want to base your new survey on an existing one, use the **Duplicate** option from the survey list. Click the three-dot menu next to the survey you want to copy and select **Duplicate**. The new survey will include all questions, pages, logic, and settings from the original, which you can then edit as needed.

<figure><img src="/files/avuCrSzon28IWvOAYMXy" alt="A screenshot of the survey list showing the three-dot menu with the Duplicate option for copying an existing survey."><figcaption><p>The survey list showing the three-dot menu with the Duplicate option for copying an existing survey.</p></figcaption></figure>

Unless you are copying an existing survey, your new survey will be created with no questions or pages set up. Your first steps will be to configure your survey settings and then build out your questions and pages.

From the Survey Dashboard you can access all the tools you need to build, test, and deploy your survey.

<figure><img src="/files/Y5PYgUFhjIleMlW2u88R" alt="A screenshot of the Survey Dashboard showing all the tools available to build, test, and deploy your survey."><figcaption><p>The Survey Dashboard showing all the tools available to build, test, and deploy your survey.</p></figcaption></figure>


---

# 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.ubiquity.co.nz/documentation/data-capture/surveys/creating-a-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.
