# 扩展帮助

- [了解 HapiGo 扩展](https://docs-cn.hapigo.com/extention/extentions.md)
- [GPT AI (beta)](https://docs-cn.hapigo.com/extention/gptai.md)
- [自定义 DeepSeek](https://docs-cn.hapigo.com/extention/deepseek.md)
- [全能截图](https://docs-cn.hapigo.com/extention/screenshot.md)
- [聚合翻译](https://docs-cn.hapigo.com/extention/translate.md)
- [使用 Apple 翻译服务](https://docs-cn.hapigo.com/extention/translate/apple.md)
- [自定义 GPT 翻译 Prompt](https://docs-cn.hapigo.com/extention/translate/gpt_prompt.md)
- [添加翻译服务](https://docs-cn.hapigo.com/extention/translate/addtranslate.md): 添加自定义翻译服务 API
- [百度翻译](https://docs-cn.hapigo.com/extention/translate/addtranslate/baidu.md): 注册并添加百度翻译服务
- [有道翻译](https://docs-cn.hapigo.com/extention/translate/addtranslate/youdao.md): 注册并添加有道翻译服务
- [腾讯翻译](https://docs-cn.hapigo.com/extention/translate/addtranslate/tencent.md): 注册并添加腾讯翻译服务
- [彩云小译](https://docs-cn.hapigo.com/extention/translate/addtranslate/caiyun.md): 注册并添加彩云小译翻译服务
- [Google 翻译](https://docs-cn.hapigo.com/extention/translate/addtranslate/google.md): 注册并添加 Google 翻译服务
- [DeepL 翻译](https://docs-cn.hapigo.com/extention/translate/addtranslate/deepl.md): 注册并添加 DeepL 翻译服务
- [ChatGPT 翻译](https://docs-cn.hapigo.com/extention/translate/addtranslate/deepl-1.md): 添加 ChatGPT 翻译服务
- [文本及二维码识别 OCR](https://docs-cn.hapigo.com/extention/ocr.md)
- [网页直达](https://docs-cn.hapigo.com/extention/directlink.md)
- [浏览器书签搜索](https://docs-cn.hapigo.com/extention/bmsearch.md)
- [已开浏览器标签搜索](https://docs-cn.hapigo.com/extention/tabsearch.md)
- [计算与汇率换算](https://docs-cn.hapigo.com/extention/calculation.md)
- [Bear 熊掌记搜索](https://docs-cn.hapigo.com/extention/bear_search.md)
- [开发者工具](https://docs-cn.hapigo.com/extention/devtools.md)
- [系统命令与终端](https://docs-cn.hapigo.com/extention/devtools/systemcommands.md)
- [Kill 进程](https://docs-cn.hapigo.com/extention/devtools/killprocess.md)
- [JSON 格式化](https://docs-cn.hapigo.com/extention/devtools/jsonformat.md)
- [查询 IP](https://docs-cn.hapigo.com/extention/devtools/cha-xun-ip.md)
- [Unix 时间戳转换](https://docs-cn.hapigo.com/extention/devtools/unixtimestamp.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-cn.hapigo.com/extention.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.
