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

# 🤔猜你想问

## 常见问题 TOP 3

### 1.数据存储在哪儿？ <a href="#data" id="data"></a>

数据由你掌控，PAGENOTE 不存储用户笔记数据至服务器中。绝对安全，请放心使用。

数据存储在你电脑本地。这是浏览器开辟的一块存储空间，**不对用户开放，你无法直接查看、修改**。这些数据随着插件卸载而清空。

卸载插件前，你应该[备份数据至本地或云盘](https://pagenote.cn/me#/setting/data)。

### 2.多设备如何同步数据？ <a href="#sync" id="sync"></a>

PAGENOTE 服务器目前不直接存储你的笔记数据，但提供第三方存储方案：你可以**将你的数据存储到云盘**，并在多个设备中配置相同云盘账户，以此来实现数据同步。具体配置见[操作方法](https://www.yuque.com/u12000714/kf7fui/ug8yvn)。

### 3. 选中文字后，面板不出现？

你可能启用了延迟出现功能。请检查配置调整值为0或重置配置后使用。

![](/files/-MbEn55oT8caDa9-p0cm)

{% content-ref url="/pages/-MXf-h4thHKX8DEf8Ii7" %}
[有些网页不可用，面板出不来](/question/you-xie-wang-ye-bu-ke-yong.md)
{% endcontent-ref %}


---

# 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, and the optional `goal` query parameter:

```
GET https://help.pagenote.cn/question.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
