# 编辑器

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