> For the complete documentation index, see [llms.txt](https://helpdesk.getfly.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdesk.getfly.vn/app/user-guide/home-screen/process-request-forms.md).

# Process - Request Forms

## 1. Benefits of Using Request Forms

The Request Form feature allows employees to submit requests such as leave applications, late arrivals, remote work, overtime, enabling the HR department to easily consolidate records at the end of the month for accurate payroll and leave tracking.

**Note:** This feature is part of the HRM Module in Getfly CRM.

<figure><img src="/files/5RCeA8hUCXoWDwPpGD8w" alt=""><figcaption></figcaption></figure>

## 2. Access Permissions

To create and manage request workflows, you must first enable related features via the Permission Settings on the playform.

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

For detailed instructions, please refer here.

## 3. Creating a Process

To create a process on the mobile app, go to the Extended Tab → select Process → tap Add New.

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

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

**(1) Process Name:** Specify the name of the request (e.g., vacation request, late arrival request, etc.)

**(2) Description:** Add a brief description of the process.

**(3) Applicable Department:** Indicate which department this process applies to.

**(4) Process Type:** Choose the category of request, such as:

* Annual Leave
* Statutory Leave
* Business Trip
* Working Outside Office
* Unpaid Leave
* Late Arrival
* Early Departure
* Missed Check-In

**(5) Approval Method:** Select one of the following approval types:

Sequential Approval: The request is approved step-by-step (e.g., Person A → Person B → Person C). The request is only completed once the final approver has approved.

Simultaneous Approval: Multiple approvers (e.g., direct manager + other assigned approvers) can approve in parallel. The request is completed once all required parties have approved.

Single Approval: The direct manager or selected approver can approve the request. Only one approval is required to complete the request.

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

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

After setting up the process,it will be available for selection when creating new request forms.

## 4. Creating a Request Form

To submit a new request, go to the Extended Tab → select Request Forms → tap Add New.

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

Fill in the following details:

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

**(1) Title:** Enter a title for your request (e.g., Vacation Request).

**(2) Process:** Choose the corresponding process that applies to your request type.

**(3) Reason / Description:** Provide the reason for your request.

**(4) Requested Time Off:** Select the start and end dates for the leave request.

After submission, the screen will display the list of requests you have permission to view.


---

# 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://helpdesk.getfly.vn/app/user-guide/home-screen/process-request-forms.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.
