# 插件

Chamilo 的外掛程式系統讓您能夠擴充平台功能，而無需修改核心程式碼。一套外掛程式隨發行版本提供，位於 `public/plugin/` 之下。

* [**外掛程式架構**](/2.x-zh-tw/kai-fa-zhe-zhi-nan/developer-guide/plugins/plugin-architecture.md) — 外掛程式的結構方式
* [**建立外掛程式**](/2.x-zh-tw/kai-fa-zhe-zhi-nan/developer-guide/plugins/creating-a-plugin.md) — 建立外掛程式的逐步指南
* [**課程工具外掛程式**](/2.x-zh-tw/kai-fa-zhe-zhi-nan/developer-guide/plugins/course-tool-plugins.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-zh-tw/kai-fa-zhe-zhi-nan/developer-guide/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.
