# Copy a Program Activity

You can copy an existing program activity to create a new record that starts with the same general information. This saves time when you are creating multiple similar program activities.

{% stepper %}
{% step %}

#### Navigate to the Program Activity

From the PEARS homepage, hover over the **Engage** menu and click **Program Activities**. Select the program activity you want to copy from the list to open its detail page.
{% endstep %}

{% step %}

#### Open the Copy Form

On the program activity detail page, click the **More** dropdown menu and select **Copy**.
{% endstep %}

{% step %}

#### Edit the Program Name

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

{% step %}

#### Select Data to Copy

The general information from the original program activity is always included in the copy. You may also choose to copy additional sections by checking the corresponding boxes:

* **Attached Surveys** — Copies the surveys attached to the original program activity.
* **Collaborators** — Copies the collaborator list from the original.
* **Partners** — Copies the partner list from the original (if applicable).
* **Program Demographics** — Copies the demographic data from the original.
* **Custom Data** — Copies any custom data sections (such as SNAP-Ed or 4-H data) from the original.
* **Sessions / Virtual Modules** — Copies all sessions or virtual modules from the original.

Use the **Select All** or **Select None** buttons to quickly check or uncheck all options.

{% hint style="warning" %}
**CAUTION:** Select only the data that applies to the new program activity. For example, if the new program activity will have a different audience, you should not copy the Program Demographics, as the demographic data from the original may not apply.
{% endhint %}
{% endstep %}

{% step %}

#### Copy the Program Activity

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

{% hint style="warning" %}
**NOTE:** Some data sections may not be available for copying if the original and new program activities use different reporting period formats. For example, demographics and youth programming data cannot be copied from a pre-2023 program activity to a 2023+ program activity because the data formats are different.
{% 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/engage/program-activities/copy-a-program-activity.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.
