# Bulk Actions in PEARS

Bulk actions allow you to copy or edit multiple records simultaneously across supported PEARS modules. This feature is available in Direct Contacts, Program Activities, PSE Site Activities, Social Marketing Campaigns, Partnerships, Coalitions, Indirect Activities, Success Stories, Quarterly Efforts, and Action Plan Reports.

## Bulk Copying

{% stepper %}
{% step %}

#### Navigate to the Module

Open the module containing the records you want to copy.
{% endstep %}

{% step %}

#### Filter and Select Records

Apply filters to locate the target records. Select records using the checkboxes on the left side of each row. A menu appears showing the selection count.
{% endstep %}

{% step %}

#### Copy the Records

Click **Copy Items** to open a popup with copy options. Make your selections and click **Copy**. The system validates the records, processes the copies, and reports any issues.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
**NOTE:** Bulk copying is not available for Direct Contacts, Success Stories, or Quarterly Efforts. Only records visible on the current page are included in the selection — increase the number of visible rows to select more records.
{% endhint %}

## Bulk Editing

{% stepper %}
{% step %}

#### Navigate to the Module

Open the module containing the records you want to edit.
{% endstep %}

{% step %}

#### Filter and Select Records

Apply filters to locate the target records. Check the boxes for the records you want to update. A selection count displays in the menu.
{% endstep %}

{% step %}

#### Choose a Field to Edit

Click the **Edit Field** dropdown and select the field you want to modify. A popup appears with the field editor.
{% endstep %}

{% step %}

#### Apply the Update

Enter the new field value and click **Update**. The system validates the change and applies it to all selected records.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**TIP:** Only records visible on the current page are processed. Increase the number of visible rows per page to select and edit more records at once.
{% 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/updates/archived/bulk-actions.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.
