# - トピックの解説の設定

## 1．解説の入力方法

❶トピックの作成または編集画面で，解説の入力欄に，ブックの解説文を入力します．リンクや文字の装飾等については，[文字の書式について](#2文字の書式について)もご参照ください．

❷画面下部の「作成」または「更新」をクリックします．

<figure><img src="/files/0U7vryfqCMiFqClmlfC8" alt=""><figcaption></figcaption></figure>

## 2．文字の書式について

LTI-MCの解説欄は[GitHub Flavored Markdown](https://github.github.com/gfm/)に一部対応しています．\
対応している書式は以下の通りです．

| 書式          | 書き方                          | 記入例                                                       |
| ----------- | ---------------------------- | --------------------------------------------------------- |
| ❶ タイトル付きリンク | \[リンクのタイトル]\(URL)            | `[NPO法人CCC-TIES](https://www.cccties.org/)`               |
| ❷ タイトル無しリンク | URLを直接入力                     | `https://www.cccties.org/`                                |
| ❸ 斜体        | 文字を半角\*で囲む                   | `*斜体*`                                                    |
| ❹ 太字（強調）    | 文字を半角\*2つで囲む                 | `**太字**`                                                  |
| ❺ 罫線        | -を3つ入力                       | `---`                                                     |
| ❻ 番号付きリスト   | 行頭に「x. 」（xは半角数字，.のあとに半角スペース） | <p><code>1. 番号付きリスト</code><br><code>2. 番号付きリスト</code></p> |
| ❼ 番号なしリスト   | 行頭に「-. 」（.のあとに半角スペース）        | `-. 番号なしリスト`                                              |

なお，この書式はブックの解説にも利用することができます．

{% content-ref url="/pages/ku1deuGhMuyafivZBcUB" %}
[- ブックの解説の設定](/lti-mc-vm-help/id-2-book/commentary.md)
{% endcontent-ref %}

## 3．解説の入力内容の確認

トピックの解説の入力内容は，ブック閲覧画面の，トピックタイトルの下に記載されます．

<figure><img src="/files/BrQmnJXs1iGpESxy0vUb" alt=""><figcaption></figcaption></figure>


---

# 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://nii-rcos.gitbook.io/lti-mc-vm-help/id-3-topic/commentary.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.
