> For the complete documentation index, see [llms.txt](https://docs.yoov.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yoov.com/yoov-work/zh-cn/faq/kao-qin-da-ka/kao-qin-da-ka-qian-dao-da-ka-ji-wai-qin-da-ka-you-shen-me-fen-bie.md).

# \[考勤打卡] 签到、打卡及外勤打卡有什么分别？

**＂签到＂**&#x7684;用处是员工报告身处的位置，让管理员或上司知道员工到达的地点和时间。因此系统不会根据签到的时间而计算迟到或列入其他考勤资料。

例子一： \
员工A任职保险从业员，上班当天被派往上环见客。员工A到达目的地后，可以使用＂签到＂功能，让上司可以得知员工A的确实位置及时间。<br>

**＂打卡＂**&#x662F;用于记录员工的上下班时间。员工打卡后记录会直接列入考勤资料，如迟到、早退及缺勤等。

例子二： \
员工A上班时间为上午9时至下午6时，下午1时会到中环置地广场见客。员工A需要先在上午9时考勤打卡，下午1时在中环置地广场签到，下午6时再进行考勤打卡。

**＂外勤打卡＂**&#x9002;用于如果员工是在见客之后，不用回公司，可以直接下班的话，管理员可以开启「允许外勤打卡」的设定：当员工身处于指定Wi-Fi和指定GPS范位以外（例：外出见客），员工仍可打卡，而系统会将相关的打卡记录标志为「外勤打卡」，系统亦会自动记录员工的打卡地点和时间。

<br>


---

# 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.yoov.com/yoov-work/zh-cn/faq/kao-qin-da-ka/kao-qin-da-ka-qian-dao-da-ka-ji-wai-qin-da-ka-you-shen-me-fen-bie.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.
