> 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/quality-managers/complaint-application/creating-and-managing-complaints.md).

# Creating & Managing Complaints

Perform tasks assigned to your role to advance reports through the Complaint Management workflow.

## Workflow Overview

The **Complaint** application operates through a single, standardized workflow: the **Complaint Management** workflow. This workflow governs the full lifecycle of a complaint, from creation through final evaluation and closure.

***

## Interactive Tour

Explore the **Complaint 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.

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

{% stepper %}
{% step %}

### Create New Complaint

> **Performed By:** Report Creator (e.g., Customer Service Representative, Frontline Worker, Administrative Assistant)

**Responsibilities**:

* Identify the occurrence of a complaint.
* Provide the necessary details to accurately describe, classify, and contextualize the complaint.
* Document any immediate response measures taken to contain, mitigate, or address the situation.
* Define actions to address, correct, prevent, or mitigate the issue(s) and potential impact(s) associated with the complaint.
* Submit the report to initiate the workflow.

<p align="center"><a href="/interfacing-help-files/quality-managers/complaint-application/creating-and-managing-complaints/create-new-complaint.md" class="button primary" data-icon="circle-plus">Create New Complaint</a></p>

***

{% endstep %}

{% step %}

### Review Complaint Report

> **Performed By:** Assigned Reviewer (e.g., Supervisor, Department Manager, QA Analyst)

**Responsibilities**:

* Evaluate the submitted complaint for clarity, completeness, and accuracy.
* Take appropriate action:
  * Return the report to the creator for modification.
  * Escalate the incident to a quality event (QE) or CAPA.
  * Close the incident if no issue is identified.
  * Initiate execution of defined actions to address the complaint.

<p align="center"><a href="/interfacing-help-files/quality-managers/complaint-application/creating-and-managing-complaints/review-complaint-report.md" class="button primary" data-icon="magnifying-glass">Review Complaint Report</a></p>

***

{% endstep %}

{% step %}

### Modify Complaint Report

> **Performed By:** Report Creator (e.g., Customer Service Representative, Frontline Worker, Administrative Assistant)

**Responsibilities**:

* Review feedback from the assigned reviewer.
* Make necessary revisions (e.g., clarify complaint description, correct classification, add supporting evidence).
* Resubmit the report for further review.

<p align="center"><a href="/interfacing-help-files/quality-managers/complaint-application/creating-and-managing-complaints/modify-complaint-report.md" class="button primary" data-icon="pencil">Modify Complaint Report</a></p>

{% hint style="warning" %}
This stage is triggered only if the report is returned for modification after the initial review.
{% 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 incident. 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/quality-managers/incident-application/creating-and-managing-incidents/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 %}

{% step %}

### Check Effectiveness of Actions

> **Performed By:** Assigned Reviewer (e.g., Supervisor, Department Manager, QA Analyst)

**Responsibilities**:

* Evaluate whether implemented measures effectively resolved the complaint.
* Document the complaint resolution.
* Take appropriate action:
  * Close the complaint.
  * Escalate the incident to a quality event (QE) or CAPA.

<p align="center"><a href="/interfacing-help-files/quality-managers/complaint-application/creating-and-managing-complaints/check-effectiveness-of-actions.md" class="button primary" data-icon="magnifying-glass-chart">Check Effectiveness of Actions</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/quality-managers/complaint-application/creating-and-managing-complaints.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.
