# 引用

当你想从其他来源引用内容时，引用很有用。

通过输入以下内容来开始引用 `>` 然后按下 `空间` 在空段落中，或使用[ 插入面板](/docs/documentation/zh/creating-content/blocks.md#inserting-a-new-content-block)。你也可以通过高亮整个段落并按下将段落块转换为引用 `>`.

### 引用示例

> “人不能两次踏入同一条河流，因为这不是同一条河流，也不是同一个人。”—— *赫拉克利特*

### 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/zh/creating-content/blocks/quote.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.
