> 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/addnote.md).

# 3.7 新增注釋

新增注釋是從編輯畫面的**鉛筆**按鈕點進內文編輯畫面進行編輯。

![](/files/-LgbqADxcTW9lGSuIHvY)

1. 練習材料中的注釋內容出現在頁尾。 請複製注釋內容。
2. 在編輯畫面點擊**鉛筆**連結，進入內文編輯畫面。

{% hint style="info" %}
複製注釋內容時不要複製編號，系統會在新增注釋時**自動編號**。
{% endhint %}

![](/files/-LgbqBWAUkanJkH7Vpwe)

3\. 以滑鼠選出要增加注釋的位置。\
4\. 按下**新增注釋**按鈕。\
5\. 在對話框中**以純文字方式貼上**注釋內容 之後按下**確定**。

![](/files/-LgbqCo-_GGFwYuqs113)

6\. 可以看到注釋在編輯畫面的顯示方式。 \
&#x20;    按下**預覽成果**進入預覽畫面。\
7\. 在預覽成果畫面，注釋會**自動顯示編號**。\
&#x20;    點擊 \[注1] 的連結就會跳出注釋內容對話框。\
8\. 按下**確定**即可關掉視窗。


---

# 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/addnote.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.
