> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions.md).

# Expressions

Throughout Kalipso, you’ll see that there are many inputs asking you to enter an Expression that will be calculated in runtime. Usually, most of the [Actions ](/kalipso5/developing/form/option-window/actions.md)parameters are Expressions, but also the "Filters", "Order By" and "Source Expressions" (Input Box for instance).

In this group you will find pages dedicated to different types of expressions. At the same time, you can access the Functions. Look on the left side of the menu or follow the links in the following list:

* [String Expressions](/kalipso5/developing/form/expressions/string-expressions.md)
* [Numeric Expressions](/kalipso5/developing/form/expressions/numeric-expressions.md)
* [Conditional Expressions](/kalipso5/developing/form/expressions/conditional-expressions.md)
* [Filter and Order By](/kalipso5/developing/form/expressions/filter-and-order-by.md)
* [Functions](/kalipso5/developing/form/expressions/functions.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.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.
