> 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/app/records/overtime-application.md).

# 申請加班

進入出勤系統主頁面後，如圖一紅框圈選處，點選右上角&#x4E4B;**「選單」**，即可見圖二畫面並點&#x9078;**「申請加班」**。

即可進入圖三畫面開始填寫加班申請資料（包括：**加班時間**、該加班事項所**對應的專案**及**加班原因**）。

{% hint style="success" %}
個人申請的加班紀錄，都可於個人紀錄頁面的<kbd>**加班紀錄**</kbd>頁籤查看。
{% endhint %}

<div><figure><img src="/files/PSKUsjB56JT1HUuDQvpb" alt=""><figcaption><p>圖一 - 點選「選單」</p></figcaption></figure> <figure><img src="/files/JTWwZc19sdJqU5WSS1eR" alt=""><figcaption><p>圖二 - 點選「申請加班」</p></figcaption></figure> <figure><img src="/files/XiV9HZnppaLDw50svZGc" alt=""><figcaption><p>圖三 - 輸入加班申請資料 </p></figcaption></figure></div>

#### 填寫加班時間

點選圖四之紅框圈選處，分別填寫**加班開始時間**與**結束時間**。

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

點選圖四紅框圈選處 **➙** 進入圖五頁面選取加班日期 **➙** 進入圖六畫面選取加班申請時&#x9593;**。**

<div><figure><img src="/files/37VUJdrZKtcO12JO5Uem" alt=""><figcaption><p>圖四 - 點選時間欄位</p></figcaption></figure> <figure><img src="/files/hWwkTQXsJ2SJ3dG9MKOi" alt=""><figcaption><p>圖五 - 選取加班日期</p></figcaption></figure> <figure><img src="/files/CN5JMUYuoS2Sxi6se4OP" alt=""><figcaption><p>圖六 - 選取加班時間</p></figcaption></figure></div>

#### 填寫專案名稱

點選圖七紅框圈選處，開啟專案列表並選擇專案(圖八)，選取完畢畫面即如圖九。

<div><figure><img src="/files/tfFcdvuuMSC819JiFtVp" alt=""><figcaption><p>圖七 - 點選專案欄位</p></figcaption></figure> <figure><img src="/files/eOeXSuIcO0FW3JkJNwnV" alt=""><figcaption><p>圖八 - 選擇專案</p></figcaption></figure> <figure><img src="/files/Bez4C23BafnVZM6yXsRg" 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/app/records/overtime-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.
