> 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/release-notes.md).

# Release Notes

## Release Summary

The HCM v1.7 release introduces several enhancements and new features to the Health Campaign Management system, focusing on streamlining operations, improving user experience, and ensuring timely payments.

### New Capabilities

1. **Payments Module:** A dedicated module to automate and manage payments for campaign staff, addressing challenges like manual processing, delays, and lack of transparency. Key benefits include timely and accurate payments, enhanced staff satisfaction, financial inclusion, cost efficiency, and improved transparency and accountability.
2. **Community Living Facilities (CLF):** Integration of CLF test cases to better manage and monitor communal living settings within health campaigns.
3. **Eligibility Checklist:** Implementation of eligibility and CLF test cases to ensure that beneficiaries meet specific criteria, enhancing the targeting and effectiveness of health interventions.

### **Enhancements**

1. **Microplanning v0.2:** Improvements made to the microplanning process, facilitating detailed operational plans for reaching target populations with health interventions.
2. **HCM Console v0.3.1:** HCM Console updated, enhancing the user interface and experience for administrators and supervisors.

### **Technical Improvements**

* **HCM Product:** Technical refinements to the core HCM product, improving performance and reliability.
* **Microplanning:** Further technical enhancements to support the updated microplanning features.
* **HCM Console:** Technical updates to the HCM Console to support new functionalities and improve system stability.

## Document Resources & Links <a href="#document-resources-and-links" id="document-resources-and-links"></a>

| Technical Documents                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Functional Documents                                                                                                                                                                                                                                                                                                                                                                                                                    |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <ol><li><a href="/health/ph-v1.7/deploy/configuration/service-configuration/eligibility-checklist.md">Eligibility Checklist Configuration</a></li><li><a href="/health/ph-v1.7/design/architecture/field-app-architecture/ui-packages/registration-and-delivery-package/eligibility-checklist.md">UI Configuration Details - Eligibility Checklist</a></li><li><a href="/health/ph-v1.7/design/architecture/field-app-architecture/ui-packages/registration-and-delivery-package/communal-living-facilities.md">UI Configuration Details - CLF</a></li><li><a href="/health/ph-v1.7/release-notes/hcm-dashboard-master-promotion-guide.md">Master promotion guide - HCM Dashboard</a></li></ol> | <ol><li><a href="/health/ph-v1.7/access/public-health-product-suite/health-payments/payments-user-manual.md">Payments Module</a></li><li><a href="/health/ph-v1.7/access/public-health-product-suite/health-payments/payments-user-manual.md">Payments User Manual</a></li><li><a href="/health/ph-v1.7/access/public-health-product-suite/health-campaign-management-hcm/community-living-facilities.md">CLF User Manual</a></li></ol> |


---

# 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/release-notes.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.
