# 额外组件

- [FFmpeg](https://developer.eagle.cool/plugin-api/zh-cn/extra-module/ffmpeg.md): 此插件提供了 FFmpeg 的依赖支持，以赋予开发者广泛的图像、视频、音频编解码能力。
- [AI SDK](https://developer.eagle.cool/plugin-api/zh-cn/extra-module/ai-sdk.md): 提供统一的 AI 模型配置中心，支持各大主流 AI 模型，一次配置处处可用，无需重复设置 API Key。
- [AI Search](https://developer.eagle.cool/plugin-api/zh-cn/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-cn/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.
