> For the complete documentation index, see [llms.txt](https://docs.jobdone.cc/user_guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jobdone.cc/user_guide/attendance/web-based/records/individual/application.md).

# 申請加班 / 休假

個人申請的加班/休假紀錄，都可於個人出勤頁面的<kbd>**加班紀錄**</kbd>頁籤、<kbd>**休假紀錄**</kbd>頁籤查看。

欲查看更多詳細說明，請參閱 **➙** [個人出勤](/user_guide/attendance/web-based/records/individual.md)

<figure><img src="/files/8CdskLzA6ntWbIU9x797" alt=""><figcaption><p>個人出勤頁面</p></figcaption></figure>

***

## 💪 01｜申請加班

進入個人出勤頁面後 (不限頁籤)，如圖一紅框圈選處，於右上角點&#x9078;**「申請加班」**&#x5373;可進入圖二頁面。

欲申請加班，會需要您填寫**加班時間**、該加班事項所**對應的專案**及**加班原因**。

<div><figure><img src="/files/4RVVnQHw6fM1RUIhk9Px" alt=""><figcaption><p>圖一 - 點選申請加班</p></figcaption></figure> <figure><img src="/files/KcVbPPwqE6eLKjVcEzwT" alt=""><figcaption><p>圖二 - 加班申請資料填寫</p></figcaption></figure></div>

#### 選取加班時間

點選圖三紅框圈選處 (結束時間相同)，開啟月曆表選擇**日期**與**時間**，以填寫加班的**開始時間**與**結束時間**。

{% hint style="success" %}
系統會根據您輸入的加班時間，自動計算加班時數。
{% endhint %}

<div><figure><img src="/files/WugJcLvC4oyZxYM3F2IG" alt=""><figcaption><p>圖三 - 點擊開啟月曆表</p></figcaption></figure> <figure><img src="/files/JV9UDmSAUBltuO61UnY1" alt=""><figcaption><p>圖四 - 選取日期與時間</p></figcaption></figure></div>

#### 選取專案

點選圖五紅框圈選處，即可展開選單選取該加班紀錄對應的專案(圖六)。

<div><figure><img src="/files/LLzPrs25HYq3fyz3700F" alt=""><figcaption><p>圖五 - 點選開啟專案選單</p></figcaption></figure> <figure><img src="/files/ORrUXZCbV0QdCzV6g9Io" alt=""><figcaption><p>圖六 - 選取專案</p></figcaption></figure></div>

***

## ✈️ 02｜申請休假

進入個人出勤頁面後 (不限頁籤)，如圖一紅框圈選處，於右上角點&#x9078;**「申請休假」**&#x5373;可進入圖二頁面。

欲申請休假，會需要您填寫**休假時間**、**休假時數**、**假別**及**休假原因**。

<div><figure><img src="/files/AI9qwsDgYwmBaI2caWQb" alt=""><figcaption><p>圖一 - 點選申請休假</p></figcaption></figure> <figure><img src="/files/6pKPeU2fsNZzdVsjyCU1" alt=""><figcaption><p>圖二 - 休假申請資料填寫</p></figcaption></figure></div>

#### 選取休假時間

點選圖三紅框圈選處 (結束時間相同)，開啟月曆表選擇**日期**與**時間**，以填寫休假的**開始時間**與**結束時間**。

<div><figure><img src="/files/pU7E8Ju1zXQ8mTfp4FuL" alt=""><figcaption><p>圖三 - 點擊開啟月曆表</p></figcaption></figure> <figure><img src="/files/j6DxKOI4ZoAT7h6Vq5R0" alt=""><figcaption><p>圖四 - 選取日期與時間</p></figcaption></figure></div>

#### 選取假別

點選圖五紅框圈選處，即可開啟選單選取欲申請的假別(圖六)。

<div><figure><img src="/files/q3XqMcKIWvmmZISWkhz5" alt=""><figcaption><p>圖五 - 點擊開啟假別選單</p></figcaption></figure> <figure><img src="/files/jiGqrXLZNDdgpIgrIkEg" alt=""><figcaption><p>圖六 - 選取假別</p></figcaption></figure></div>


---

# 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.jobdone.cc/user_guide/attendance/web-based/records/individual/application.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.
