> 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/developing-business-management-plans-apps/creating-and-managing-plans.md).

# Creating & Managing Plans

Perform tasks assigned to your role to advance plans through the Plan Creation & Approval workflow.

## Workflow Overview <a href="#workflow-overview" id="workflow-overview"></a>

The **Plan Creation & Approval** workflow governs the creation, review, and approval of Business Continuity Plans (BCPs), Disaster Recovery Plans (DRPs), and Crisis Management Plans (CMPs).

<figure><img src="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FINTrEnYm7Y4hXNw0QTDs%2FBCM-V15-Plan-Workflow.png?alt=media&amp;token=ff66b1b9-97c1-40d5-b030-b7d3bf3a1aec" alt="" width="550"><figcaption></figcaption></figure>

***

## Interactive Tour <a href="#interactive-tour" id="interactive-tour"></a>

Explore the **Plan Creation & Approval** workflow and learn how each stage works, with key guidance and best practices along the way.

***

## Workflow Stages <a href="#workflow-stages" id="workflow-stages"></a>

The workflow is organized into **three key stages**, each with specific roles and responsibilities.

{% hint style="success" %}
For detailed instructions on any stage, click the corresponding button.
{% endhint %}

{% stepper %}
{% step %}

### Create New Plan

> **Performed By:** Plan Owner (e.g., Department Manager, Process Owner, Business Continuity Coordinator)

**Responsibilities**:

* Define the plan's scope, operational content, and communication strategy.
* Assign supporting documentation and related plans, as applicable.
* Submit the plan to initiate the workflow.

<p align="center"><a href="/interfacing-help-files/business-continuity/developing-business-management-plans-apps/creating-and-managing-plans/create-new-plan.md" class="button primary" data-icon="circle-plus">Create New Plan</a></p>

***

{% endstep %}

{% step %}

### Review Plan

> **Performed By:** Assigned Reviewer (e.g., Risk Manager, Compliance Officer, Business Continuity Manager)

**Responsibilities**:

* Review the submitted plan for completeness, suitability, and implementation readiness.
* Provide feedback or request revisions if needed.
* Approve the plan or return it to the owner for modification.

<p align="center"><a href="/interfacing-help-files/business-continuity/developing-business-management-plans-apps/creating-and-managing-plans/review-plan.md" class="button primary" data-icon="magnifying-glass">Review Plan</a></p>

***

{% endstep %}

{% step %}

### Modify Plan

> **Performed By:** Plan Owner (e.g., Department Manager, Process Owner, Business Continuity Coordinator)

**Responsibilities**:

* Review the feedback provided by the reviewer.
* Update the plan to address requested revisions.
* Resubmit the plan for further review.

<p align="center"><a href="/interfacing-help-files/business-continuity/developing-business-management-plans-apps/creating-and-managing-plans/modify-plan.md" class="button primary" data-icon="pencil">Modify Plan</a></p>

{% hint style="warning" %}
This stage is triggered only if the reviewer returns the plan for modification.
{% 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/developing-business-management-plans-apps/creating-and-managing-plans.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.
