# Other

- [Rule Alias](https://docs.decisionrules.io/doc/v1/other/rule-alias.md): This page contains information about the rule alias feature.
- [Execution Strategy](https://docs.decisionrules.io/doc/v1/other/execution-strategy.md)
- [Rule State](https://docs.decisionrules.io/doc/v1/other/rule-state.md): \*Applies to all Rule types - Decision Rules, Scripting Rules and Rule Flows
- [Rule Versioning](https://docs.decisionrules.io/doc/v1/other/versioning.md): \*Applies to all Rule types - Decision Tables, Decision Trees, Scripting Rules and Rule Flows.
- [Favorite Rules](https://docs.decisionrules.io/doc/v1/other/favorite-rules.md): How to make your rules favorite
- [Rule Variables](https://docs.decisionrules.io/doc/v1/other/rule-variables.md)
- [Rule Comparison](https://docs.decisionrules.io/doc/v1/other/rule-comparison.md): Some types of rules support a comparison feature, letting you easily identify differences between two separate rules or rule versions.
- [Decision Table Comparison](https://docs.decisionrules.io/doc/v1/other/rule-comparison/decision-table-comparison.md): Table comparison view can be a bit intimidating at first. In this article, we will do our best to clearly explain how to read it and use it most effectively.
- [Decision Tree Comparison](https://docs.decisionrules.io/doc/v1/other/rule-comparison/decision-tree-comparison.md): In this article, we will explain the decision tree comparison.
- [Scripting Rule Comparison](https://docs.decisionrules.io/doc/v1/other/rule-comparison/scripting-rule-comparison.md): Comparing scripting rules together is pretty straight-forward
- [Rule Tags](https://docs.decisionrules.io/doc/v1/other/tagging.md): \*Applies to all Rule types - Decision Tables, Decision Trees, Scripting Rules and Rule Flows.
- [Rule Dependencies](https://docs.decisionrules.io/doc/v1/other/rule-dependencies.md): Discover how rules are connected
- [Test Bench](https://docs.decisionrules.io/doc/v1/other/test-bench.md)
- [Single Sign-On (SSO)](https://docs.decisionrules.io/doc/v1/other/single-sign-on-sso.md)
- [Event timeline](https://docs.decisionrules.io/doc/v1/other/event-timeline.md)
- [Rule Lock](https://docs.decisionrules.io/doc/v1/other/rule-lock.md): This feature further extends the control over the rules. In this article we will briefly explain how it works.
- [Rule Migration Strategies](https://docs.decisionrules.io/doc/v1/other/rule-migration-strategies.md): In this article, we describe the recommended strategies for migrating rules between environments
- [Changes in Version 1.19.0 (10/2024)](https://docs.decisionrules.io/doc/v1/other/changes-in-version-1.19.0-10-2024.md): The version 1.19.0 of DecisionRules brings ground-breaking new features and improvements. This page features a summary of the main changes, which may be of importance mainly to current users.


---

# 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/v1/other.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.
