> For the complete documentation index, see [llms.txt](https://shinher.gitbook.io/5/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/5/untitled.md).

# 一、選課系統首頁

## :sparkles: 選課系統首頁

![](/files/-MSajCZWzZb65Ac9U-0h)

:small\_orange\_diamond:**A.狀態：**&#x5448;現選課進入到哪一個階段的狀態。

:small\_orange\_diamond:**B.開課清單開放時間：**&#x6642;間開放後，能查詢此次選課的開課清單。

:small\_orange\_diamond:**C.開放選課區間：**&#x958B;放選課期間，能進行課程選填(期間內可以無數次修改志願)。

:small\_orange\_diamond:**D.加退選時間：**&#x958B;放加退選期間，能進行課程加選和退選。

:small\_orange\_diamond:**E.選課結果查詢時間：**&#x7D50;果查詢開放期間，能查看選課最終分配結果。

{% hint style="warning" %}

#### **「**&#x72C0;&#x614B;**」**&#x88DC;充事項：&#x20;

選課系統各階段的狀態描述如以下表格。
{% endhint %}

|                     <p></p><p><strong>階段</strong></p>                     | <p></p><p><strong>狀態描述</strong></p> |
| :-----------------------------------------------------------------------: | :---------------------------------: |
|                             「開課清單開放時間」**開始前**                             |           (您什麼都看不到，清單隱藏中)           |
| <p>「開課清單開放時間」<strong>已開放，</strong></p><p>「開放選課區間」<strong>未開始</strong></p> |                 尚未開放                |
|                              「開放選課區間」**進行中**                              |                選課進行中                |
|   <p>「開放選課區間」<strong>結束後，</strong></p><p>「加退選時間」<strong>未開始</strong></p>  |                選課已結束                |
|                               「加退選時間」**進行中**                              |                加退選進行中               |
|  <p>「加退選時間」<strong>結束後，</strong></p><p>「選課結果查詢時間」<strong>未開始</strong></p> |    <p>加退選已結束，</p><p>待選課結果查詢開放</p>   |
|                             「選課結果查詢時間」**進行中**                             |                開放查詢結果               |
|                             「選課結果查詢時間」**結束後**                             |                選課已結束                |

![](/files/-MSbDXkC-_8I5H3kKO-s)


---

# 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/5/untitled.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.
