> For the complete documentation index, see [llms.txt](https://docs.incogniton.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incogniton.com/documentation/chinese-documentation/e-wai-gong-neng/bookmark-management-tool.md).

# 书签管理工具

{% embed url="<https://www.youtube.com/watch?v=FAG3NMdDClo>" %}

在本指南中，我们将解释如何向Incogniton浏览器配置文件添加书签。

{% stepper %}
{% step %}

#### 向浏览器配置文件添加书签

点击浏览器配置文件旁边的三点图标，然后进入 **Browser Management > Add Bookmarks**。
{% endstep %}

{% step %}

#### 填写书签详细信息

输入书签名称和URL，然后点击 **Add**。书签现在在下面的列中可见。选择它并点击 **Save**。

{% hint style="warning" %}
在URL中包含协议（https\:// 或 http\://），否则书签将无法添加。
{% endhint %}
{% endstep %}

{% step %}

#### 在浏览器中验证书签

启动浏览器配置文件。书签应在地址栏中可见。

![](/files/a3e1647f31a912eb039e2d91921f050324e6f593)
{% endstep %}
{% endstepper %}

## 添加预先保存的书签 / 常用书签

{% embed url="<https://www.youtube.com/watch?v=BjowJ9pc2UM>" %}

当您经常使用相同的书签时，创建一个通用（预先保存的）书签并根据需要将其添加到配置文件中可能更为高效。

{% stepper %}
{% step %}

#### 创建通用书签

进入 **Browsers > Bookmarks** 并点击 **Add bookmark**。填写书签名称、URL和描述（可选），然后点击 **Create**。
{% endstep %}

{% step %}

#### 将通用书签添加到浏览器配置文件

点击浏览器配置文件旁边的三点图标，然后进入 **Browser Management > Add Bookmarks**。

滚动到通用书签列，选择书签并点击 **Add selected**（或双击书签）。它现在将出现在要应用的书签列中。选择它并选择 **Save**。
{% endstep %}
{% endstepper %}

{% hint style="info" %}
如果您对该功能仍有任何疑问，请联系我们的[支持部门](https://incogniton.com/contact/)。
{% endhint %}


---

# 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://docs.incogniton.com/documentation/chinese-documentation/e-wai-gong-neng/bookmark-management-tool.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.
