# HapiGo 帮助

## HapiGo 帮助

- [使用快捷键](https://docs-cn.hapigo.com/baisc/hotkey.md)
- [主界面与操作（必看）](https://docs-cn.hapigo.com/baisc/ui.md)
- [搜索别名与快捷键](https://docs-cn.hapigo.com/baisc/alias_hotkey.md)
- [文档搜索与排除](https://docs-cn.hapigo.com/baisc/searchdocs.md)
- [添加Parallels与微信搜索](https://docs-cn.hapigo.com/baisc/weixin.md)
- [文件导航模式](https://docs-cn.hapigo.com/baisc/filenavigation.md)
- [设置与设置面板](https://docs-cn.hapigo.com/baisc/settings.md)
- [剪贴板帮助](https://docs-cn.hapigo.com/clipboard/clipboard.md)
- [Snippet 帮助](https://docs-cn.hapigo.com/clipboard/snippet.md)
- [了解 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)
- [API & PopClip 插件](https://docs-cn.hapigo.com/adv/urlscheme.md): URL Scheme、AppleScript 及 PopClip 插件


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs-cn.hapigo.com/baisc/hotkey.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.
