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

# Edit

Provides access to all edition features related with Forms, Reports and Controls. The displayed features depend on being editing a Form or a Report. Provides access to "Find" feature.

Choosing this option, the Ribbon Bar presents the following possibilities:

![](/files/-M9xuxWnuTobQJacMdr-)

In greater detail, the options, by section, are as follows:

![](/files/-MA25RK9fggv5R6eEYkd)

* **Form's Properties** - Access the properties management window for the selected form.
* **Form's Actions** - Accesses the actions tab directly in the properties management window of the selected form.
* **Check Usage** - This is a shortcut to the [Find ](/kalipso5/using/find.md)option. Indicates where the selected object (in this case the form) is being used.
* **Copy Form** - Copy the selected form
* **Paste Form** - Paste the form previously copied
* **Duplicate Form** - Duplicates the selected form
* **Delete Form** - Delete the selected form
* **Show Grid** - In the forms it shows the grid lines or not.
* **Frame Controls** - Frame or unframe controls. The icon changes according to the chosen option.

![](/files/-MA25Y-qvC_YbPWU94Z9)

* **Control's Properties** - Access the properties management window for the selected control.
* **Control's Actions** - Accesses the actions tab directly in the properties management window of the selected control.
* **Check Usage** - This is a shortcut to the [Find ](/kalipso5/using/find.md)option. Indicates where the selected object (in this case the control) is being used.
* **Copy Control** - Copy the selected control
* **Paste Control** - Paste the control previously copied
* **Cut Control** - Cut the selected control
* **Delete Control** - Delete the selected control
* **Lock Control** - Closes the position of the selected control.
* **Group Controls** - Groups a set of selected controls
* **Focus Order** - Access the specific area of the focus order option. See more [here](/kalipso5/developing/form/controls/focus-order.md).
* **Select All** - Selects all controls on the active form.

![](/files/-MA25gTdu0Osw_pHPmP9)

* **Find** - Opens the find window. See more [here](/kalipso5/using/find.md).
* **Properties Toolbar** - Presents, next to the design area, a window with direct access to the properties of the selected control

![](/files/-MA25mU2JHAV73d9lxnh)

* **Undo** - A function performed to reverse the action of an earlier action
* **Redo** - To reverse an undo operation


---

# 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, and the optional `goal` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/using/environment/menu/edit.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
