> 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/access/public-health-product-suite/health-campaign-management-hcm/hcm-console/configure-checklist.md).

# Configure Checklist

## Overview

The **Checklist** feature allows administrators to create and manage role-based checklists for campaign activities.

Checklists help field users complete required tasks, validations, and verifications during campaign execution.

Each checklist is mapped to:

* A **specific campaign**
* A **user role** (e.g., Distributor, Supervisor, Warehouse Manager)
* A **checklist type**

This ensures that users only see relevant checklists in the mobile application.

## Steps

### Step 1: Access the Checklist Screen

* From the Campaign Home Page, click on the **Configure** button for the applicable role. The checklist listing screen will display all available checklists mapped to different roles and checklist types.

On this screen, you can filter the checklist search view by:

* Checklist role
* Checklist type

<figure><img src="/files/1e9IEw9asRAl6Ubk79aP" alt=""><figcaption></figcaption></figure>

### Step 2: Create a New Checklist

* On the **Create Checklist** screen, you can create a new checklist for a selected campaign, role, and checklist type
* Enter the required checklist details (e.g., name, description).

<figure><img src="/files/RoEAy7qdBw8MeFXzu2Ey" alt=""><figcaption></figcaption></figure>

### Step 3: Add Checklist Questions

* Click **Add Question**.
* Define the question text.
* Select the response type (e.g., Yes/No, text, multiple choice).
* Configure additional properties if required (e.g., mandatory field).

Repeat this process to add all required questions.

### Step 4: Preview the Checklist

* Click on the **Preview Checklist** button to review how the checklist will appear in the mobile application.
* Verify that:
  * Questions are displayed correctly
  * Response types function as expected
  * The checklist aligns with campaign requirements

Make edits if necessary.

<figure><img src="/files/LhRhA2lMBDc0ThmPoOn4" alt=""><figcaption></figcaption></figure>

### Step 5: Save the Checklist

* Click **Confirm Configuration** to finalise the checklist.

A confirmation screen will indicate that the checklist has been successfully created and saved.

The checklist will now be available to the mapped role in the mobile application during campaign execution.

<figure><img src="/files/7WMLmSlRG1SzvyYjaZE3" alt=""><figcaption></figcaption></figure>


---

# 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/access/public-health-product-suite/health-campaign-management-hcm/hcm-console/configure-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.
