> For the complete documentation index, see [llms.txt](https://gitbook.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.com/docs/documentation/zh/chuang-jian-nei-rong/blocks/paragraph.md).

# 段落

添加段落块以插入格式化文本、行内图片等

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

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

你也可以 [格式化你的文本](/docs/documentation/zh/chuang-jian-nei-rong/formatting.md) 使用上下文菜单或键盘快捷键，或者使用 [Markdown](/docs/documentation/zh/chuang-jian-nei-rong/formatting/markdown.md).
{% endhint %}

### 段落示例

专业印刷材料中的英文通常不会缩进首段，但会缩进后续段落。例如，Robert Bringhurst 指出，我们应该“将开头段落左对齐”。

### Markdown 中的表示方式

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

{% code overflow="wrap" %}

```markdown
专业印刷材料中的英文通常不会缩进首段，但会缩进后续段落。例如，Robert Bringhurst 指出，我们应该“将开头段落左对齐”。
```

{% endcode %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://gitbook.com/docs/documentation/zh/chuang-jian-nei-rong/blocks/paragraph.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
