> For the complete documentation index, see [llms.txt](https://interfacing.gitbook.io/interfacing-help-files/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interfacing.gitbook.io/interfacing-help-files/business-continuity/managing-action-items-apps/executing-independent-action-items/initiate-independent-action-execution.md).

# Initiate Independent Action Execution

Trigger selected action items for execution to initiate the Independent Action Execution & Closure workflow.

## Workflow Overview

<i class="fa-location-dot">:location-dot:</i> **Current Task:** Trigger Independent Action(s) for Execution

<i class="fa-user">:user:</i> **Performed By:** Action Creator (e.g., Department Manager, Operations Manager, Business Continuity Coordinator)

<p align="center"><kbd><strong>IMAGE</strong></kbd></p>

***

## Completing the Form

Use the **Execute Independent Action** **Item** form to select and trigger standalone action items for execution. These actions operate independently and are not tied to a larger operational plan.

<p align="center"><kbd><strong>IMAGE</strong></kbd></p>

{% hint style="success" %}
For guidance on common form features and functions, see [**Working with Forms**](/interfacing-help-files/end-users/exploring-apps/working-with-forms.md).
{% endhint %}

***

{% stepper %}
{% step %}

### Select Action(s)

Check the **Selected** box for each action you want to execute.

{% hint style="success" icon="lightbulb" %}
**Tip:** Use **Select All** to select all items in the grid, or **Deselect All** to clear all selections.
{% endhint %}

***

{% endstep %}

{% step %}

### Initiate Action(s) for Execution

Click **Execute Selected Action(s)** to initiate the execution of the selected actions.

* A confirmation message will appear, displaying the number of actions initiated.

→ Next Step: [Execute Independent Action Item](/interfacing-help-files/business-continuity/managing-action-items-apps/executing-independent-action-items/execute-independent-action-item.md)

{% hint style="info" %}
Once actions are triggered, closing and reopening the form will display the **Started** checkbox as selected for the corresponding actions in the grid.
{% endhint %}

***

{% endstep %}
{% endstepper %}

***


---

# 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://interfacing.gitbook.io/interfacing-help-files/business-continuity/managing-action-items-apps/executing-independent-action-items/initiate-independent-action-execution.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.
