> 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-console/create-and-manage-checklists.md).

# Create & Manage Checklists

## Steps

System admins can create and manage checklists for different roles within a campaign. Each checklist can contain specific questions tailored to the roles and checklist types defined by the campaign's needs.

### Create Checklist

1. Click on Add New Checklist to begin creating a checklist.

<figure><img src="https://content.gitbook.com/content/mb5VUHEnO0msarLMPz6q/blobs/WhIHsqJpUceS4YLICYPw/Screenshot%202024-08-26%20at%209.39.20%20AM.png" alt=""><figcaption></figcaption></figure>

2. Select Role and Checklist Type.
3. Click Create Checklist to proceed. In case of any information gaps, an error message appears.

<figure><img src="https://content.gitbook.com/content/mb5VUHEnO0msarLMPz6q/blobs/vb16LEpXBBsRtYvxkUHp/Screenshot%202024-08-26%20at%209.40.59%20AM.png" alt=""><figcaption></figcaption></figure>

4. Add a Checklist Name and then proceed to add questions. Click on Add New Question to start adding questions.
5. Select the Answer Type choice from the options in the dropdown menu. Click on Add New Option to add more choices. Each option can be edited, and up to 10 options can be added.
6. Add Comments or Linked Questions. For Multiple Choice and Dropdown types, you can enable the "Add Comment" option, allowing users to provide additional text when selecting certain answers.
7. Alternatively, you can create linked (nested) questions that will appear based on the user's answer. This can be nested up to 5 levels.
8. To delete a question or answer, click the delete icon next to it. Be sure to review all entries before proceeding.

<div align="left"><figure><img src="https://content.gitbook.com/content/mb5VUHEnO0msarLMPz6q/blobs/4rkHqROR8rX1oK9pGizm/Screenshot%202024-08-26%20at%209.45.08%20AM.png" alt="" width="279"><figcaption></figcaption></figure></div>

9. Review Questions and Answers. Once all questions and answers are added, review them to ensure accuracy. Click on the Preview button in the top-right corner to see how the checklist will appear in the HCM Mobile App.

<div align="left"><figure><img src="https://content.gitbook.com/content/mb5VUHEnO0msarLMPz6q/blobs/TykefYClz1RgZEpZS64r/Screenshot%202024-08-26%20at%209.47.41%20AM.png" alt="" width="275"><figcaption></figcaption></figure></div>

<figure><img src="https://content.gitbook.com/content/mb5VUHEnO0msarLMPz6q/blobs/YBLEwLBrNFziauGwFgEn/Screenshot%202024-08-26%20at%209.48.23%20AM.png" alt=""><figcaption></figcaption></figure>

10. If everything is correct, click the Create Checklist button to finalise the checklist.

<figure><img src="https://content.gitbook.com/content/mb5VUHEnO0msarLMPz6q/blobs/lpLXa7eUeBxkaTBYYc3X/Screenshot%202024-08-26%20at%209.50.11%20AM.png" alt=""><figcaption></figcaption></figure>

### **Manage Checklists**

1. Save Checklists as Draft. If you navigate away or close the screen without creating the checklist, it will be saved as a draft (assuming a unique name was provided).
2. Activate or Inactivate Checklists. Use the "Active/Inactive" toggle on the Checklist home screen to control whether a checklist is available to users in the HCM mobile app.

<figure><img src="https://content.gitbook.com/content/mb5VUHEnO0msarLMPz6q/blobs/OyWLTE7sz9tGUZEmXsNa/Screenshot%202024-08-26%20at%209.51.14%20AM.png" 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/v2.0/access/public-health-product-suite/health-campaign-management-hcm/hcm-console/create-and-manage-checklists.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.
