# Revert

"Revert" allows you to undo your last action, providing a safeguard against unintended changes. There are two types of reverts:

* **Auto revert:** This occurs when the action hasn't yet been sent to Amazon and can be canceled directly in the queue. The system will automatically cancel the request; this will be recorded in the "Auto Revert" column of the same record that was reverted.
* **Manual revert:** Used when the action has already been sent to Amazon and is either completed or awaiting report status. Since the operation can’t be reverted in-app, a new queue batch is created; upon creation, the new status is recorded in the "Revert" column of the new batch.

{% hint style="warning" %}
Revert should always be your last resort. To avoid needing to revert actions, make use of the [preview mode](/managing-advertising-accounts/modules/cross-module-components/preview-mode.md).
{% endhint %}

To revert your action:

* [x] Select the record(s) you wish to retry using the checkboxes in the data table.
* [x] Click on the "Revert" button located under "Actions" in the [actions bar](/managing-advertising-accounts/modules/cross-module-components/data-tables/actions-bar.md).

<div align="left"><figure><img src="/files/Etsios9b4coS0SWNyJIU" alt=""><figcaption></figcaption></figure></div>

{% hint style="success" %}
Successfully executed reverts are logged in the "Revert" column with a "Yes" status. If the revert type was executed automatically, it will be reported as "Yes" in the "Auto Revert" column.
{% 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://docs.advertisingbeast.com/managing-advertising-accounts/modules/actions-log/actions-log-actions/revert.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.
