> 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/topic.md).

# 3. トピック作成

- [- トピック作成の基本](https://docs.cccties.org/chibichilo/topic/create.md): CHIBI-CHILOで使用するトピック機能の作成方法や設定について解説しています．
- [- トピックの検索](https://docs.cccties.org/chibichilo/topic/search.md): ここでは，トピックの検索や修正・削除方法について解説します．
- [- トピックの削除](https://docs.cccties.org/chibichilo/topic/delete.md): トピックの削除の方法を紹介します．
- [- 動画のトリミング](https://docs.cccties.org/chibichilo/topic/trim.md): トピックの作成・編集時に登録した動画の再生開始位置と再生終了位置を設定することで，動画のトリミング（前後カット）が可能です．
- [- 字幕の追加](https://docs.cccties.org/chibichilo/topic/subtitles.md): YouTubeかWowzaの動画の場合，字幕を追加できます．
- [- トピックの作成者・著作権者の設定](https://docs.cccties.org/chibichilo/topic/author.md): CHIBI-CHILOの作成者の設定についてご紹介します．
- [- トピックのキーワードの設定](https://docs.cccties.org/chibichilo/topic/keyword.md): 検索や絞り込みに使用するキーワードを設定出来ます．
- [- トピックの解説の設定](https://docs.cccties.org/chibichilo/topic/commentary.md): トピックの解説を追加できます．
- [- ライセンスの設定](https://docs.cccties.org/chibichilo/topic/license-settings.md): トピックに適用するクリエイティブ・コモンズ・ライセンスを設定できます．
- [- トピックの再利用](https://docs.cccties.org/chibichilo/topic/reuse.md): 自分が作成したブックやトピックを，再利用できます。


---

# 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/topic.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.
