> 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/campaign-management-dashboard/integrated-cross-campaign-dashboard-iccd/architecture/low-level-design.md).

# Low Level Design

## API Specifications

\*\*\* Not applicable \*\*\*

## API Sequence Diagrams

\*\*\* Not applicable \*\*\*

## User Interface Sequence Diagrams

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXc-TON4Ltlxexz2Om7KKlm37MVRpIHIxrXwaPjbMDr11aYFb3AFob5Pwn3OOpoHZBPaxOA0LPkpHf5hcTC4LaQwxhjdyw44QiqK_CM3Wu8jAloQ6xs-WgF45LETpEA3lXmc9Z0oFA?key=hZ1zraqbTRJrFJrKwhWewAKN" alt=""><figcaption><p>ICCD Flow</p></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfSdA9pjwq1zyW7uDrjlNv-aHl7D6Z229y51mjGYo_jscRhn7YBRmQk7ZZBkfL9b_3uaIWdxtB-MRY_S8gewvwRPnSVWZusqW9BdaHaqjy1HZPE9qctx2KNt4gL3cZl1gDw6ISf6Q?key=hZ1zraqbTRJrFJrKwhWewAKN" alt=""><figcaption><p>Custom Tab Flow</p></figcaption></figure>

## Database Schemas (Index Design)

[ICCD index design](https://docs.google.com/spreadsheets/d/1ZcmEZ7IgLAcR6RY1SjQWordtNY1YwCmBdp23qI1Z4gE/edit?gid=0#gid=0)

## Workflow Diagrams

\*\*\* Not applicable \*\*\*

## Configurations / Masters

* Level config Master - Based on the user’s jurisdiction and hierarchy, we’ll load either the Level 1 or the Level 2 Dashboard
* Filter config Master - Dynamic global filters on UI (eg, cycle selection)


---

# 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/campaign-management-dashboard/integrated-cross-campaign-dashboard-iccd/architecture/low-level-design.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.
