# 管理介面概覽

管理面板是您管理 Chamilo 平台的指揮中心。透過點擊側邊欄中的 **Administration** <img src="/files/LkxW7p6XMBsYpdVwDwoH" alt="管理" data-size="line"> 即可進入。

## 管理儀表板

![管理儀表板顯示用戶、課程、會期和設定的功能區塊](/files/cBXMxHCPrzJRzqHqd7GH)

管理儀表板按功能區塊組織。每個區塊將相關的管理工具分組：

### 用戶

* **用戶列表** — 查看、搜尋、編輯和管理平台上的所有用戶
* **新增用戶** — 建立個別用戶帳戶
* **用戶群組** — 為組織目的管理用戶群組
* **班級** — 管理用戶班級以進行批量會期註冊

### 課程

* **課程列表** — 查看和管理平台上的所有課程
* **建立課程** — 建立新課程
* **課程類別** — 將課程組織成目錄中的類別

### 會期

* **會期列表** — 查看和管理培訓會期
* **建立會期** — 設定包含課程和註冊的新會期
* **會期類別** — 將會期組織成類別
* **職業與晉升** — 管理職業路徑和晉升流程

### 平台設定

* **配置設定** — 存取包含門戶、課程、會期、用戶、安全性等類別的全面平台設定面板

### 插件

* **管理插件** — 安裝、啟用、配置和停用平台插件

### 系統

* **系統狀態** — 檢查 PHP 配置、資料庫狀態和伺服器健康狀況
* **檔案清理** — 管理臨時檔案和快取

### 品牌化

* **色彩** — 自訂平台的視覺外觀
* **門戶自訂** — 配置門戶首頁、新聞和品牌元素

本指南的相應章節中將詳細介紹每個部分。

像 OAuth2、LDAP、CAS 和其他外部認證提供者的認證方法不在管理儀表板中配置，而是在 `config/authentication.yaml` 中設定。


---

# 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-zh-tw/guan-li-zhi-nan/admin-guide/getting-started/admin-interface-overview.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.
