# AI翻譯對話功能

### 🗣️ 對話功能 (Conversation)

您可以直接輸入指令或透過「回覆 (Reply)」訊息與 AI 互動。

| **指令**     | **適用對象** | **模型 / 說明**                                                                                                                                                       |
| ---------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `.ai [訊息]` | 所有用戶     | <p>默認指令</p><p><br></p><p>隨機/輪詢使用以下模型：</p><p><br></p><p>• Aurora Alpha</p><p><br></p><p>• Z.ai: GLM 4.5 Air</p><p><br></p><p>• Arcee AI: Trinity Large Preview</p> |

> 💡 提示： 您也可以直接對著想要討論的訊息點擊 回覆 (Reply)，AI 將會讀取該則訊息的上下文。

***

### 📝 翻譯功能 (Translation)

系統專精於將各類文本與檔案轉換為 正體中文。

| **指令**      | **適用對象** | **模型 / 說明**                                        |
| ----------- | -------- | -------------------------------------------------- |
| `.ait [內容]` | 所有用戶     | <p>默認翻譯</p><p><br></p><p>使用 Aurora Alpha 進行翻譯。</p> |

#### 📂 支援檔案格式與限制

您可以直接上傳檔案並搭配翻譯指令使用。

* 支援格式： `.txt`, `.pdf`, `.docx`, `.jpg`, `.png`, `.gif`
* 檔案大小限制：
  * PDF: `50MB`
  * DOCX: `25MB`
  * 圖像 (OCR): `20MB`
  * TXT: `10MB`

***

### ⚠️ 使用限制與權限 (Limits)

| **用戶等級** | **文字上限** | **模型權限**            |
| -------- | -------- | ------------------- |
| 一般用戶     | 2,500 字  | 僅限基礎模型 (LOW Models) |
| VIP 用戶   | 更高上限     | 解鎖中級模型              |

***

### 📌 重要注意事項 (Notes)

處理時間說明

* 長文翻譯： 10,000 字以上的內容可能需要 10 分鐘以上 的處理時間。
* 檔案處理： PDF/DOCX 或圖像 OCR 識別較為耗時，請耐心等待。

系統機制

* 長回應處理： 若 AI 回覆超過 1900 字，系統將自動轉換為 `.txt` 檔案傳送。


---

# Agent Instructions: 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:

```
GET https://bothelp.hktrpg.com/hktrpg-guan-fang-shi-yong-jiao-xue/yu-le-gong-neng/ai-fan-yi-dui-hua-gong-neng.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.
