# 段落

段落是你在 GitBook 中可以使用的最基本内容块。

{% hint style="info" %}
你可以 [添加其他行内内容](/docs/documentation/zh/creating-content/formatting/inline.md) 到你的段落中，例如表情符号、图片以及数学与 TeX。

你还可以 [设置文本格式](/docs/documentation/zh/creating-content/formatting.md) 使用上下文菜单或键盘快捷键，或者使用 [Markdown](/docs/documentation/zh/creating-content/formatting/markdown.md).
{% endhint %}

### 段落示例

英文的专业印刷材料通常不缩进第一段，而是缩进后续段落。例如，Robert Bringhurst 指出，我们应该“使开头段落左对齐”。

### Markdown 中的表示

因为段落块只是文本，所以它在 Markdown 中就是这样表示的。

{% code overflow="wrap" %}

```markdown
英文的专业印刷材料通常不缩进第一段，而是缩进后续段落。例如，Robert Bringhurst 指出，我们应该“使开头段落左对齐”。
```

{% 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/zh/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.
