> 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/auditors/management-review-application/creating-and-managing-management-reviews.md).

# Creating & Managing Management Reviews

Perform tasks assigned to your role to advance reviews through the MR workflow.

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

The **Management Review** (**MR**) application operates through a single, standardized workflow: the **MR** workflow. This workflow governs the full lifecycle of a management review, from creation through final evaluation and closure.

<figure><img src="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FzAbY6DXQHPTzqdkXqawe%2FMR-V112-Workflow.png?alt=media&amp;token=41e4af6e-8af1-4863-b0b8-577fced73cb6" alt=""><figcaption></figcaption></figure>

***

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

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

{% @howdygo/embed url="<https://app.howdygo.com/share/0e7e5c0a-ede0-4cc2-97a7-cf340a865922>" %}

***

## Workflow Stages

The workflow is organized into **five 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 Management Review

> **Performed By:** Review Creator (e.g., Quality Manager, Operations Manager, Department Manager)

**Responsibilities:**

* Define the scope, schedule, and classification of the management review.
* Assign the individuals responsible for preparing, executing, and reviewing the management review.
* Identify participants who should attend the review.
* Submit the management review to initiate the workflow.

<p align="center"><a href="/interfacing-help-files/auditors/management-review-application/creating-and-managing-management-reviews/create-management-review.md" class="button primary" data-icon="circle-plus">Create Management Review</a></p>

***

{% endstep %}

{% step %}

### Prepare QMR

> **Performed By:** Coordinator (e.g., Quality Coordinator, Management Systems Coordinator, Executive Assistant)

**Responsibilities:**

* Prepare the agenda and supporting materials for the management review.
* Distribute the agenda to invited participants.
* Review relevant Quality Management System (QMS) performance data and metrics.
* Ensure all information required for the review meeting is available and up to date.
* Submit the review for execution.

<p align="center"><a href="/interfacing-help-files/auditors/management-review-application/creating-and-managing-management-reviews/prepare-qmr.md" class="button primary" data-icon="clipboard-list-check">Prepare QMR</a></p>

***

{% endstep %}

{% step %}

### Execute QMR

> **Performed By:** Administrator (e.g., Quality Manager, Operations Manager, Management Representative)

**Responsibilities:**

* Conduct the management review meeting.
* Review agenda items, supporting information, and QMS performance data.
* Document meeting attendance, discussions, decisions, and conclusions.
* Review actions from previous management review cycles.
* Define new actions resulting from the review, where applicable.
* Take appropriate action:
  * Submit the review for minutes approval.
  * Initiate defined action(s) for execution.
  * Escalate the review to a quality event.
  * Close the review.

<p align="center"><a href="/interfacing-help-files/auditors/management-review-application/creating-and-managing-management-reviews/execute-qmr.md" class="button primary" data-icon="user-pen">Execute QMR</a></p>

***

{% endstep %}

{% step %}

### Review Minutes

> **Performed By:** Reviewer (e.g., Senior Manager, Department Manager, Executive Team Member)

**Responsibilities:**

* Review the management review record, including meeting outcomes and documented minutes.
* Verify the accuracy and completeness of the information recorded during the review.
* Evaluate any actions identified during the management review.
* Determine whether actions should be initiated or whether the review can be closed.

<p align="center"><a href="/interfacing-help-files/auditors/management-review-application/creating-and-managing-management-reviews/review-minutes.md" class="button primary" data-icon="magnifying-glass">Review Minutes</a></p>

{% hint style="warning" %}
This stage is triggered only if the management review is submitted for examination.
{% endhint %}

***

{% endstep %}

{% step %}

### Execute Action(s)

> **Performed By:** Assigned Action Owners

This stage includes the **Execute Action(s)** subprocess, which manages all actions required to address the quality event. It integrates with the [Action Item Management](/interfacing-help-files/quality-managers/action-item-application/creating-and-managing-action-items.md) workflow.

**Responsibilities:**

* Accept or decline assigned action(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/auditors/management-review-application/creating-and-managing-management-reviews/execute-action-s.md" class="button primary" data-icon="rocket-launch">Execute Action(s)</a></p>

{% hint style="warning" %}
This stage is triggered only if specific actions were defined during the workflow.
{% 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/auditors/management-review-application/creating-and-managing-management-reviews.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.
