> For the complete documentation index, see [llms.txt](https://icehrm.gitbook.io/icehrm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://icehrm.gitbook.io/icehrm/leave-management/applying-for-leave.md).

# Leave Requests and Approval

{% hint style="danger" %}
The latest documentation is available [here](https://icehrm.com/explore/docs-category/leave-management/).
{% endhint %}

This section explains the process of an employee applying for a Leave and supervisors, approvers or admins approving or rejecting the leave request.

## Applying for Leave

Any employee can apply for a leave via **Leave => Leave Management** menu

![](/files/0xhvwzKw7J4rlvJxzOTc)

When applying for a leave, the employee can select the period to apply for the leave and then in the next step they can select what type of leave they want to apply (full-day / half-day or partial)

![](/files/sMsfVaqbmBKTJnIT7yTS)

When the leave application is submitted, the employee and the supervisor of the employee will receive email notifications

![](/files/-LSTBjsoduCTEjuD6Ldd)

![](/files/-LSTBjsqguCTtfV4yDRB)

The supervisor of the employee can view leave request via **Leave => Leave Management => Subordinate Leave** tab (Indirect supervisors also will be able to see/approve leave requests if the setting "Leave: Allow Indirect Admins to Approve" is set to "1")

![](/files/T0Hn6sUtjWqtBV0kYFC0)

The supervisor can view leave request details and then approve or reject the request

![](/files/1KPElmrrjTsNm6rEef1g)

![](/files/-LSTBjsw8PiVTRfwMJ7_)

When the leave request is approved or rejected, an email is sent to the employee with the result

![](/files/-LSTBjsyabpEzq9W1xPi)

Leave entitlement of the employee is updated accordingly. Amount of leave days is 1.875 because it has a full day (1), half-day (0.5) and a three-hour leave (3/8). 1 + 0.5 + 3/8 = 1.875

![](/files/foBhiQ7WOAXDsAIxZETI)

### Canceling Leave Requests

1. If a leave request is not approved, it can be just cancelled by the employee
2. For approved leave requests, the employee needs to send a cancellation request (via Leave Management, Approved Leave tab). This cancellation request will be sent to the supervisor and only when the supervisor approve the cancellation request the employee's leave entitlement will be updated

## Manage Leave Requests as an Admin

An admin has access to all the employee leave requests via **Manage -> Leave -> Employee Leave List**. The filter button can be used to filter leave requests from older leave periods also. Admin has the right to approve/reject any leave request

![](/files/Nj1zQ0DoQ7TuETslSqeK)


---

# 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://icehrm.gitbook.io/icehrm/leave-management/applying-for-leave.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.
