# Actions List

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

The list of available group actions is:

* [Group Forms](/kalipso5/developing/form/actions/actions-list/group-forms.md)
* [Group Database](/kalipso5/developing/form/actions/actions-list/group-database.md)
* [Group Code](/kalipso5/developing/form/actions/actions-list/group-code-flow.md)
* [Group Controls](/kalipso5/developing/form/actions/actions-list/group-controls.md)
* [Group Communications](/kalipso5/developing/form/actions/actions-list/group-communications.md)
* [Group Files](/kalipso5/developing/form/actions/actions-list/group-files.md)
* [Group Date/Time](/kalipso5/developing/form/actions/actions-list/group-date-time.md)
* [Group RFID](/kalipso5/developing/form/actions/actions-list/group-rfid.md)
* [Group Voice](/kalipso5/developing/form/actions/actions-list/group-voice.md)
* [Group GPS](/kalipso5/developing/form/actions/actions-list/group-gps.md)
* [Group Email](/kalipso5/developing/form/actions/actions-list/group-email.md)
* [Group Barcode](/kalipso5/developing/form/actions/actions-list/group-barcode.md)
* [Group Others](/kalipso5/developing/form/actions/actions-list/group-others.md)


---

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