# Multi-Hit Decision Tables

Configure policies to allow multiple simultaneous outcomes based on business needs, without hardcoding logic in scripts. Use Single Hit and Multi Hit Policies to control how matching rules are handled.

* **Single Hit Policy:** Returns a single result based on predefined rule-matching criteria.
* **Multi Hit Policy:** Returns multiple results by aggregating or listing all matching rule outputs.
* **Preview Mode:** Test rules before using them in processes.
* **Configurable Hit Policies:** Select the best-suited policy when building processes in the Modeler.

Enhance business process decisions with flexible policies, giving designers full control over how multiple matching rules are processed.

{% embed url="<https://demos.processmaker.com/demo/cm8l9fmtd002s0d0i9s8cr6dw>" %}

{% hint style="success" %}

#### <mark style="color:green;">Learn More</mark>

* [**ProcessMaker Knowledge Cente**~~**r**~~](https://docs.processmaker.com/docs/decision-tables#single-hit-vs-multi-hit-decision-tables): Find detailed product documentation.
* [**ProcessMaker University**](https://university.processmaker.com/course/view.php?id=305): Enroll in free courses to learn how to use ProcessMaker Platform.
  {% endhint %}


---

# 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://processmaker.gitbook.io/quick-start-guides/spring-2025/new/multi-hit-decision-tables.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.
