# Add action

<div align="left"><img src="/files/-MIxukNoJ2zpM3RlV_n8" alt=""></div>

To add action:

1. Select item in Project tree
2. Select Insert > Action. The added action will be highlighted in Actions Editor.
3. Select Source and Event:
   * Double click Source cell to select source object
   * Double click Event cell to select event
4. Select Target and Action:
   * Double click Target cell to select target object
   * Double click Action cell to select action
5. Set action argument on Argument panel
6. Set Delay if necessary (in milliseconds)

## Duplicate action

<div align="left"><img src="/files/-MIxukNt0__SomNl0Pe2" alt=""></div>

To duplicate action:

1. Select action in Actions Editor
2. Press Ctrl+D or click Duplicate action <img src="/files/-MJ6VDq-ha3NXETCqiVr" alt="" data-size="line"> on Actions Editor toolbar

## Remove action

<div align="left"><img src="/files/-MIxukNsMhrU_8NkC5L-" alt=""></div>

To remove action:

1. Select action in Actions Editor
2. Press Del or click Remove action <img src="/files/-MJ6VN1mj9sh-jzRs6x1" alt="" data-size="line"> on Actions Editor toolbar


---

# 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://docs.flipabit.dev/actions/add-action.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.
