> For the complete documentation index, see [llms.txt](https://docs.cccties.org/chibichilo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cccties.org/chibichilo/book.md).

# 2. ブック作成

- [- ブック作成の基本](https://docs.cccties.org/chibichilo/book/create.md): CHIBI-CHILOでは，動画を埋め込んで作成したページをトピック，トピックを組み合わせてまとめたページをブックと呼びます．ここでは，まずブックを作成し，ブックからトピックを追加していく方法を説明します．
- [- ブックのリリースと配信](https://docs.cccties.org/chibichilo/book/release.md): 完成したブックをリリースして，コースに配信したり，共有して他の作成者にブックを共有することができます。
- [- ブックの検索](https://docs.cccties.org/chibichilo/book/search.md): ここでは，ブックの検索や修正・削除方法について解説します．
- [- ブックの削除](https://docs.cccties.org/chibichilo/book/delete.md): ここでは，ブックの削除方法について解説します．
- [- ブックの再利用・複製](https://docs.cccties.org/chibichilo/book/reuse.md): CHIBI-CHILOでは，自分が作成したブックやトピックを，他の作成者と共有できます．他の作成者は，それらを再利用したり，複製して新たなブックを作成することができます．
- [- ブックの公開](https://docs.cccties.org/chibichilo/book/publish.md): ブックの公開機能で，LMSにログインしている学習者以外もブックを視聴できるようになります．
- [- ブックの作成者・著作権者の設定](https://docs.cccties.org/chibichilo/book/author.md): CHIBI-CHILOの作成者の設定についてご紹介します．
- [- ブックのキーワードの設定](https://docs.cccties.org/chibichilo/book/keyword.md): 検索や絞り込みに使用するキーワードを設定出来ます．
- [- ブックの解説の設定](https://docs.cccties.org/chibichilo/book/commentary.md): ブックの内容を説明する解説を追加できます．
- [- ブックのライセンスの設定](https://docs.cccties.org/chibichilo/book/license-settings.md): トピックに適用するクリエイティブ・コモンズ・ライセンスを設定できます．
- [- LTIリンクの管理](https://docs.cccties.org/chibichilo/book/lti-link.md): ナビゲーションメニューの「リンク」を開くと，LMSのリンク元（Moodleの場合，外部ツール）から配信設定を行ったブックのプレビュー・編集が行なえます．また，LMSから外部ツール等のリンク元を削除しても，CHIBI-CHILOには情報が残りますが，「リンク」の画面で，その情報を削除できます．
- [- DeepLinkでブックを配信](https://docs.cccties.org/chibichilo/book/deeplink.md): DeepLink機能を使ってコースにブックを配信すると，CHIBI-CHILO（外部ツール）の複製やコースのバックアップ＆リストアを行っても，同じブックを開くことができます．


---

# 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://docs.cccties.org/chibichilo/book.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.
