> 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/using/environment/file/settings/actions.md).

# Actions

In this tab, the actions settings are configured, as shown in the image.

![](/files/-MB_52-scRg5m97UEERa)

Fill Columns with default values:

* **"SQL Statement" Action (insert)** - Fill Colunms with default values.
* **"SQL Statement" Action (update)** - Fill Colunms with default values.<br>
* **"Comment" Action prefix** - Prefix Characters when adding a Comment action.
* **"Comment" Action Color** - Color of the Comment actions.
* **"Comment" Action Back. Color** - Background Color of the Comment actions.<br>
* **"Separator" Action style** - Separator style.
* **"Separator" Action Color** - Separator Color.
* **"Separator" Action Back. Color** - Separator Background color.

The Action Completion feature saves you time. It can be used in two cases. Each time you add an If Action, an Else can be automatically added (An End If is always added).

When you add an Action that can cause any kind of error, two Kalipso Keywords will be updated: ERRORCODE and ERRORMSG. So, after this kind of Actions, Kalipso can add Actions to manage the error.

When you add a [Show Popup](/kalipso5/developing/form/actions/actions-description/group-others/show-popup.md) Action, Kalipso can built the necessary Actions for you to evaluate the Popup's select option. Once added, these Actions can be edited as you wish.

{% hint style="success" %}
To learn more about actions on Kalipso click [here](/kalipso5/using/environment/file/settings/actions.md).
{% 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/using/environment/file/settings/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.
