> 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/v2.0/access/public-health-product-suite/health-campaign-management-hcm/hcm-user-manual/support-functions/checklist.md).

# Checklist

## Overview

A checklist is a tool that enables supervisors to monitor certain activities and record observations according to a defined set of questions.

* Allows users to observe the tasks and fill out checklists.
* View all the submitted responses for the checklists.

## User Roles

<table><thead><tr><th width="121.48046875">User Role</th><th width="246.97265625">Scope of Action</th><th>Role Description</th></tr></thead><tbody><tr><td>Supervisors</td><td><ul><li>Fill the checklists</li><li>View submitted checklists</li></ul></td><td>Supervisors are responsible to oversee the campaign operations and monitor the activities, and ensure the targets are achieved effectively.</td></tr></tbody></table>

## Steps

* Click on the **My Checklists** option to view and perform random or scheduled inspections and record observations of the inspection activity.

<div align="left"><figure><img src="https://content.gitbook.com/content/mb5VUHEnO0msarLMPz6q/blobs/MRR2cB305c3JZNamCuRL/image.png" alt="" width="188"><figcaption></figcaption></figure></div>

{% hint style="info" %}
Clicking on "My Checklists" displays the checklists assigned to the user role.
{% endhint %}

<div align="left"><figure><img src="https://content.gitbook.com/content/mb5VUHEnO0msarLMPz6q/blobs/xMdL50O01HRp5HtdTZj2/image.png" alt="" width="188"><figcaption></figcaption></figure></div>

* Click on the **Fill Checklist** button to fill in the checklist against the date and the administrative area.

<div align="left"><figure><img src="https://content.gitbook.com/content/mb5VUHEnO0msarLMPz6q/blobs/NTKPOEC9kyj2kpeeOHyi/image.png" alt="" width="188"><figcaption></figcaption></figure></div>

* Click on the **View Submitted Checklists** to see the checklists submitted by the supervisor.

<div align="left"><figure><img src="https://content.gitbook.com/content/mb5VUHEnO0msarLMPz6q/blobs/rk5ZpJWOe7lppZbxc9xz/image.png" alt="" width="188"><figcaption></figcaption></figure></div>


---

# 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/v2.0/access/public-health-product-suite/health-campaign-management-hcm/hcm-user-manual/support-functions/checklist.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.
