Advanced > Actions
, you will have access to the actions library and the
ability to create, save, edit, and execute existing actions.

- Saved: List saved actions
- Library: List and test all available actions for use
- Create new Action: Create new actions
Listing and testing actions
When listing actions in the library, and when clicking on an action, you gain access to a preview of the Action, as well as access to the original code of that element. It is also possible to edit the code to test changes in the functionality of the component.
🌐
Element preview☰
Form with properties{}
Textual description of properties</>
Code editor🖥️
Logs related to the loader preview✨
Decopilot: AI for code modification
Create new Action
It is possible to create a saved action or the base (template) of an action.
- Create template: Creates an action that will be available in the component library. This means creating a code base that will define a set of properties and a program to return data.
- Using a template: Creates a saved action from an existing base. The name will be the identification of this element.