# はじめに

このセクションでは、Chamilo 2.0 の管理インターフェースを紹介し、基本的な操作に慣れるための手助けをします。

## 管理者とは誰か？

Chamilo にはいくつかの管理役割のレベルがあります：

| 役割           | アクセス権限                                                        |
| ------------ | ------------------------------------------------------------- |
| **管理者**      | プラットフォームのすべての管理機能への完全なアクセス権を持ちます。**ポータル管理者**とも呼ばれます           |
| **グローバル管理者** | ポータル管理者と同じ権限を持ち、複数のURL（マルチテナント）設定でのすべてのアクセスURLにアクセス可能です       |
| **セッション管理者** | セッションの管理、ユーザーのセッションへの登録、セッション関連の設定へのアクセスが可能です                 |
| **人事マネージャー** | 割り当てられたユーザーの学習進捗や追跡データを閲覧できます                                 |
| **質問マネージャー** | 管理者というよりコンテンツキュレーターに近く、質問の品質をレビューするためのグローバルな質問バンクへのアクセス権を持ちます |

このガイドでは、主に最も広範なアクセス権を持つ **ポータル管理者** 役割に焦点を当てています。

## ログイン方法

管理者は他のすべてのユーザーと同じログインページからログインします。認証情報を入力すると、（他の設定がない場合）**管理**ページに移動します。他のユーザーロールと異なる顕著な点は、サイドバーに表示される **管理** セクションです（他のロールには表示されません）。

## 次のステップ

* [管理インターフェースの概要](/2.x-ja/gaido-1/admin-guide/getting-started/admin-interface-overview.md) — 管理パネルとそのセクションのツアー


---

# 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://docs.chamilo.org/2.x-ja/gaido-1/admin-guide/getting-started.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.
