> 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/execute-independent-action-item.md).

# Execute Independent Action Item

Carry out assigned actions.

## Workflow Overview

<i class="fa-location-dot">:location-dot:</i> **Current Task:** Execute Independent Action Item

<i class="fa-user">:user:</i> **Performed By:** Assigned Action Owner

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

***

## Accessing the Task <a href="#accessing-the-task" id="accessing-the-task"></a>

The **Execute Independent Action Item** task can be accessed through any of the following:

* The **To Do** module.
* The **direct link** provided in the email notification.

***

## Completing the Task <a href="#completing-the-task" id="completing-the-task"></a>

Carry out the assigned action and document the outcome.

{% hint style="danger" %}
Depending on the action, this form may or may not include the following sections:

* **Procedures**
* **Assets**
* **Checklist Result**
  {% endhint %}

<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 %}

{% hint style="info" %}

#### Saving Your Work

To save progress without submitting, click **Save** in the top-right corner of the panel.

* The task remains in the **To Do** module for you to revisit and complete later.
  {% endhint %}

***

{% stepper %}
{% step %}

### Complete Checklist

If a checklist is assigned, work through it as you carry out the action.

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

You can set the final status for items individually or all at once.

**For individual items:**

* Click the **Edit** ( <i class="fa-pen">:pen:</i> ) icon next to the item or double-click the item.
* From the **Final Status** dropdown, select a status.
* Use the navigation buttons as needed:

  * **Previous:** Click to save and navigate to the previous item.
  * **Save and Close:** Click to save and close the window.
  * **Next:** Click to save and navigate to the next item.

  <div data-gb-custom-block data-tag="hint" data-style="danger" class="hint hint-danger"><p>The <strong>Previous</strong> and <strong>Next</strong> buttons are unavailable on the first and last items, respectively.</p></div>

**For all items:**

* From the **Final Status for All** dropdown, select a status.
* Click **Set for All**.

{% hint style="danger" %}

#### Checklist Status Constraints

Before you can submit the action, all checklist items with status constraints must meet those constraints.

* For example, if an item allows only **In Progress** or **Completed**, its final status must be set to one of those values.

Items without status constraints can have any status or no status at all.
{% endhint %}

***

{% endstep %}

{% step %}

### Document Action Results

Document the outcome of the executed action.

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

* **Actual RTO (In Hours):\*** Enter the actual **Recovery Time Objective** (**RTO**) in hours.
* **Actual RPO (In Hours):\*** Enter the actual **Recovery Point Objective** (**RPO**) in hours.
* **N/A:** Select if RTO and RPO do not apply to the action.
* **Nothing To Do:** Select if no action is required or the action has already been addressed.
* **File Result:** Upload any supporting files or evidence related to the action results.
* **Result:\*** Document the outcome and findings of the executed action.
* **Lessons Learned:\*** Document any lessons learned during execution, including challenges encountered, issues identified, and opportunities for improvement.
* **Comment Result:** Enter any additional comments or context.

***

{% endstep %}

{% step %}

### Close Action

From the **Task Resolution** dropdown, select **Action Completed**, then click **Submit.**

→ Next Step: [Review Completion of Action](/interfacing-help-files/business-continuity/managing-action-items-apps/executing-independent-action-items/review-completion-of-action.md)

***

{% 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/execute-independent-action-item.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.
