# Scripting Rule Comparison

## Overview

Like in most modern IDEs, our Scripting Rules offer a code-comparison feature. Changed lines will be highlighted as shown in the image below.

<figure><img src="/files/gkhsSGi4ied1oQxWJyyZ" alt=""><figcaption><p>Comparison of two Scripting Rules. In rule version 1, we had a function that divides two numbers and returns the result. In rule version 2 we decided to changed this function to multiply two numbers instead.</p></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://docs.decisionrules.io/doc/rules/common-rule-features/rule-comparison/scripting-rule-comparison.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.
