# 引用

引用は、別の स्रोतから何かを含めたいときに便利です。

引用を開始するには、 `>` と入力してから `スペース` 空の段落で、または[ 挿入パレット](/docs/documentation/ja-gitbook-documentation/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/ja-gitbook-documentation/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.
