# Decision Tables Introduction

Welcome to the Decision Tables section, the most popular tool within [DecisionRules](https://decisionrules.io/). This section provides comprehensive guidance on how to effectively utilize this powerful feature for creating business tables. Here, you'll find detailed instructions on using the table designer, which is the dedicated area for designing tables. Additionally, this section covers the import and export options for rules, as well as how to manage this data seamlessly.

Furthermore, you’ll discover advanced functionalities, including the various functions available for evaluating cells within tables.

## What You Can Find in This Space

{% content-ref url="/pages/-MQSmvHqH7oi-nO76NVu" %}
[Table Designer](/doc/v1/decision-tables/decision-table-designer.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MN5T-WToSwRae5FlXRD" %}
[Input & Output JSON Model](/doc/v1/decision-tables/input-and-output.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MOcGP\_57jY2RLntj9cS" %}
[Supported Data Types](/doc/v1/decision-tables/data-types.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MOcE5p68rUxyxrhg6iu" %}
[Operators and Functions](/doc/v1/decision-tables/operators.md)
{% endcontent-ref %}

{% content-ref url="/pages/-ManB6dQvaV-fFix9Ks\_" %}
[Functions](/doc/v1/decision-tables/operators/functions.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MQSpuO03Q3uGy5LBK8p" %}
[Export & Import of Decision Tables](/doc/v1/decision-tables/import-and-export-rule.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MhTHc7S0EYMgMyfPnUL" %}
[Table Operations](/doc/v1/decision-tables/table-operations.md)
{% 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/v1/decision-tables/decision-tables-introduction.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.
