> For the complete documentation index, see [llms.txt](https://shinher.gitbook.io/9/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shinher.gitbook.io/9/master.md).

# 系統介紹

{% hint style="danger" %}
**重要注意事項：**

▶收訖明細的檔案來源，請學校留意國教署提供的資訊。

▶如何取得收訖明細檔，非欣河收訖明細系統範疇。
{% endhint %}

## 🔳管理員作業項目

* [匯入收訖明細](https://shinher.gitbook.io/9/xi-tong-shui-ming-shou-ce/yi-dang-an-shang-chuan#hui-ru-shou-qi-ming-xi-bu-zhou)
* [檢視全校學生問題回報紀錄](https://shinher.gitbook.io/9/xi-tong-shui-ming-shou-ce/er-wen-ti-hui-bao-ji-lu)
* [檢視全校學生上傳歷程資料](https://shinher.gitbook.io/9/xi-tong-shui-ming-shou-ce/san-jian-shi-xue-sheng-ming-xi)

## **🔳流程圖**

**🔰灰色格子為管理者操作項目。**

![](/files/-MVPoklD1VsQ5gNkvpP9)

## 🔳流程詳細說明

### 流程一、學生建立歷程資料

1.「學生」在【歷程系統】建立資料。

### 流程二、國教署提供學校收訖明細檔案

1.「國教署」將歷程資料轉成收訖明細檔案，並提供給「學校」。

2.「學校」收到後，將收訖明細檔案匯入【學生學習歷程-收訖系統】。

### 流程三、學生檢查收訖資料並進行回報

1.「學生」在確認期限內，到【學生學習歷程-收訖系統】，檢查自己的資料是否正確

2.回報檢查結果。

### 流程四、回報結果處理

#### ▶情況一：學生回報資料正確

1️⃣學生可以列印留存回報頁面。

2️⃣結束。

**▶情況二：學生回報資料錯誤**

1️⃣校方先確認資料是否真的有誤。

2️⃣資料正確就通知學生再檢查一次(請接回流程四的情況一)；若資料錯誤，由校方修正資料，並重新提交國教署(請接回流程二)。


---

# 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://shinher.gitbook.io/9/master.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.
