# Data Types & Functions

Rules rely on various **data types, operators, and functions** to process and evaluate information effectively. Understanding these core elements is essential for defining conditions, performing calculations, and transforming data within rules.

This section provides an overview of the **supported data types**, which include numbers, text, booleans, dates, arrays, and objects. It also introduces **operators and functions**, which are categorized into different groups such as mathematical, logical, text, date, integration, data, and array functions. These functions allow for complex rule execution, enabling dynamic decision-making and data manipulation.

Detailed pages in this section explain each **data types, operators, and function categories**, helping you apply them efficiently in your rules.


---

# 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/data-types-and-functions.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.
