> For the complete documentation index, see [llms.txt](https://laborlaw.imziv.tw/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://laborlaw.imziv.tw/lao-gong-chang-jian-wen-ti/gong-zi/jia-ban-shen-qing-zhi.md).

# 加班申請制

**Q：加班申請制對於管理上的意義：**\
\
不管給加班費或給補休，都是增加雇主成本之增加，因此雇主得設置加班申請制，讓勞雇雙方得以遵循。

**Q：實務上，法院是否肯認加班申請制的存在作為管理加班時數的手段？**\
\
若雇主規定員工延長工時應先申請並獲准許，法院實務認為於法並無不合。倘若雇主並無使勞工在正常工作時間以外工作之必要，勞工自行逾時留於公司或未依規申請，勞工自不得向雇主請求給付加班費。

**Q：若是臨時被指派工作而致錯過加班申請時段，何解？**

如果是老闆直接指派工作的話，那其實就足以認定是在主管同意下加班，應該要給付加班費（補救方案就是起訴請求XD）。\
就算公司抗辯未依規定申請，我想這應該也是可歸責於雇主所致（過於突然的命令而超過申請時間），所以這個抗辯在法律上應該站不住腳。 是說這種情況，公司應該要容許員工事後補申請才是。

總之，法院原則上判斷加班是否合理，對於勞工而言，如果確實是雇主同意下加班，而非自己逗留想撈加班費增加公司營運成本，就會傾向加班是合理且應支付加班費。


---

# 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://laborlaw.imziv.tw/lao-gong-chang-jian-wen-ti/gong-zi/jia-ban-shen-qing-zhi.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.
