# Copy a Survey

You can copy an existing survey to create a new survey that starts with the same questions and settings. This is useful when you want to customize an existing survey or create a version with minor modifications.

{% stepper %}
{% step %}

#### Open the Survey

Navigate to the survey detail page for the survey you want to copy.
{% endstep %}

{% step %}

#### Click Copy

Click the **Copy** button on the survey detail page. The copy form appears.

![Screenshot: The survey copy dialog showing the Survey Name field pre-filled with Copy of followed by the original name, checkboxes for Questions and Permissions to include in the copy, and the Copy button](/files/1u6EbyogOmBBv9IA6fgE)
{% endstep %}

{% step %}

#### Edit the Survey Name

The **Survey Name** field is pre-filled with "Copy of" followed by the original survey name. Edit this to give the new survey a unique, descriptive name.
{% endstep %}

{% step %}

#### Select Data to Copy

Choose which elements to include in the copy:

* **Questions** — Check this box to copy all questions and their response options from the original survey.
* **Permissions** — Check this box to copy the sharing permissions from the original survey.
  {% endstep %}

{% step %}

#### Click Copy

Click the **Copy** button to create the new survey. PEARS creates the copy and opens it for editing.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**TIP:** Copied surveys start in **Draft** status, regardless of the original survey's status. You can freely edit the questions and settings before activating the new survey.
{% endhint %}

{% hint style="warning" %}
**NOTE:** You can only copy a survey if the survey owner has granted you copy permission, or if you are the survey creator.
{% 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://support.pears.io/plan/surveys/copy-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.
