> 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/sanitation/reference-implementations/odisha-sujog/functional-customisation/garima-implementation/user-interface-design.md).

# User Interface Design

Following are the steps to assign a sanitation worker and vehicle

The DSO/ULB employee can assign a sanitation worker and vehicle in a single screen.&#x20;

<figure><img src="https://lh7-us.googleusercontent.com/9qwNKkxM_bAgp0poD267m1qoHHDZcCYhwYxPapj2v-_LR8UFY4y0ESXY-_AGCrEV3YHXlXcCHm3IZBy7QdEU2sopwMPtjWOI9XJ_xKvZz4PUP7LThAj7094N69AQrZnMM3ZkO51hwvedBSvBJG_lNsw" alt=""><figcaption></figcaption></figure>

The DSO can assign the vehicle and search for a sanitation worker using the Garima ID. The exact available match is displayed.\
Note: When we search with the Garima ID, the API will return name and mobile number along with the searched ID.

-Single driver can be assigned.

-Multiple helpers can be assigned.

<figure><img src="https://lh7-us.googleusercontent.com/BDbJXVr7Gw5c6BBQ6AjH3LGyRRNc6ZUJwIymHMonbeBB25YaakMN50LMd-QkHiPm0R2e_bfJLWHDpCUjB6clrSJaD3C-hB5u3vP-FuXRY24FsS3Hfgr-9v2gdV_N-zglO9_IinMuIlLRJTZjLoxJMrE" alt=""><figcaption></figcaption></figure>

If the searched worker is not available, an error message "Worker not found! Please register!"  is displayed. The DSO can register the sanitation worker by clicking on “Register New Sanitation Worker”. The sanitation worker can either be added as a driver or helper as per requirement

Once the details are filled , the DSO clicks on “Register and Assign”.

<figure><img src="https://lh7-us.googleusercontent.com/jvNWMjfaHtZ68NJhmSyMbhW03qOnp7ZXGzMe2NG2Ti-Wjn9gHo_-Rk5PhjQoorz01esN65YJY3cC2SBWbzrnCiZfQJQ5TgGyD-Rl5N7GbFp8fbB_vRVM-_guhf5CvbKIYgmcLQBa81-TGo_C66GLWjY" alt=""><figcaption></figcaption></figure>

The details of the worker should be auto-populated in the previous screen, that is, “Assign Vehicle and Sanitation Worker”.

<figure><img src="https://lh7-us.googleusercontent.com/GP2NLuWWOzYGRukMJH2MDgf92t7_r8rWqq0daxqeswQ3FgDpbS7y4TNena5kr8Ai8LI3fpH7c_DfcLrdPCOJPn0POW9mlAK_PEoxnFPSURfZ2zYiUcU4HksDVSnj2aGLZ0o6JF6jFyWwpo93bKt4OdU" alt=""><figcaption></figcaption></figure>

The sanitation worker is assigned and the details are displayed in the application page.

<figure><img src="https://lh7-us.googleusercontent.com/-WZekd15JMzJM4yzJ8JjhMe7co5lpW9PQpYDQLsRP4TGQ5lhzAgtHwWVuwakXBN721f6tqVj47UOxRvDSzAc75sPBooIvyl0BIu_6UsIDCbvkgZ2_2uPjQDPrOHIGr85KFQgy5nQkElY3vXjqsO8Rn4" 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/sanitation/reference-implementations/odisha-sujog/functional-customisation/garima-implementation/user-interface-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.
