# Functions List

This group is an ordered list by subject of functions available in Kalipso. In each subject, a list of all functions and a brief description of their purpose are presented. Clicking on the function name accesses directly to its description page.

The list of available group functions is:

* [String Functions](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-list/string-functions)
* [Numeric Functions](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-list/numeric-functions)
* [Conditional Functions](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-list/conditional-functions)
* [Date Functions](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-list/date-functions)
* [Time Functions](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-list/time-functions)
* [Conversion Functions](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-list/conversion-functions)
* [Operators](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-list/operators)
* [Others](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-list/others)
* [Keywords](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-list/keywords)


---

# 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://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-list.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.
