# 设置与设置面板

HapiGo 的设置主要通过 2 种途径来进行：

1. 扩展设置
2. 设置面板

### 扩展设置

顾名思义，就是某个扩展需要临时变更设置，就可以在扩展自带的设置菜单中进行。

#### 剪贴板/翻译/OCR/GPT AI 设置：

对于这 4 种有独立窗口的扩展，在他们窗口的右上角都有一个齿轮菜单，里面包含了快速调整的设置项。

<figure><img src="/files/cCDdCLyFYg8jkm59nBXa" alt="" width="563"><figcaption></figcaption></figure>

#### 扩展预览区设置：

主窗口的扩展，比如书签搜索、已开链接、终端等，都在其右侧预览区的右上角有一个齿轮菜单，可以对扩展进行调整。

<figure><img src="/files/SHR6j8R2Su4lmgNOw487" alt="" width="563"><figcaption></figcaption></figure>

### 设置面板

设置面板是绝大部分设置项所在区域，打开任意窗口后按 <mark style="background-color:blue;">CMD+，</mark> 或者顶部右上角菜单栏中可以打开。设置面板目前包含 9 个标签，部分设置会在下文讲解对应功能时涉及，这里我们选择部分设置讲解。但建议你把全部设置都看一遍，这样就知道 HapiGo 的隐藏功能了。

* **通用：**&#x5F00;启权限设置需要确保都打开，macOS 有严格的权限要求，需要开启 3 大项权限才能正常运行。右上角有「导出数据」按钮，可以把一台电脑上的设置和 Snippet 导出保存。
* **软件授权：**&#x8FD9;里可以登录账号，也可以订阅 HapiGo PRO 服务。如果你有多账号登录，也可以在这里进行设备管理。

<figure><img src="/files/eWmNbfYo0LHmja8qKGtx" alt="" width="563"><figcaption></figcaption></figure>


---

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