# Setup Employee Module

Now that we are done with setting up the citizen module, the next step is to build the employee portal on top of the DIGIT UI for the Birth Registration module. The employee portal is designed to support multiple workflows, like verifying the information and approving or rejecting the registered details of citizens.

**Build the employee portal for a module - Steps**

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>Write Employee Module Code</strong></mark></td><td>Create an employee module screen with essential functionalities</td><td></td><td><a href="/pages/MW5iGjEuG9UXNMUtFfxG">/pages/MW5iGjEuG9UXNMUtFfxG</a></td></tr><tr><td><mark style="color:blue;"><strong>Create Form Screen</strong></mark></td><td>Create and integrate a form within a micro-frontend architecture using the DIGIT framework.</td><td></td><td></td></tr></tbody></table>

The guide provides examples and illustrations on how to set up and integrate the most commonly used DIGIT UI libraries.

Refer to the sample screens [here](broken://pages/ynWBwLRnts92xidL4926).


---

# Agent Instructions: 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:

```
GET https://docs.digit.org/digit-ui/build/build-and-deploy/setup-employee-module.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
