# Group Forms

| **Subgroup** | **Action**                                                                                                                        | **Description**                                                                        |
| ------------ | --------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| Forms        | [Show Form](/kalipso5/developing/form/actions/actions-description/group-forms/show-form.md)                                       | This action opens an specific form. User is able to select also the starting plane.    |
| Forms        | [Clear Form](/kalipso5/developing/form/actions/actions-description/group-forms/clear-form.md)                                     | Clears the content of all Controls in the current Form.                                |
| Forms        | [Refresh](/kalipso5/developing/form/actions/actions-description/group-forms/refresh.md)                                           | Refresh the content of all Controls in the current Form.                               |
| Forms        | [Close Form](/kalipso5/developing/form/actions/actions-description/group-forms/close-form.md)                                     | Closes the current Form.                                                               |
| Forms        | [Exec. Local Action Set](/kalipso5/developing/form/actions/actions-description/group-forms/exec.-local-action-set.md)             | This action executes the specified Local Action Set.                                   |
| Forms        | [Invoke From Local Action Set](/kalipso5/developing/form/actions/actions-description/group-forms/invoke-from-local-action-set.md) | Run a specific Local Action Set from any Form in the Project.                          |
| Forms        | [Set Foreground Window](/kalipso5/developing/form/actions/actions-description/group-forms/set-foreground-window.md)               | Places the specified window in the foreground.                                         |
| Forms        | [Force Redraw](/kalipso5/developing/form/actions/actions-description/group-forms/force-redraw.md)                                 | Forces the Windows to redraw the current Form.                                         |
| Forms        | [Return to Form](/kalipso5/developing/form/actions/actions-description/group-forms/return-to-form.md)                             | Returns to the specified Form, closing the current Form and all others in between.     |
| Forms        | [Return Values](/kalipso5/developing/form/actions/actions-description/group-forms/return-values.md)                               | This action return the values to the event that call the Action Set (Local or Global). |
| Forms        | [Present Form](/kalipso5/developing/form/actions/actions-description/group-forms/present-form.md)                                 | Present the specified Form on a secondary dislay.                                      |
|              |                                                                                                                                   |                                                                                        |
| Planes       | [First Plane](/kalipso5/developing/form/actions/actions-description/group-forms/first-plane.md)                                   | Moves to the first Plane (0) of current Form.                                          |
| Planes       | [Last Plane](/kalipso5/developing/form/actions/actions-description/group-forms/last-plane.md)                                     | Moves to the last Plane of current Form.                                               |
| Planes       | [Next Plane](/kalipso5/developing/form/actions/actions-description/group-forms/next-plane.md)                                     | Moves to the next Plane of the current Form.                                           |
| Planes       | [Previous Plane](/kalipso5/developing/form/actions/actions-description/group-forms/previous-plane.md)                             | Moves to the previous Plane of the current Form.                                       |
| Planes       | [Go To Plane](/kalipso5/developing/form/actions/actions-description/group-forms/go-to-plane.md)                                   | Goes to the specified Plane of the current Form.                                       |
| Planes       | [Clear Plane](/kalipso5/developing/form/actions/actions-description/group-forms/clear-plane.md)                                   | Clears the content of all Controls at the specified Plane in the current Form.         |
| Planes       | [Refresh Plane](/kalipso5/developing/form/actions/actions-description/group-forms/refresh-plane.md)                               | Refreshes the content of all Controls at the specified Plane in the current Form.      |
|              |                                                                                                                                   |                                                                                        |
| Status       | [Show Status Window](/kalipso5/developing/form/actions/actions-description/group-forms/show-status-windows.md)                    | Opens a Kalipso Status Window with the specified text.                                 |
| Status       | [Close Status Window](/kalipso5/developing/form/actions/actions-description/group-forms/close-status-window.md)                   | Closes a previously opened Kalipso Status Window.                                      |
|              |                                                                                                                                   |                                                                                        |
| Filter       | [Refresh Form Table Filter](/kalipso5/developing/form/actions/actions-description/group-forms/refresh-form-table-filter.md)       | Refreshes the record set of the specified Database Table in current Form.              |
| Filter       | [Set Form Table Filter](/kalipso5/developing/form/actions/actions-description/group-forms/set-form-table-filter.md)               | Sets the Filter of the specified Database Table in the current Form.                   |


---

# 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/group-forms.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.
