# Executing Rule Sets

## Executing Rule Sets

The ExecuteRuleSet activity is used for defining, validating and executing Rule Sets in appRules.  Rule Set in appRules is a set of rules and the Actions to be performed when each rule evaluates to true or false.

#### Creating Rule Sets

To create a Rule Set, drag an ExecuteRuleSet activity from the "Business Rules" module of the toolbox on to the designer.  The following modal will be displayed:

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

Enter a Rule Name, then click on the button after the name to set the related condition.

For each rule, you can set action(s) if true or false.

To add new rules and actions, right click in the related area of the window to display the context menu:

![](/files/-MFzBcp6NRQIzFHd1UJU)

#### Testing Rule Sets

To test your rule set, simply click the Run button from your IDE.  If the ViewExecutionResults property is set to True (checked), the result of the run in debug mode will be displayed.


---

# 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.appstrategy.com/apprules-r-documentation/platform-products/apprules-integration-and-automation-engine/business-rules/business-rules-1.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.
