> 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/sandbox/specifications/user-manual/employee-management-user-manual.md).

# Employee Management User Manual

A usage guide for Employee Management

## Overview

Employee Management (EM) creates users who can access and use DIGIT applications. Traditionally used to add employees belonging to various urban local bodies, the module allows the creation of new users (employees), the assignment of roles to them, and the specification of their jurisdiction.

### Why is Employee Management needed?

A Sandbox account creator is assigned a Superuser role by default, meaning that they can perform all actions associated with a particular application.

However, in real-life use cases of DIGIT applications, different roles are assigned to different users. For example, the person who assigns a complaint is likely to be different from the person who resolves it.&#x20;

Hence, the employee management module allows a Sandbox user to **View applications** from the perspective of different stakeholders by allowing user creation and role assignment.

### How does an employee view DIGIT products?

You can log in as an employee in the employee portal using the ID, which is an email address. You can obtain the ID from **Search Employees** in Employee Management.

## Using Employee Management

Click on the below options to start using the Employee Management module.

<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><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>Create/Add New Employee</strong></mark></td><td></td><td></td><td><a href="/sandbox/specifications/user-manual/employee-management-user-manual/create-new-employee.md">Create New Employee</a></td><td></td></tr><tr><td><mark style="color:blue;"><strong>Search Employees</strong></mark></td><td></td><td></td><td><a href="/sandbox/specifications/user-manual/employee-management-user-manual/search-employees.md">Search Employees</a></td><td></td></tr><tr><td><mark style="color:blue;"><strong>Edit Employees</strong></mark></td><td></td><td></td><td><a href="/sandbox/specifications/user-manual/employee-management-user-manual/edit-employee.md">Edit Employee</a></td><td></td></tr><tr><td><mark style="color:blue;"><strong>Configure Employee Master</strong></mark></td><td></td><td></td><td><a href="/sandbox/specifications/user-manual/employee-management-user-manual/configure-employee-master.md">Configure Employee Master</a></td><td></td></tr></tbody></table>


---

# 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/sandbox/specifications/user-manual/employee-management-user-manual.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.
