> 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/private-tutor-q-and-a.md).

# 問答家教

### 一、電腦版&#x20;

第一步：點選上方主選單「互動問答」，進入[「問答家教」](https://ourscool.com.tw/qa-tutor)頁面

<figure><img src="/files/JM02H34lkaeXMoC38Fn3" alt="問答家教頁面"><figcaption></figcaption></figure>

第二步：點擊「我要提問」按鈕

<figure><img src="/files/mLcdwwhsBo2tbXF4eTk2" alt="我要提問"><figcaption></figcaption></figure>

**💡** 未購買問答家教服務的同學，「我要提問」按鈕將顯示為灰色，並且無法進行點擊：

<figure><img src="/files/z4rgFfa1V93Qw0FLkgNp" alt="我要提問不能使用"><figcaption><p>點選我要提問</p></figcaption></figure>

第三步：點選想詢問課程語言別，再輸入想詢問的問題；如需要新增檔案，點選右下角迴紋針圖標，完成後點選「發佈」

{% hint style="info" %}
內容請勿輸入特殊符號，避免系統吃字，導致老師可能會誤解同學的問題。
{% endhint %}

<figure><img src="/files/HTMDScjIlWgbB6HueYC3" alt="輸入問題"><figcaption></figcaption></figure>

### 二、手機版

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

第二步：點選進入[「問答家教」](https://ourscool.com.tw/qa-tutor)

第三步：點選想詢問「課程語言別」，輸入想要詢問的問題

<figure><img src="/files/DQTBQeIhUfc3XPRkzHaR" 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/private-tutor-q-and-a.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.
