> 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/implementations/mozambique/customisation.md).

# Customisation

Following is the list of customisations enabled for the campaign in Mozambique:

* Allow registration without searching.
* Removed a few location and address-related fields from the registration page.
* Removed the option to edit household and individual details
* Removed the unique identifier field on the registration page.
* Removed the facility to add household members and keep only the head of family details during registration.
* Changed registration and delivery into a one-click flow to avoid partial registration.
* Whenever there was a difference between received bednets and bednets to be delivered on the delivery tab, the comment field was mandatory.
* Removed a few fields from the stock management feature and made a few fields non-mandatory.
* Added a few more fields in the stock management such as license plate number, driver name&#x20;
* Removed the stock lost and stock damaged from the inventory management module&#x20;
* Custom reports were built as per Mozambique’s requirements.
* Dashboard KPIs were added and updated as per Mozambique’s requirements.
* Built a conditional checklist.
* Changes in the validation for the stock management page.
* Changed numbering format on legends on dashboards; Followed the European system: 4,00,000 must be shown as 400,000 (introduced comma after every 3 digits from the right).
* Validation for the mobile number was changed to 11 digits for Mozambique.
* To stop accidental logout, added logic to not log out if there was no internet.
* In the inventory module, validation limits the vehicle license number to 9 digits.
* Showed warehouse name instead of warehouse code in the drop-down in the stock management screen.
* Mobile number was made editable for self-raised complaints in the complaints module.


---

# 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/implementations/mozambique/customisation.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.
