# ステッパー

ステッパーブロックを使うと、チュートリアルやガイドを、別々でありながら明確につながった手順に分けることができます。各ステップには複数の異なるブロックを含めることができるため、詳細な情報を追加できます。

### 例

{% stepper %}
{% step %}

#### ステッパーブロックを追加する

ステッパーブロックを追加するには、 `/` 空行で押すか、 `+` エディター左側の **Stepper** をクリックして、挿入メニューから選択します。
{% endstep %}

{% step %}

#### 内容を追加する

ステッパーブロックを挿入したら、コードブロック、図、画像など、さまざまな内容を追加し始めることができます。
{% endstep %}

{% step %}

#### ステップを追加する

クリックして `+` ステップ番号の下にある、または `Enter` を2回押して、ステッパーブロックに別のステップを追加します。必要に応じて、ステップのヘッダーや本文のスタイルを削除したり変更したりできます。
{% endstep %}
{% endstepper %}

## Markdown での表現

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




### ステップ1のタイトル
ステップ1の本文





### ステップ2のタイトル
ステップ2の本文




</code></pre>

### 制限事項

ステッパーブロック内で作成できるブロックにはいくつかの制限があります。たとえば、展開可能なブロックや別のステッパーブロックは追加できません。ステッパーブロック内で新しい行を開始し、 `/` を押して挿入パレットを表示すると、追加できるすべてのブロックを確認できます。


---

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