> For the complete documentation index, see [llms.txt](https://docs.chamilo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamilo.org/2.x-ja/gaido-1/admin-guide/courses/course-categories.md).

# コースカテゴリ

コースカテゴリは、コースカタログを整理するのに役立ち、学習者が関連するコースを見つけやすくします。

## カテゴリの作成

1. 管理パネルから **コースカテゴリ** に移動します。
2. **カテゴリの追加** をクリックします。
3. 以下の情報を入力します：
   * **カテゴリコード** — 短い一意の識別子
   * **カテゴリ名** — 表示名（例：「情報技術」、「マネジメントスキル」）
   * **このカテゴリにコースを追加することを許可しますか？** — コースがこのカテゴリを設定できるかどうか、または単に階層の中間レベルとして機能するだけか
   * **親カテゴリ** — （任意）このカテゴリを別のカテゴリの下に配置して階層を作成
   * **説明** — （任意）
   * **画像** — （任意）このカテゴリを表す画像ですが、ほとんど表示されません
4. *カテゴリの追加* を押します。

Chamiloではデフォルトで3つのカテゴリが作成されます：*言語スキル*、*PCスキル*、*プロジェクト*。これらは必要に応じて名前を変更したり、削除したり、保持したりすることができます。

## カテゴリ階層

![コースカテゴリ管理ページでネストされたカテゴリのツリーを表示](/files/mUEKGHx0wcGZAt7wzbgc)

カテゴリはネストしてツリー構造を作成することができます：

* ビジネス
  * マネジメント
  * マーケティング
  * ファイナンス
* テクノロジー
  * プログラミング
  * ネットワーキング
  * サイバーセキュリティ

コースカタログを閲覧する学習者は、この階層を移動してコースを見つけることができます。

## カテゴリの管理

* **編集** — カテゴリ名、コード、または親カテゴリを変更
* **移動** — リスト内のカテゴリの位置を変更
* **削除** — カテゴリを削除。削除されたカテゴリ内のコースは「未分類」に移動されます。

## ヒント

* **シンプルに保つ** — 学習者が一目で理解できる広範なカテゴリを使用
* **深さを制限する** — 深くネストされたカテゴリを避ける。2〜3レベルで通常十分です。
* **コース作成時にカテゴリを割り当てる** — 教師がコース作成時にカテゴリを選択するよう促し、カタログを整理された状態に保つ


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.chamilo.org/2.x-ja/gaido-1/admin-guide/courses/course-categories.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
