# Leave Management

This allows you to track and create leave requests. This information is not provided by the device but can be entered within the application.&#x20;

To create leave for employees follow these steps:

* Navigate to Leave Section:
  * From the sidebar, click "Leave" and select "Create Leave" or "Leave List."
* Create a Leave Request
  * Select Employee: Choose the employee from the dropdown (e.g.,  "user1").
  * From Date and To Date: Enter the leave period.
  * Select Leave Type: Choose the type (e.g., Sick,Personal ) from the dropdown.
  * Is Paid?: Check the box if applicable.
  * Reason: Provide a brief explanation.
  * Click "Add" to record the leave request.

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

## View Leave Records

* Go to "Leave List" to see all submitted leave requests.
* Filter by employee .


---

# 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://cyclone-nepal.gitbook.io/user-manual-zkteco-fingerprint-attendance/leave-management.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.
