# CSC簽到系統

## CSC簽到系統

- [首頁](https://help.csc.deershark.com/readme.md)
- [正式開放](https://help.csc.deershark.com/join.md): CSC點名系統到底是什麼啊⋯⋯？好像聽起來很厲害，聽說甚至還能夠幫助老師的點名作業。
- [常見問答](https://help.csc.deershark.com/qa.md)
- [教師登入系統](https://help.csc.deershark.com/tutorial/login.md)
- [教師產生簽到連結](https://help.csc.deershark.com/tutorial/generate.md)
- [學生登入簽到](https://help.csc.deershark.com/tutorial/checkin.md)
- [教師查看出缺席紀錄](https://help.csc.deershark.com/tutorial/absence.md)
- [API](https://help.csc.deershark.com/docs/api.md)
- [開發團隊](https://help.csc.deershark.com/dev/team.md)
- [更新紀錄](https://help.csc.deershark.com/dev/logs.md)
- [聯絡我們](https://help.csc.deershark.com/dev/contact.md)
- [提供開發與維護資金](https://help.csc.deershark.com/dev/sponsor.md)
- [隱私權政策](https://help.csc.deershark.com/privacy.md)
- [服務條款](https://help.csc.deershark.com/tos.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://help.csc.deershark.com/readme.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.
