# Reset Batch Modifications or Reversals

If you've accidentally modified or reversed a pending action and want to restore its original value or status, you can submit a reset file.

{% hint style="info" %}
**Note:** Using a reset file can skew certain action listing reports, such as accidental reversals (even after reset) still appearing reversed, or actions can be stuck with a "Reset to original value" status even if they've been modified after being reset. We recommend discussing this with your CSM (or [contact support](https://app.impact.com/support/portal.ihtml?createTicket=true)) before submitting a reset file.
{% endhint %}

This file only requires three headers. These values can be found on the *Action Details* screen:

1. From the left navigation bar, select ![](/files/CDnwOBeIdds9r3Z6zTnO) **\[Engage] → Transactions → Pending Payouts → Actions**.
2. In the *Action ID* column, select the linked **Action ID**.

|                 |                                                                             |
| --------------- | --------------------------------------------------------------------------- |
| **Header**      | **Description**                                                             |
| Oid             | The Order ID (OID) value of the action to reset.                            |
| ActionTrackerId | The ID of the Event Type (i.e., Action Tracker) this action was tracked by. |
| Reason          | `RESET` is the only accepted value.                                         |

#### Example

```programlisting
Oid,ActionTrackerId,Reason
O9999935,16027,RESET
```


---

# 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://help.impact.com/brand/what-would-you-like-to-learn-about/platform-features/submit-and-modify-conversion-data/batch-modify-conversion-data/reset-batch-modifications-or-reversals.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.
