> For the complete documentation index, see [llms.txt](https://docs.incogniton.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incogniton.com/documentation/chinese-documentation/ji-chu/editor.md).

# 编辑器

GitBook 拥有一个强大的基于块的编辑器，让您可以无缝地创建、更新和增强您的内容。

<figure><img src="https://gitbookio.github.io/onboarding-template-images/editor-hero.png" alt=""><figcaption></figcaption></figure>

### 撰写内容

GitBook 提供了一系列块类型，您可以将其内联添加到内容中——从简单的文本和表格到代码块等。这些元素将使您的页面对读者更有用，并提供额外的信息和背景。

可以开始在下面输入，或者按 `/` 查看可以插入到页面中的块列表。

### 添加新块

{% stepper %}
{% step %}
**打开插入块菜单**

按键盘上的 `/` 打开插入块菜单。
{% endstep %}

{% step %}
**搜索您需要的块**

尝试搜索“Stepper”，例如，插入步进块。
{% endstep %}

{% step %}
**插入并编辑您的块**

点击或按 Enter 键插入您的块。从这里，您可以根据需要进行编辑。
{% endstep %}
{% endstepper %}


---

# 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://docs.incogniton.com/documentation/chinese-documentation/ji-chu/editor.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.
