# Rule versioning

**Who can use this feature:**

You need the **Core Pro** plan in your [Channable subscription](https://www.channable.com/pricing) to use this feature.

The changes that you make to the content of rules are kept in a version history, which means that you can keep track of the changes that are made to each rule.

This is helpful if multiple users work on the same rules in your project, or if you want to test out changes to a rule and restore it to a previous version.

{% stepper %}
{% step %}

### Open the rule

Go to **\[your channel] > Rules** and select a rule.
{% endstep %}

{% step %}

### Open options

Click on the **Options** dropdown.
{% endstep %}

{% step %}

### View version history

Select **Version history**. A panel will open with the timestamped versions of your rule, along with the user who made the changes to the rule (depending on your user role).
{% endstep %}

{% step %}

### Review versions

Click through the versions of your rule to review how your rule has changed.
{% endstep %}

{% step %}

### Restore a previous version

To restore your rule to a previous version, select a version and click **Restore version**.

Your rule has changed to the version that you selected.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Channable stores up to 30 versions of each rule. Once a rule reaches 30 versions, the oldest version will be deleted.
{% endhint %}

<figure><img src="/files/f321d34391e89ca35fb4ce5d57f7aae363ab8cd0" alt=""><figcaption></figcaption></figure>


---

# 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://helpcenter.channable.com/manage-improve-product-data/rules-bulk-edit-and-enrich/rule-versioning.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.
