> 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/actions.md).

# Actions

Actions, as one of the central parts of Kalipso, constitute a large group of possibilities to integrate into the project under development.\
\
Actions available on Kalipso are classified by groups and subgroups.

In this section you can find the actions listed by groups and then, for each subgroup, you find the individual description of each action. So you can choose from the following links:

* [Actions List](/kalipso5/developing/form/actions/actions-list.md)
* [Actions Description](/kalipso5/developing/form/actions/actions-description.md)
* [Convertible Actions](/kalipso5/developing/form/actions/convertible-actions.md)

When using actions you will find that some open a specific window for their use, others just need to be dragged to use them. When accessing the individual page of each one, you always access the parameters associated with it.

{% hint style="success" %}
Actions are pre-build therefore you cannot define a new Action. If you have the need of an Action who doesn’t exist on Kalipso, please contact us.
{% endhint %}


---

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