# 管理插件

## 访问插件管理器

![插件管理器显示可用插件列表，包含激活开关和配置选项](/files/lnruWyKI2Jez24ck690Y)

从管理面板中，点击**管理插件**查看可用插件列表。

## 插件状态

每个插件有以下两种状态之一：

* **已激活** — 插件已启用，其功能在平台上可用
* **未激活** — 插件已安装但被禁用

## 激活插件

1. 在列表中找到插件
2. 点击**安装**，然后点击**启用**或切换到开启状态
3. 配置插件设置（如果适用，找到**配置**按钮）
4. 保存
5. 如果在README中推荐，在特定的**区域**中启用它

一些插件会为课程添加工具、为平台添加新页面或为现有功能增加额外功能。

## 配置插件

许多插件具有配置选项。激活插件后：

1. 点击插件旁边的**配置**按钮
2. 填写所需的配置（API密钥、URL、选项等）
3. 保存

## 停用插件

1. 在列表中找到插件
2. 点击**禁用**或切换到关闭状态
3. 插件的功能会立即从平台上移除，但插件仍然安装并保留其配置，直到您**卸载**它

禁用插件不会删除其数据。如果您稍后重新启用它，数据仍然可用。

## 小贴士

* **仅激活您需要的插件** — 每个激活的插件都会增加一些开销。保持未使用的插件处于停用状态。
* **在生产环境前测试** — 首先在测试环境中激活新插件
* **检查兼容性** — 在升级Chamilo后，验证所有激活的插件是否仍然正常工作


---

# 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/plugins/managing-plugins.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.
