> 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/end-users/change-request-application/navigating-the-change-request-management-workflow.md).

# Creating & Managing Change Requests

Perform tasks assigned to your role to advance requests through the CR Management workflow.

## Workflow Overview

The **Change Request** application operates through a single, standardized workflow: the **Change Request Management** workflow. This workflow governs the full lifecycle of a change request, from creation through final evaluation.

<figure><img src="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FsT7nsW7x9gDEIcjN06Hk%2FCR-V16-Workflow.png?alt=media&amp;token=d435be5b-9a9b-47d9-8ce1-1639c9b01648" alt=""><figcaption></figcaption></figure>

***

## Interactive Tour

Explore the **CR Management** workflow and learn how each stage works, with key guidance and best practices along the way.

***

## Workflow Stages

The workflow is organized into **five key stages**, each with specific roles and responsibilities.&#x20;

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

{% stepper %}
{% step %}

### Create New Change Request

> **Performed By:** Request Creator (e.g., Process Owner, Quality Specialist, Project Manager)

**Responsibilities**:

* Identify the need for a change related to a process, product, document, or service.
* Provide the necessary details (e.g., subject, priority, due date, description, justification).
* Submit the request to initiate the workflow.

<p align="center"><a href="/interfacing-help-files/end-users/change-request-application/navigating-the-change-request-management-workflow/create-new-change-request.md" class="button primary" data-icon="circle-plus">Create a New Change Request</a></p>

***

{% endstep %}

{% step %}

### Review & Plan Change Request

> **Performed By:** Assigned Reviewer (e.g., Department Manager, Quality Assurance Lead, Compliance Officer)

**Responsibilities:**

* Evaluate the clarity, rationale, and potential impact of the request.
* Develop an implementation plan, including required tasks and actions.
* Provide feedback to the requester if revisions are needed.
* Approve the request for implementation or return it for modification.

<p align="center"><a href="/interfacing-help-files/end-users/change-request-application/navigating-the-change-request-management-workflow/review-and-plan-change-request.md" class="button primary" data-icon="clipboard-list-check">Review &#x26; Plan Change Request</a></p>

***

{% endstep %}

{% step %}

### Modify Change Request

> **Performed By:** Request Creator (e.g., Process Owner, Quality Specialist, Project Manager)

**Responsibilities:**

* Review feedback from the assigned reviewer.
* Make necessary revisions (e.g., update justification, attach supporting documents, refine scope).
* Resubmit the request for further review.

<p align="center"><a href="/interfacing-help-files/end-users/change-request-application/navigating-the-change-request-management-workflow/modify-change-request.md" class="button primary" data-icon="pencil">Modify Change Request</a></p>

{% hint style="warning" %}
This stage is triggered only if the request is returned for modification after the initial review.
{% endhint %}

***

{% endstep %}

{% step %}

### Implement the Plan

> **Performed By:** Assigned Action/Task Owners

This stage includes the **Implement the Plan** subprocess, which manages all actions or tasks required to execute approved changes. It integrates both the [Action Item Management](/interfacing-help-files/quality-managers/action-item-application/creating-and-managing-action-items.md) and [Task Management](/interfacing-help-files/quality-managers/task-management-application/creating-and-managing-tasks.md) workflows.

<figure><img src="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FArF5J3VW5gVm2X55dhhH%2FCR-V16-Workflow-1.png?alt=media&amp;token=d17703c0-1a96-4b3d-b044-6daee6104a1a" alt=""><figcaption></figcaption></figure>

**Responsibilities:**

* Accept or decline assigned action(s) or task(s).
* Execute assigned items according to instructions.
* Document progress and provide evidence of completion.
* Report any issues or deviations from the plan.
* Submit completed work for approval.

<p align="center"><a href="/interfacing-help-files/end-users/change-request-application/navigating-the-change-request-management-workflow/implement-the-plan.md" class="button primary" data-icon="rocket-launch">Implement the Plan</a></p>

{% hint style="warning" %}
This stage is triggered only if specific actions or tasks were defined during review and planning.
{% endhint %}

***

{% endstep %}

{% step %}

### Review Implementation

> **Performed By:** Assigned Reviewer (e.g., Department Manager, Quality Assurance Lead, Compliance Officer)

**Responsibilities**:

* Verify that the change has been implemented as planned.
* Ensure all tasks and actions are complete.
* Confirm that documentation is accurate and compliant.
* Approve the final implementation or return items for rework if incomplete or incorrect.

<p align="center"><a href="/interfacing-help-files/end-users/change-request-application/navigating-the-change-request-management-workflow/review-and-plan-change-request.md" class="button primary" data-icon="magnifying-glass">Review Implementation</a></p>

***

{% 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/end-users/change-request-application/navigating-the-change-request-management-workflow.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.
