# 插件

Chamilo 的插件系统允许您在不修改核心代码的情况下扩展平台。发行版中包含一组插件，位于 `public/plugin/` 目录下。

* [**插件架构**](/2.x-zh-cn/kai-fa-zhe-zhi-nan/developer-guide/plugins/plugin-architecture.md) — 插件的结构方式
* [**创建插件**](/2.x-zh-cn/kai-fa-zhe-zhi-nan/developer-guide/plugins/creating-a-plugin.md) — 构建插件的逐步指南
* [**课程工具插件**](/2.x-zh-cn/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-cn/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.
