# 出勤資料

App 內的「出勤資料」包含以下三大功能說明：

{% tabs %}
{% tab title="個人紀錄" %}
查看個人每日出勤狀況。
{% endtab %}

{% tab title="申請加班" %}
提交加班時數申請。
{% endtab %}

{% tab title="申請休假" %}
進行各類假別申請。
{% endtab %}
{% endtabs %}


---

# 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://docs.jobdone.cc/user_guide/attendance/app/records.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.
