# Reverting a rule

**Once a rule has completed it is possible to reverse this action with the Revert button.** Pressing the Revert button will set the rule running again but in reverse, literally returning the fields to the state they were in before the rule was run. This process will function providing it is **within 30 days of the rule being run.** Once the revert has completed it cannot be undone.

{% hint style="info" %}
The revert process will potentially overwrite any manual changes made to the records in the time since the rule was originally run. Additionally, every update to Bullhorn creates an edit history record and will update the dateLastModified field for that record. The edit history will remain after the revert and the dateLastModified will match the date and time of the revert.
{% 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://help.kyloepartners.com/kyloe-datatools/datarules/reverting-a-rule.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.
