> For the complete documentation index, see [llms.txt](https://gitbook-open-v2-preview.gitbook.workers.dev/url/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-open-v2-preview.gitbook.workers.dev/url/gitbook.com/docs/documentation/ja-gitbook-documentation/creating-content/blocks/hint.md).

# ヒント

ヒント、またはコールアウトは、読者の注意をドキュメント内の特定の要素、たとえばヒント、警告、その他の重要な情報に向けるのに最適な方法です。

ヒントのスタイルは4種類あります。ブロックの **オプションメニュー** <picture><source srcset="/files/QLUQj6waZRiK6FpSqrt6" media="(prefers-color-scheme: dark)"><img src="/files/ce0e0a07ded643c4e219bbfe214239e291d0c7a1" alt="The Options menu icon in GitBook"></picture> を開いて、希望のスタイルを選択することで変更できます。各スタイルには既定のアイコンがありますが、アイコンをクリックして [当社のアイコンセット](/url/gitbook.com/docs/documentation/ja-gitbook-documentation/creating-content/formatting/inline.md#icons).

ヒントブロックは [インラインコンテンツ](/url/gitbook.com/docs/documentation/ja-gitbook-documentation/creating-content/formatting/inline.md) と [書式設定](/url/gitbook.com/docs/documentation/ja-gitbook-documentation/creating-content/formatting.md)をサポートしており、さらに一部の特定のブロックタイプも使用できます。ヒントで使えるブロックタイプを確認するには、 `/` 空行で次を確認してください [挿入パレット](/url/gitbook.com/docs/documentation/ja-gitbook-documentation/creating-content/blocks.md#inserting-a-new-content-block).

### ヒントブロックの例 <a href="#example-of-a-hint" id="example-of-a-hint"></a>

{% hint style="info" %}
**情報ヒント** は、一般的な情報を表示したり、ヒントやコツを提供したりするのに最適です。
{% endhint %}

{% hint style="success" %}
**成功ヒント** は、前向きな行動や達成を示すのに適しています。
{% endhint %}

{% hint style="warning" %}
**警告ヒント** は、重要な情報や重大ではない警告を示すのに適しています。
{% endhint %}

{% hint style="danger" %}
**危険ヒント** は、破壊的な操作を強調したり、重要な情報に注意を向けさせたりするのに適しています。
{% endhint %}

{% hint style="info" icon="books" %}
このヒントブロックにはカスタムアイコンがあります。
{% endhint %}

{% hint style="info" %}

#### **これはH2見出しです**

これは1行です

これはインラインの <img src="/files/2d10aff3e5931b9db9f3f2816c6ad372dab53d07" alt="The Apple computer command icon" data-size="line"> 画像

* これは2つ目の <mark style="color:オレンジ;background-color:purple;">箇条書きと色を使った行です</mark>
  {% endhint %}

ヒントに見出しを追加するには、ヒントの最初のブロックとして見出しブロックを作成する必要があります。

### Markdownでの表記

```markdown
{% hint style="info" %}
**情報ヒント**は、一般的な情報を表示したり、ヒントやコツを提供したりするのに最適です。
{% endhint %}

{% hint style="success" %}
**成功ヒント**は、前向きな行動や達成を示すのに適しています。
{% endhint %}

{% hint style="warning" %}
**警告ヒント**は、重要な情報や重大ではない警告を示すのに適しています。
{% endhint %}

{% hint style="danger" %}
**危険ヒント**は、破壊的な操作を強調したり、重要な情報に注意を向けさせたりするのに適しています。
{% endhint %}

{% hint style="info" icon="books" %}
このヒントブロックにはカスタムアイコンがあります。
{% endhint %}

{% hint style="info" %}
## これはH2見出しです

これは1行です

これはインラインの <img src="../../.gitbook/assets/25_01_10_command_icon_light.svg" alt="The Apple computer command icon" data-size="line"> 画像です

- これは二番目の <mark style="color:orange;background-color:purple;">箇条書きと色を使った行です</mark>
{% endhint %}
```


---

# 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:

```
GET https://gitbook-open-v2-preview.gitbook.workers.dev/url/gitbook.com/docs/documentation/ja-gitbook-documentation/creating-content/blocks/hint.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.
