# Rule Engine

A **Rule Engine** is like a **set of instructions** that follows a **logical condition**. It works based on the principle of **"When certain conditions are met, perform a specific task."** You can think of it as a smart interpreter for **if-then** statements. The **if-then** statements in this case are called rules.

With the **Rule Engine**, you can create as many rules as you want. A rule will execute when the specified condition or conditions are met. However, if you do not want a rule to execute automatically after creating it, you can **turn it off** in the **rules table**. All other rules will still execute automatically.

### For detailed configuration follow this section: [Rule Engine](broken://pages/mB0gTP7SPgGsVdV2Glwf)


---

# 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.widgelix.com/get-started/rule-engine.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.
