# 步骤器

Stepper 区块可让你将教程或指南拆分为独立但明确关联的步骤。每个步骤都可以包含多个不同的区块，让你能够添加详细信息。

### 示例

{% stepper %}
{% step %}

#### 添加一个 Stepper 区块

要添加一个 Stepper 区块，请在 `/` 于空白行中，或点击编辑器左侧的 `+` 并选择 **Stepper** 插入菜单中的。
{% endstep %}

{% step %}

#### 添加一些内容

插入 Stepper 区块后，你就可以开始向其中添加内容——包括代码块、绘图、图片等等。
{% endstep %}

{% step %}

#### 添加更多步骤

点击 `+` 位于步骤编号下方的，或按 `Enter` 两次，即可为你的 Stepper 区块添加另一步骤。如果你愿意，也可以移除或更改步骤标题或步骤正文的样式。
{% endstep %}
{% endstepper %}

## Markdown 中的表示

<pre class="language-markdown"><code class="lang-markdown"><strong>## 示例
</strong>




### 步骤 1 标题
步骤 1 文本





### 步骤 2 标题
步骤 2 文本




</code></pre>

### 限制

对于你可以在 Stepper 区块内创建的区块类型，有一些限制——例如，你不能添加可展开区块或另一个 Stepper 区块。要查看你可以添加的所有区块，请在 Stepper 区块内新起一行并按 `/` 以调出插入面板。


---

# 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://gitbook.com/docs/documentation/zh/creating-content/blocks/stepper.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.
