# 段落

段落は、GitBook で使用できる最も基本的なコンテンツブロックです。

{% hint style="info" %}
できます [他のインラインコンテンツを追加する](/docs/documentation/ja-gitbook-documentation/creating-content/formatting/inline.md) 絵文字、画像、Math & TeX などを段落に追加できます。

また [テキストを整形する](/docs/documentation/ja-gitbook-documentation/creating-content/formatting.md) こともでき、コンテキストメニューやキーボードショートカットを使用するか、 [Markdown](/docs/documentation/ja-gitbook-documentation/creating-content/formatting/markdown.md).
{% endhint %}

### 段落の例

英語の印刷物では、通常、最初の段落は字下げせず、その後の段落を字下げします。たとえば、ロバート・ブリングハーストは「冒頭の段落は左揃えにすべきだ」と述べています。

### Markdown での表現

段落ブロックは単なるテキストなので、Markdown でもそのように表現されます。

{% code overflow="wrap" %}

```markdown
英語の印刷物では、通常、最初の段落は字下げせず、その後の段落を字下げします。たとえば、ロバート・ブリングハーストは「冒頭の段落は左揃えにすべきだ」と述べています。
```

{% endcode %}


---

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