> For the complete documentation index, see [llms.txt](https://dila.gitbook.io/dedu-manual-book/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dila.gitbook.io/dedu-manual-book/practice/phrase/2nd-group.md).

# 3.8.2 設定第二組短詞對應

從練習材料中來看，三個文本有第二組的短詞對應。\
要增加第二組對應短詞，一樣按下第一個文本的**鉛筆**鍵進入編輯畫面，選取第一個對應短詞後，點擊**新增短詞對應**按鈕。

![](/files/-Lgbv6wCk3IYRrKGc0UK)

![](/files/-Lgbv81IiSjep5Qk6OXL)

3\. 新增第二組的**第一個對應短詞**，要先新增第二組的ID編號，這裡我們輸入「**s2**」。\
4\. 按下**儲存**按鈕。\
5\. 新增第二組的**第二個對應短詞**時，會顯示兩組ID號碼，選擇**s2**這一組。\
6\. 按下**儲存至選擇的ID**完成設定。


---

# 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://dila.gitbook.io/dedu-manual-book/practice/phrase/2nd-group.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.
