> 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/my-campaign.md).

# My Campaign

## Overview

The **my campaign** feature allows administrators to view the campaigns created.

This screen provides different tabs to the administrators such as:

* Ongoing
* Upcoming
* Draft
* Completed
* Failed

#### Campaign Status Tabs

The following tabs are available on the **My Campaigns** screen:

**Ongoing -** Displays campaigns that have already started and are currently in progress. Administrators can monitor the execution and status of these active campaigns.

**Upcoming -** Lists campaigns that are scheduled to start at a future date. These campaigns are fully configured but have not yet begun.

**Drafts** - Shows campaigns that are saved as drafts and have not been published.\
Administrators can:

* Edit draft campaigns to complete or update their configuration.
* **Delete draft campaigns** that are no longer required using the **Delete Campaign** option.

**Completed -** Contains campaigns that have successfully finished their execution. These campaigns are no longer active and are available for reference or review.&#x20;

**Failed -** Displays campaigns whose creation or setup failed due to system or configuration issues. Administrators can review these campaigns to identify the cause of failure and take corrective action if required.

<figure><img src="/files/LvpMuJV6rRYKLTd0lQZm" 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/my-campaign.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.
