> 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/simulating-business-management-plans-apps/running-and-managing-plan-simulations/simulate-plan.md).

# Simulate Plan

Coordinate and initiate the simulation of an operational plan through the Plan Simulation & Validation workflow.

## Workflow Overview

<i class="fa-location-dot">:location-dot:</i> **Current Task:** Simulate Plan

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

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

***

## Completing the Form

Use one of the following forms to initiate the simulation of an approved and active operational plan:

* **Simulate Business Continuity Plan**
* **Simulate Crisis Management Plan**
* **Simulate Disaster Recovery Plan**

{% hint style="info" %}
Simulations allow you to test the effectiveness of operational plans in a controlled environment without affecting live operations. This helps identify gaps, validate procedures, and assess team readiness.
{% endhint %}

In the **Business Continuity** application, simulating a plan works the same way as executing one. The starter form and the forms within the associated workflow differ only in their labeling:

* **Simulation forms** are labeled *<mark style="color:red;">Simulation</mark>* to indicate a test scenario.
* **Execution forms** are labeled *<mark style="color:red;">Real Execution</mark>* to indicate an actual event response.

To complete the **Simulate Plan** form, follow the instructions in [**Execute Plan**](/interfacing-help-files/business-continuity/executing-business-management-plans-apps/initiating-and-managing-plan-executions/execute-plan.md).&#x20;

After completing all applicable sections and initiating the required tasks, click **Submit** to begin the [**Plan Simulation & Validation**](/interfacing-help-files/business-continuity/simulating-business-management-plans-apps/running-and-managing-plan-simulations.md) workflow.

***


---

# 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/simulating-business-management-plans-apps/running-and-managing-plan-simulations/simulate-plan.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.
