# 管理外掛

## 存取外掛管理員

![外掛管理員顯示可用外掛清單，包含啟用切換和設定選項](/files/IPY6ccL9NHsmIPRIpCbT)

從管理面板，點擊 **Manage plugins** 以查看可用外掛清單。

## 外掛狀態

每個外掛有以下兩種狀態之一：

* **Active** — 外掛已啟用，其功能可在平台上使用
* **Inactive** — 外掛已安裝但停用

## 啟用外掛

1. 在清單中找到外掛
2. 點擊 **Install**，然後 **Enable** 或將其切換開啟
3. 設定外掛選項（如果適用，找到 **Configure** 按鈕）
4. 儲存
5. 如果 README 中建議，在特定 **region** 中啟用它

某些外掛會將工具新增至課程、將新頁面新增至平台，或為現有功能新增額外功能。

## 設定外掛

許多外掛具有設定選項。在啟用外掛後：

1. 點擊外掛旁邊的 **Configure** 按鈕
2. 填入必要設定（API 金鑰、URL、選項等）
3. 儲存

## 停用外掛

1. 在清單中找到外掛
2. 點擊 **Disable** 或將其切換關閉
3. 外掛的功能會立即從平台移除，但外掛仍已安裝並保留其設定，直到您 **Uninstall** 它

停用外掛不會刪除其資料。如果您之後重新啟用，資料仍可使用。

## 提示

* **僅啟用您需要的** — 每個啟用外掛都會增加一些額外負荷。保持未使用外掛停用。
* **在正式環境前測試** — 先在測試環境中啟用新外掛
* **檢查相容性** — 升級 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-tw/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.
