# Decision Tree

Decision Trees allow you to build your decision making logic in a simple tree structure. That means, given input data, you can make and branch out conditions that gradually lead towards the desired output.

It is a visual representation of business rules that uses **IF-THEN-ELSE** logic to map out decision-making processes. It allows users to define conditions and actions step-by-step, making it easy to create both simple and complex decision structures. The design process is made simple thanks to our clear graphical representation.

### What can you find in this section?

{% content-ref url="decision-tree/tree-designer" %}
[tree-designer](https://docs.decisionrules.io/doc/rules/decision-tree/tree-designer)
{% endcontent-ref %}


---

# 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/decision-tree.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.
