> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/what-would-you-like-to-learn-about/platform-features/actions-and-payouts/actions/system-reattributed-actions-explained.md).

# System Reattributed Actions Explained

You can [can reverse or modify actions](/brand/what-would-you-like-to-learn-about/platform-features/actions-and-payouts/payouts/approve-reverse-and-modify-pending-payouts-for-actions.md) before they lock. However, some actions are reversed by the impact.com system, and these are known as System Reattributed actions.

When you [view a list of reversed actions](/brand/what-would-you-like-to-learn-about/platform-features/actions-and-payouts/actions/view-a-list-of-reversed-actions.md), the *Reversal Reason* filter can contain the reversal reason `System Reattributed Order`, which may appear for one of two reasons:

1. **User-Initiated Reattribution:** You requested an action to be re-attributed before locking.
   * impact.com can correct attribution to ensure that actions not yet locked are still eligible for crediting. System Reattributed actions aren’t initiated in the platform. Please [contact support](https://app.impact.com/support/portal.ihtml?createTicket=true&&) for assistance with reattributing any actions.
2. **System-Initiated Reattribution:** impact.com actioned re-processing for data quality reasons.
   * impact.com corrects attribution to ensure the correct partner can receive credit for actions that would otherwise be attributed to a media channel or a different partner. This correction can happen for data quality reasons, such as when an issue during data processing affects event correlation.

Both user- and system-initiated reattribution is processed by impact.com, so both types will always have `System Reattributed Order` as the reversal reason.

**Actions with Duplicate OrderIds**

When an action is reversed by impact.com with the reason `System Reattributed Order`, a new `Pending` action is created with the same orderId. Only this `Pending` action is considered payable.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.impact.com/brand/what-would-you-like-to-learn-about/platform-features/actions-and-payouts/actions/system-reattributed-actions-explained.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
