# 管理界面概述

管理面板是您管理Chamilo平台的指挥中心。通过点击侧边栏中的**Administration** <img src="/files/Xw7WtZsZz7RWAT2kEvYQ" alt="管理" data-size="line">进入。

## 管理仪表板

![管理仪表板显示用户、课程、会话和设置的功能模块](/files/rcSH0iLEyimmNZ6CsGqc)

管理仪表板按功能模块组织。每个模块将相关的管理工具分组：

### 用户

* **用户列表** — 查看、搜索、编辑和管理平台上的所有用户
* **添加用户** — 创建单个用户账户
* **用户组** — 管理用户组以用于组织目的
* **班级** — 管理用户班级以进行批量会话注册

### 课程

* **课程列表** — 查看和管理平台上的所有课程
* **创建课程** — 创建新课程
* **课程分类** — 将课程组织到目录中的分类中

### 会话

* **会话列表** — 查看和管理培训会话
* **创建会话** — 设置包含课程和注册的新会话
* **会话分类** — 将会话组织到分类中
* **职业和晋升** — 管理职业路径和晋升流程

### 平台设置

* **配置设置** — 访问包含门户、课程、会话、用户、安全等分类的全面平台设置面板

### 插件

* **管理插件** — 安装、激活、配置和停用平台插件

### 系统

* **系统状态** — 检查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-cn/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.
