# 额外组件

- [FFmpeg](https://developer.eagle.cool/plugin-api/zh-tw/extra-module/ffmpeg.md): 這個插件提供了 FFmpeg 的相依性支援，讓開發者能擁有廣泛的圖像、影片、音訊編解碼能力。
- [AI SDK](https://developer.eagle.cool/plugin-api/zh-tw/extra-module/ai-sdk.md): 提供統一的 AI 模型配置中心，支援各大主流 AI 模型，一次配置處處可用，無需重複設定 API Key。
- [AI Search](https://developer.eagle.cool/plugin-api/zh-tw/extra-module/ai-search.md): 提供 AI 語意搜尋功能，支援文字搜尋、以圖搜圖等智慧搜尋能力。


---

# 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://developer.eagle.cool/plugin-api/zh-tw/extra-module.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.
