> For the complete documentation index, see [llms.txt](https://gitbook.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.com/docs/documentation/zh/chuang-jian-nei-rong/blocks/stepper.md).

# 步骤指引

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

### 示例

{% stepper %}
{% step %}

#### 添加一个 Stepper 块

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

{% step %}

#### 添加一些内容

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

{% step %}

#### 添加更多步骤

点击 `+` 步骤编号下方的，或者按 `回车键` 两次，即可向你的 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
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://gitbook.com/docs/documentation/zh/chuang-jian-nei-rong/blocks/stepper.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.
