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

# 3.6 新增節點

新增一個節點，也就是對三個文本同時新增了一個對應區塊，

{% hint style="info" %}
注意！要先點選**父節點** (上一層) 才能按下**新增**按鈕。
{% endhint %}

![](/files/-Lgap0TrNCVr3vROLctU)

1. 新增**對應區塊3**，要先點選上一層節點後，才按下**新增**。
2. 以**純文字方式貼上**節點名稱。
3. 三個文本都會新增一個對應區塊。

{% hint style="info" %}

1. 也可以先點選父節點之後，**滑鼠按右鍵出現選單**，按下**新增**就可以增加一個新的節點。
2. 節點也可以用**拖拉的方式**拉到正確的位置。
   {% endhint %}


---

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