> For the complete documentation index, see [llms.txt](https://member.ourscool.com.tw/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://member.ourscool.com.tw/tal.c-system/interactive-q-and-a/bulletin-board.md).

# 師生留言板

{% hint style="info" %}
師生留言板只限於一對一課程
{% endhint %}

### 一、電腦版

第一步：點選上方主選單「互動問答」，進入[「師生留言板」](https://ourscool.com.tw/message-board)頁面

<figure><img src="/files/gHpLVUb9vaYMHqrEJsvW" alt="師生留言板頁面"><figcaption></figcaption></figure>

第二步：可以在上課前或上課後，在此處與教師討論適合您程度的課程，或詢問老師關於課程相關疑問

<figure><img src="/files/aCy5u6fxVGeS1qKxvbEx" alt="師生留言板輸入問題"><figcaption></figcaption></figure>

### 二、手機版&#x20;

第一步：點選右上角「≡」選單符號，展開「互動問答」

第二步：點選進入[「師生留言板」](https://ourscool.com.tw/message-board)

第三步：點選想詢問的老師，在聊天視窗輸入問題

<figure><img src="/files/DlzBMOaGZFAIVUrSO1YN" alt="手機版師生留言板"><figcaption></figcaption></figure>


---

# 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://member.ourscool.com.tw/tal.c-system/interactive-q-and-a/bulletin-board.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.
