> 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/configure-employee-master.md).

# Configure Employee Master

Prior to use, the Employee Master requires the configuration of master data, which is a means of fine-tuning product behaviour. Sandbox configures master data with default values as soon as you finish signing up. This means that the employee master is ready for use immediately.

Below is the list of masters required by the Employee Management module:

<table><thead><tr><th width="172">Master Name</th><th>Purpose</th></tr></thead><tbody><tr><td>Department</td><td>List of departments that an employee can be assigned to.</td></tr><tr><td>Designation</td><td>List of designations that an employee can have</td></tr><tr><td>Gender Type</td><td>List of genders</td></tr><tr><td>Specialization</td><td>List of educational streams</td></tr><tr><td>Employment Type</td><td>Lists the various employment relationships that an employee can have. For example, full-time or contract.</td></tr><tr><td>Employment Status</td><td>Lists the possible statuses that can be assigned to an employee</td></tr><tr><td>Employment Department</td><td>Categorization of employees</td></tr><tr><td>Deactivate Reason</td><td>List of reasons that can be provided when deactivating an employee</td></tr></tbody></table>

Navigate to **Employee Management >> Configure** option in the left side panel.

<figure><img src="https://383170073-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLTNzsJMDGVoewNjC1V95%2Fuploads%2FAjHuygDaREcSAzswMhkJ%2F95EC287E-D888-4F50-B020-9A28522E0A15.jpeg?alt=media&amp;token=02a4fa5b-14e8-4389-9a30-c7fab832e2e8" alt=""><figcaption></figcaption></figure>

Click on **Edit Master**.

<figure><img src="https://383170073-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLTNzsJMDGVoewNjC1V95%2Fuploads%2FF6iZofUZFqVPZPbMtEmk%2F42AF732F-8170-4378-A3EE-CD0BFB33B404.jpeg?alt=media&amp;token=1996e24d-9db4-4bfb-9d49-9f430c3acac9" alt=""><figcaption></figcaption></figure>

Click on the edit icon specific to the master record that you want to edit.

<figure><img src="https://383170073-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLTNzsJMDGVoewNjC1V95%2Fuploads%2FlGi7hZ6xR2PQByzERn8D%2F118CB197-65FC-4237-A762-78F44DB02F58.jpeg?alt=media&amp;token=3bebfdec-26a5-4970-b4e9-dcc8e535229e" alt=""><figcaption></figcaption></figure>

Browse through the master data records. Click on the **Add Master Data** button to append to the master data record.

<figure><img src="https://383170073-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLTNzsJMDGVoewNjC1V95%2Fuploads%2FTD14SRhuXuNgnfiztucj%2FB792CD92-4FB5-4F45-A3E7-90BCBECC13E2.jpeg?alt=media&amp;token=264e897d-1703-49d1-b1cd-ce7b0ec21b67" alt=""><figcaption></figcaption></figure>

Enter the master data details and click on **Add Data** to add the record to the database. Click on the **Bulk Upload** button to upload records in bulk from a CSV or XLS file.

<figure><img src="https://383170073-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLTNzsJMDGVoewNjC1V95%2Fuploads%2FAulZj4BzqgOBXPJgJAoG%2F8F2963E8-397E-4829-BB4E-1A3CA0E13ABD.jpeg?alt=media&amp;token=796d80c4-ee0d-46f1-afc7-9375828f57e8" alt=""><figcaption></figcaption></figure>

The master data is appended to the Employee Master database.


---

# 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/configure-employee-master.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.
