> 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/local-governance/v2.8/platform/configure-digit/configuring-digit-services/water-services/water-and-sewerage-service-ui-docs.md).

# Water & Sewerage Service UI Docs

- [Citizen: Disconnection Application Create](https://docs.digit.org/local-governance/v2.8/platform/configure-digit/configuring-digit-services/water-services/water-and-sewerage-service-ui-docs/citizen-disconnection-application-create.md): Water and Sewerage disconnection application for citizen users - technical implementation doc
- [Citizen: My Connections](https://docs.digit.org/local-governance/v2.8/platform/configure-digit/configuring-digit-services/water-services/water-and-sewerage-service-ui-docs/citizen-my-connections.md): Water & Sewerage my connection feature for citizen users - technical implementation doc
- [Citizen: Create Application](https://docs.digit.org/local-governance/v2.8/platform/configure-digit/configuring-digit-services/water-services/water-and-sewerage-service-ui-docs/citizen-create-application.md): Water & Sewerage create applications feature for citizen users - technical implementation doc
- [Citizen: My Applications](https://docs.digit.org/local-governance/v2.8/platform/configure-digit/configuring-digit-services/water-services/water-and-sewerage-service-ui-docs/citizen-my-applications.md): Water & Sewerage my applications feature for citizen users - technical implementation doc
- [Employee: Application Details](https://docs.digit.org/local-governance/v2.8/platform/configure-digit/configuring-digit-services/water-services/water-and-sewerage-service-ui-docs/employee-application-details.md): Water and Sewerage employee application UI technical implementation doc
- [Employee: Connection Details](https://docs.digit.org/local-governance/v2.8/platform/configure-digit/configuring-digit-services/water-services/water-and-sewerage-service-ui-docs/employee-connection-details.md): Water and Sewerage connection details feature for employees - technical implementation doc
- [Employee: Modify Create Flow](https://docs.digit.org/local-governance/v2.8/platform/configure-digit/configuring-digit-services/water-services/water-and-sewerage-service-ui-docs/employee-modify-create-flow.md): Water and Sewerage modify create application feature for employees - technical implementation doc
- [Employee: Modify Application Details](https://docs.digit.org/local-governance/v2.8/platform/configure-digit/configuring-digit-services/water-services/water-and-sewerage-service-ui-docs/employee-modify-application-details.md): Water and Sewerage modify application feature for employees - technical implementation doc
- [Employee: Disconnection Create Flow](https://docs.digit.org/local-governance/v2.8/platform/configure-digit/configuring-digit-services/water-services/water-and-sewerage-service-ui-docs/employee-disconnection-create-flow.md): Water and Sewerage disconnection application details feature for employees - technical implementation doc
- [Employee: Disconnection Application Details](https://docs.digit.org/local-governance/v2.8/platform/configure-digit/configuring-digit-services/water-services/water-and-sewerage-service-ui-docs/employee-disconnection-application-details.md): Water and Sewerage disconnection application details feature for employees - technical implementation doc
- [Employee: Ad-hoc Rebate/Penalty & View Breakup](https://docs.digit.org/local-governance/v2.8/platform/configure-digit/configuring-digit-services/water-services/water-and-sewerage-service-ui-docs/employee-ad-hoc-rebate-penalty-and-view-breakup.md): View breakup, ad-hoc rebate and penalty details in applications feature for employees - technical implementation doc
- [Privacy UI](https://docs.digit.org/local-governance/v2.8/platform/configure-digit/configuring-digit-services/water-services/water-and-sewerage-service-ui-docs/privacy-ui.md)


---

# 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/local-governance/v2.8/platform/configure-digit/configuring-digit-services/water-services/water-and-sewerage-service-ui-docs.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.
