> 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/functional-specifications.md).

# Functional Specifications

<table><thead><tr><th width="190.34765625">Field Name</th><th width="252.80078125">Description</th><th>Mandatory/Optional</th><th width="154.3359375">Input</th><th width="117.23828125">Validation</th><th>Need Data from programme/state?</th></tr></thead><tbody><tr><td>Campaign type</td><td>Specific campaign run by the system admin.</td><td>Mandatory</td><td>User</td><td></td><td>Yes</td></tr><tr><td>Campaign name</td><td>Name given to the campaign being created.</td><td>Mandatory</td><td>User</td><td></td><td>Yes</td></tr><tr><td>Beneficiary type</td><td>Specify the beneficiaries for the campaign. For example, household, individual, structure.</td><td>Mandatory</td><td>Auto Selected by the system</td><td></td><td>No</td></tr><tr><td>Start and end dates of the campaign</td><td>This will define when the campaign starts and ends.</td><td>Mandatory for moving to the next step.</td><td>User</td><td></td><td>Yes</td></tr><tr><td>Number of cycles in the campaign</td><td>This will set the number of cycles in the campaign.</td><td>Mandatory for moving to the next step</td><td>User</td><td></td><td>Yes</td></tr><tr><td>Number of deliveries in each cycle in the campaign</td><td>This will set the number of deliveries in each cycle of the campaign.</td><td>Mandatory for moving to the next step</td><td>User</td><td></td><td>Yes</td></tr><tr><td>Dates for each cycle</td><td>This will set the dates of cycles in each cycle of the campaign.</td><td>Mandatory for campaign creation, non mandatory to move to the next step</td><td>User</td><td></td><td>Yes</td></tr><tr><td>Selecting parameters for delivery rules</td><td>These are the parameters basis which a user can create the delivery rules.</td><td>Mandatory for moving to the next step</td><td>User</td><td></td><td>Yes</td></tr><tr><td>Selecting operators for delivery rules</td><td>These are the operators basis which a user can create the delivery rules.</td><td>Mandatory for moving to the next step</td><td>User</td><td></td><td>Yes</td></tr><tr><td>Configuring resources for delivery</td><td>These are the products/resources that are going to be delivered to the beneficiary during the campaign.</td><td>Mandatory for moving to the next step</td><td>User</td><td></td><td>Yes</td></tr><tr><td>Selection of the boundary information</td><td>The user will select boundaries where the user wants to select the boundary.</td><td>Mandatory for moving to the next step</td><td>User</td><td></td><td>Yes</td></tr><tr><td>Setting of targets</td><td>The user will enter boundary-wise targets in an Excel template.</td><td>Mandatory for campaign creation, non mandatory to move to the next step</td><td>User</td><td></td><td>Yes</td></tr><tr><td>Creating facility data</td><td>The user will enter the facility data in an Excel template.</td><td>Mandatory for campaign creation, non mandatory to move to the next step</td><td>User</td><td></td><td>Yes</td></tr><tr><td>Creating user data</td><td>The system admin will enter the user data in an Excel template.</td><td>Mandatory for campaign creation, non mandatory to move to the next step</td><td>User</td><td></td><td></td></tr></tbody></table>


---

# 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/functional-specifications.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.
