# Local Action Sets

A Local Action Set is a set of Actions; it’s what in other languages can be called a procedure.

A Local Action Set can only be executed from the Form where it belongs, whether it’s from the Form itself or a Control. A Local Action Set can also be used by a [Timer](/kalipso5/developing/form/option-window/timers.md), so that it is periodically executed.

![](/files/-MSmqLG7btl6NVZGOk0I)

In the tab window, the information appears in a list on the left with the local action sets created. On the right side of this list are a set of buttons that allow you to work with the local action set. Whether in the process of creating and editing or even deleting. Thus, the buttons allow:

* **Add** - Adds a new local action set.
* **Edit** - Edit the selected local action set.
* **Delete** - Delete the selected local action set.
* **Copy** - Copy a local action set
* **Paste** - Paste a copied local action set.
* **Duplicate** - Duplicates the selected local action set. Copy and paste in one simple action.
* **Check usage** - This is a shortcut to the [Find ](/kalipso5/using/find.md)option. Indicates where the selected object is being used.

### Add/Edit

Clicking on the add icon or after selecting an action set already created and clicking on edit, the following screen appears:

![](/files/-MSmrEzslS5gXJbQNMfQ)

In the window the initial options are:

* **Name** – Name of the Local Action Set. The name of the Form should only contain letters, digits or underscore (\_). This is the Name that will identify the Local Action Set throughout the Project.
* **Description** – Description of the Local Action Set. The description that you want to give to the Local Action Set. This property is for your information only.
* **Don't Trace** - By clicking on this option it is defined that this local action set does not appear in the simulator's trace window. Not being active it will appear. Usable in the project development phase.

Below are all the actions that can be used to create a local action set (left side list). In the middle is the area for the construction of the local action set.

To understand how to manage Actions, check the [Actions ](/kalipso5/developing/form/actions.md)chapter.


---

# 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/option-window/local-action-sets.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.
