> For the complete documentation index, see [llms.txt](https://divoc.digit.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://divoc.digit.org/divoc-wiki-3.1/divoc-demo/feedback.md).

# Feedback

## Who would typically use this?&#x20;

DIVOC has a feedback module that can be configured by countries to receive feedback on facilities that are running health campaigns. It can also configure a list of side-effects that can be reported by beneficiaries with a single click after authenticating themselves with a user ID password or mobile OTP via the [**Citizen portal**](/divoc-wiki-3.1/divoc-demo/citizen-portal.md).

## Citizen portal to report symptoms&#x20;

A citizen interface via DIVOC’s citizen portal has been enabled that can be used to provide feedback against the facility or report side-effects experienced after leaving the facility.

### Steps to follow

**Step 1:**

Click on the URL to open the feedback page: [**https://demo-divoc.egov.org.in/**<br>](<https://demo-divoc.egov.org.in/&#xA;>)

**Step 2:**

Go to the **Report symptoms** section, and click on **Report Side-effects**.

![](/files/l9xL2dxippB25T8PMgRI)

**Step 3:**

A page will be displayed with a list of symptoms that users can choose from. After selecting the symptoms, click on **Confirm Symptoms**.

![](/files/IjcKQRNTZUc3yuVoRHmD)

**Step 4:**

Log in with 1234567890 and OTP 1234.&#x20;

![](/files/ckBe6tN9r1daW5qR5cOo)

**Step 5:**

On successful login, a patient verification page will be displayed. Select the patient who has these symptoms and click on **Submit**.

![](/files/nXGSMQPOQgWSCAplyhyi)

**Step 6:**

Click on **Confirm Patient** after verifying the details.

![](/files/ppcZWKfgCDC8mO2sh5Bh)

**Note:**

Once the feedback is submitted, a notification is sent to the healthcare facility where the patient was vaccinated. The screen will also display details of the nearest health facility that the patient can visit if the symptoms worsen. Click on **Continue** if you want to report the symptoms of another person.

![](/files/J4p2T3uP9J6deDQjvN6e)

*All content on this page by* [*eGov Foundation* ](https://egov.org.in/)*is licensed under a* [*Creative Commons Attribution 4.0 International License*](http://creativecommons.org/licenses/by/4.0/)*.*


---

# 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://divoc.digit.org/divoc-wiki-3.1/divoc-demo/feedback.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.
