# 順序付きリスト

順序付きリスト（番号付きリストとも呼ばれます）は、項目に優先順位を付けたり、手順の一覧を作成したりするのに役立ちます。

### 順序付きリストの例

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/4054d85b75759490ac1d31da5ca7d3f5f0c142ee" 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/ja-gitbook-documentation/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.
