# Questions about the HRM Module

## Question 1. How to update the work status (working or on leave) of employees in Getfly?

To update the work status for employees in Getfly, you need to use the HRM (Human Resource Management) module.

Here are the specific steps:

1. Updating Employee Work Status

* On the toolbar on the left side of the screen, select HRM ⇒ Human Resource
* Click Add new to create a new Human Resource.

<figure><img src="/files/UvYQWt5iGbliTECkm9RU" alt=""><figcaption></figcaption></figure>

* On the Add New Employee screen, fill in the employee's personal details, contact information, education, work information (probation period, official start date, working branch, etc.).

<figure><img src="/files/vN6KwBojpFGLB5Jke3dS" alt=""><figcaption></figcaption></figure>

In the Work Information section, select the Work Status for the employee.

<figure><img src="/files/1lHR5NfjYm3tGg8zjQT9" alt=""><figcaption></figcaption></figure>

Currently, there are 5 default work statuses:

* Working
* On maternity leave
* Unpaid leave
* Resigned
* On probation

**Note**:

* These 5 statuses are the system's default and cannot be added or edited.
* If you select Resigned, the system will automatically remove the employee from the user list.
* Selecting any of the other 4 statuses does not affect the employee’s data in the system.
* After selecting the work status, click Add new ( Create) to save the employee information.

<figure><img src="/files/kaEySLsvhDI8NcwMP0kG" alt=""><figcaption></figcaption></figure>

* Updating Work Status for Existing Employees

**If the employee has already been created and you want to update their work status:**

* On the toolbar on the left side, select HRM ⇒ Human Resource.
* The employee list will appear. In the Action column, click the edit icon (pen symbol).

<figure><img src="/files/wmHJbSxSeWcczuvISSt4" alt=""><figcaption></figcaption></figure>

* The employee information update screen will appear. Scroll down to the Work Information section.
* Select the new work status and click Update to save the information.

<figure><img src="/files/mkvKxLswsFQHbOstRYqu" alt=""><figcaption></figcaption></figure>

2. Search Employees by Work Status

* On the left toolbar, select HRM ⇒ Employee. The system will display the list of employees with the Working status by default.
* To search for employees with other statuses, select the desired status from the search toolbar.

<figure><img src="/files/RakPMGB7MCR2vYCGoByb" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/fH5U9AU5wX1kKMZOr36B" alt=""><figcaption></figcaption></figure>


---

# 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://helpdesk.getfly.vn/web-version/interactive-blocks/questions-about-the-hrm-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.
