# DataRules

The DataRules application gives you a highly configurable way of updating your Bullhorn data.

Below is a brief overview of the features in DataRules and notes on functionality.

This guide concentrates on the Candidate entity but all other entities function identically.

{% hint style="info" %}
Please be aware that Kyloe DataRules will follow the same functionality as Bullhorn. Any automation that occurs within Bullhorn will run when an update takes place. Updating a company address, for example, will update related client contact records even if not included in the actions for a rule. These additional updates **will not** be rolled-back if the [revert ](/kyloe-datatools/datarules/reverting-a-rule.md)functionality is used.
{% endhint %}

* [DataRules dashboard](/kyloe-datatools/datarules/datarules-dashboard.md)
* [Building a rule: search criteria](/kyloe-datatools/datarules/building-a-rule-search-criteria.md)
* [Building a rule: apply actions](/kyloe-datatools/datarules/building-a-rule-apply-actions.md)
* [Running a rule](/kyloe-datatools/datarules/running-a-rule.md)
* [Schedule a rule to run automatically](/kyloe-datatools/datarules/schedule-a-rule-to-run-automatically.md)
* [Rules history](/kyloe-datatools/datarules/rules-history.md)
* [Reverting a rule](/kyloe-datatools/datarules/reverting-a-rule.md)


---

# 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.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.
