> For the complete documentation index, see [llms.txt](https://docs-cn.hapigo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-cn.hapigo.com/baisc/ui.md).

# 主界面与操作（必看）

如果你是一位从来没有接触过搜索启动工具的用户，请一定要看一下 HapiGo 的主界面和操作方式，这样可以让你使用更加得心应手。

### 主界面

HapiGo 的主界面由 5 个部分组成，应用、文件、扩展都是按照这 5 个部分的结构来显示。

<figure><img src="/files/8NnwFqQHFvUAJST5SiJM" alt=""><figcaption></figcaption></figure>

1. **主输入框：**&#x8F93;入关键词，支持多关键词。如果搜索文档，建议先输入文件后缀，再输入文件名「pdf baogao」。建议在设置-通用中设置默认输入法为英文，可以使用拼音搜索中文内容，更快捷。最右边分别为过滤菜单、勋章（可取消）、窗口置顶，可根据需要使用。
2. **主列表：**&#x641C;索出来的结果列表，分为 3 个部分，依次为：应用、文档、默认搜索。如果你输入比较长的内容，应用&文档没有结果时，会定位到默认搜索，直接回车就可以转到对应网站。默认搜索设置参考： [网页直达](/extention/directlink.md#she-zhi-mo-ren-sou-suo)。主列表的内容可通过 CMD+数字快捷键进行操作。
3. **预览区标题：**&#x663E;示标题、类别或路径，最右边的缩放按钮可以切换预览视图和信息视图
4. **预览区：**&#x5185;容的预览，某些应用或扩展没有预览，会显示为信息视图
5. **底部动作栏：**&#x52A8;作栏的动作会根据当前选择的内容动态变化。默认第一个动作高亮，也可以通过左右键切换高亮。<mark style="color:blue;">切换到哪一个动作，回车就会执行当前高亮条目的高亮动作</mark>。这些动作除了可以左右键切换，也可以通过 Option+数字进行选择，部分动作也支持 CMD 快捷键。如上图，当按下 CMD 键时，动作图标上会显示快捷键提示。比如：当我需要在访达中显示该行内容时，就可以使用 CMD+Enter。

### 全键盘操作

HapiGo 是一款效率搜索启动应用，建议通过键盘为主、鼠标为辅来进行操作。

建议熟悉以下常用键盘操作：

* 快捷键打开窗口
* 上下键切换主列表或 CMD+数字直接打开对应的内容
* 左右键切换底部动作栏动作或 Option+数字 或 CMD 快捷键
* 如上图第一行所示，某些应用支持扩展模式，在其行尾会有一个 ⇥ Tab 图标。意思是，此时按 Tab 键就可以进入二级扩展。

其他的快捷键会在光标悬浮时进行提示，如果你经常使用某个操作，就可以记住对应的快捷键。


---

# 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 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/baisc/ui.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.
