> For the complete documentation index, see [llms.txt](https://docs.digit.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digit.org/health/ph-v1.7/access/public-health-product-suite/health-campaign-management-hcm/complaints-management/resolve-complaints.md).

# Resolve Complaints

An illustrative guide to using the Complaints feature (Mobile and Web)

## Steps

The Supervisor and Helpdesk user can:

* View and track complaints
* File a new complaint
* Resolve a complaint
* Reject a complaint
* Assign to other roles

Click on the **Take Action** button. This opens a pop-up displaying all possible actions that the user can take that include:

* Assign Complaint
* Reject Complaint
* Resolve Complaint

![](https://content.gitbook.com/content/ugLvZh3s3IGcc8JYqNN7/blobs/9NVhY6ayWXC7c2dIy4dY/Screenshot_2023-05-15-10-21-15-51_40deb401b9ffe8e1df2f1cc5ba480b12.jpg)

### Assign Complaint

Re-route the complaint to the assigned role or department if further handling is needed.

* Select the employee to **Assign to.** Enter any **Comments** for clarity on the required action for the assigned employee. Click on the **Assign** button.

{% columns %}
{% column %}
![](https://content.gitbook.com/content/ugLvZh3s3IGcc8JYqNN7/blobs/X3omi5zNuRtwwVrFkWjP/Screenshot_2023-05-15-10-21-18-54_40deb401b9ffe8e1df2f1cc5ba480b12.jpg)
{% endcolumn %}

{% column %}

### ![](https://content.gitbook.com/content/ugLvZh3s3IGcc8JYqNN7/blobs/Eku8acUhCswBkAhSCkMZ/IMG_20230515_103533.jpg)

{% endcolumn %}
{% endcolumns %}

### Reject Complaint

Close the complaint with a reason if invalid.

![](https://content.gitbook.com/content/ugLvZh3s3IGcc8JYqNN7/blobs/8SPVDaB94n9iSBIQ0hSA/Screenshot%20\(293\).png)

### Resolve Complaint

* Click **Resolve**.
* Provide brief resolution notes explaining how the issue was addressed.
* Submit the form.
* The complaint status updates to **RESOLVED** and is moved out of the general queue.

![](https://content.gitbook.com/content/ugLvZh3s3IGcc8JYqNN7/blobs/AFj32J5tWDVZJKoRxdsK/Screenshot%20\(289\).png)


---

# 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://docs.digit.org/health/ph-v1.7/access/public-health-product-suite/health-campaign-management-hcm/complaints-management/resolve-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.
