# 有序列表

有序列表，也称编号列表，可帮助你对项目进行优先排序或创建步骤列表。

### 有序列表示例

1. 项目 1
   1. 嵌套项目 1.1
      1. 嵌套项目 1.1.1
   2. 嵌套项目 1.2
2. 项目 2
3. 项目 3

{% hint style="info" %}
要创建嵌套项目，你可以使用 **Tab** 进行缩进，并使用 **⇧ + Tab** 进行减少缩进。
{% endhint %}

### Markdown 中的表示

```markdown
1. 项目 1
   1. 嵌套项目 1.1
      1. 嵌套项目 1.1.1
   2. 嵌套项目 1.2
2. 项目 2
3. 项目 3
```

### 向有序列表中添加行内图片

在 GitBook 中可以在有序列表内添加图片

如果你想在有序列表中添加图片，请使用插入菜单添加，然后在图片下方一行输入 `3.` 然后按 `空间`，有序列表将继续。

1. 项目 1
2. 项目 2

<div align="left"><figure><img src="/files/a5ca1f02f35300df1d8f15c1ab6b97161b4e4420" alt="" width="375"><figcaption></figcaption></figure></div>

3. 项目 3
4. 项目 4


---

# 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/ordered-list.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.
