> 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/works/reference-implementations/muktasoft-v2.2/deployment/configuration/master-data-templates/users-data.md).

# Users Data

## Introduction

Users are the employees of the ULB who are supposed to use the system. Hence their details are collected and added to the system.

## Data Table

<table><thead><tr><th width="75">S.No.</th><th width="133">Name</th><th>Mobile No.</th><th>Gender</th><th>DOB</th><th>Address</th><th>Employment Type</th><th>Employment Date</th><th>Hierarchy</th><th>Boundary Type</th><th>Boundary</th><th>Role</th><th>Assignment From Date</th><th>Assignment To Date</th><th>Department</th><th>Designation</th></tr></thead><tbody><tr><td>1</td><td>Dilip kumar mohanty</td><td>******9447</td><td>male</td><td>23/07/1964</td><td>Jatni</td><td></td><td>01-04-2023</td><td>Admin</td><td>City</td><td>Jatni</td><td></td><td></td><td></td><td></td><td>Executive Officer</td></tr><tr><td>2</td><td>Anuradha pradhan</td><td>******3858</td><td>female</td><td>11/05/1991</td><td>Jatni</td><td></td><td>01-04-2023</td><td>Admin</td><td>City</td><td>Jatni</td><td></td><td></td><td></td><td></td><td>Assistant Executive Engineer</td></tr><tr><td>3</td><td>Deepak kumar ratha</td><td>******2524</td><td>male</td><td>01/07/1965</td><td>Jatni</td><td></td><td>01-04-2023</td><td>Admin</td><td>City</td><td>Jatni</td><td></td><td></td><td></td><td></td><td>Assistant Engineer</td></tr><tr><td>4</td><td>Alok kumar swain</td><td>******6344</td><td>male</td><td>02/09/1975</td><td>Jatni</td><td></td><td>01-04-2023</td><td>Admin</td><td>City</td><td>Jatni</td><td></td><td></td><td></td><td></td><td>junior Engineer</td></tr><tr><td>5</td><td>madhusmita biswal</td><td>******9741</td><td>female</td><td>27/07/1992</td><td>Jatni</td><td></td><td>01-04-2023</td><td>Admin</td><td>City</td><td>Jatni</td><td></td><td></td><td></td><td></td><td>MUKTA programme Coordinater</td></tr><tr><td>6</td><td>Ascharyananda behera</td><td>******5961</td><td>male</td><td>09/05/1996</td><td>Jatni</td><td></td><td>01-04-2023</td><td>Admin</td><td>City</td><td>Jatni</td><td></td><td></td><td></td><td></td><td>MUKTA implemention Expert</td></tr><tr><td>7</td><td>Preetiabhinav pattnayak</td><td>******6981</td><td>female</td><td>07/08/1990</td><td>Jatni</td><td></td><td>01-04-2023</td><td>Admin</td><td>City</td><td>Jatni</td><td></td><td></td><td></td><td></td><td>MUKTA account Expert</td></tr><tr><td>8</td><td>Snehanjali Khatua</td><td>******7277</td><td>female </td><td>06/06/1993</td><td>Jatni</td><td></td><td>01-04-2023</td><td>Admin</td><td>City</td><td>Jatni</td><td></td><td></td><td></td><td></td><td>MIS</td></tr></tbody></table>

{% hint style="info" %}
The data given in the table is sample data for reference.
{% endhint %}

## Data Definition

<table><thead><tr><th width="97">Sr. No.</th><th>Column Name</th><th>Data Type</th><th>Data Size</th><th>Is Mandatory?</th><th>Definition/ Description</th></tr></thead><tbody><tr><td>1</td><td>Code</td><td>Alphanumeric</td><td>64</td><td>Yes</td><td>A unique code that identifies the project type.</td></tr><tr><td>2</td><td>Project Type</td><td>Text</td><td>256</td><td>Yes</td><td>Provides the name of the project type </td></tr><tr><td>3</td><td>Project Type (Odiya)</td><td>Text</td><td>256</td><td>No</td><td>Project type name in local language</td></tr><tr><td>4</td><td>Effective From</td><td></td><td></td><td></td><td>Date from which the project is effective</td></tr><tr><td>5</td><td>Effective To</td><td></td><td></td><td></td><td>Date till which the project is effective</td></tr><tr><td>6</td><td>Is Active</td><td></td><td></td><td></td><td>Whether the project is active or not</td></tr></tbody></table>

## Attachments

{% file src="/files/LBKm3kUzIXFBnInzCs7G" %}


---

# 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/works/reference-implementations/muktasoft-v2.2/deployment/configuration/master-data-templates/users-data.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.
